{"id":24810,"date":"2026-04-10T07:25:06","date_gmt":"2026-04-10T07:25:06","guid":{"rendered":"https:\/\/www.kaashivinfotech.com\/blog\/?p=24810"},"modified":"2026-06-15T11:51:34","modified_gmt":"2026-06-15T11:51:34","slug":"excel-if-formula-explained-easy","status":"publish","type":"post","link":"https:\/\/www.kaashivinfotech.com\/blog\/excel-if-formula-explained-easy\/","title":{"rendered":"Excel IF Formula: The Smart Powerful Trick to Automate Tasks and Save Hours"},"content":{"rendered":"<h2>The Ultimate Guide to the Excel IF Formula (with Examples)<\/h2>\n<p>Let\u2019s be clear: if you\u2019re not using the Excel IF formula, you\u2019re not using Excel to its full potential. Most people still spend hours on manual, repetitive tasks\u2014things Excel can handle in seconds with the right logic.<\/p>\n<p>In fact, data from the American Productivity &amp; Quality Center shows that inefficient data handling can cost companies thousands of dollars per employee every year. That\u2019s not just time lost\u2014it\u2019s real money.<\/p>\n<p>The most direct way to reclaim that time and add measurable value is by mastering Excel&#8217;s logical capabilities, starting with the <code class=\"\" data-line=\"\">IF<\/code> function. It\u2019s what transforms a static, lifeless spreadsheet into a dynamic, intelligent report that can respond automatically to your data.<\/p>\n<p>This comprehensive guide\u2014and its accompanying video tutorial\u2014is designed to be the only resource you&#8217;ll ever need. While the video shows you the <em>how<\/em>, this article gives you the tools to <em>do<\/em>: every formula is here to <strong>copy and paste<\/strong>, and you\u2019ll also get a <strong>downloadable practice file<\/strong> to follow along.<\/p>\n<p>We&#8217;ll take you step-by-step, from a basic <strong>excel if else formula<\/strong> to mastering the <strong>excel if function multiple conditions<\/strong> that professionals use every day.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-24812 aligncenter\" src=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2026\/04\/kaashiv-infotech-excel-if.webp\" alt=\"kaashiv infotech excel if\" width=\"720\" height=\"404\" srcset=\"https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2026\/04\/kaashiv-infotech-excel-if.webp 720w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2026\/04\/kaashiv-infotech-excel-if-300x168.webp 300w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2026\/04\/kaashiv-infotech-excel-if-440x247.webp 440w, https:\/\/www.kaashivinfotech.com\/blog\/wp-content\/uploads\/2026\/04\/kaashiv-infotech-excel-if-680x382.webp 680w\" sizes=\"auto, (max-width: 720px) 100vw, 720px\" \/><\/p>\n<h2 style=\"text-align: center;\"><a href=\"https:\/\/www.youtube.com\/results?search_query=kaashiv+infotech+excel+if\" target=\"_blank\" rel=\"noopener\">kaashiv infotech excel if<\/a><\/h2>\n<hr \/>\n<h2>The Basics: A Deep Dive into the Excel IF Formula And Excel IF ELSE Formula<\/h2>\n<p>Before tackling complex logic, you must master the building block: the <strong>excel if else formula<\/strong>. This function is designed to handle a single decision with two possible outcomes. The best way to understand it is to think of it as a simple conversation with Excel:<\/p>\n<p><strong>Your thought process:<\/strong><\/p>\n<ul>\n<li>\ud83d\udc49 <strong>IF<\/strong> this condition is true&#8230;<\/li>\n<li>\u2705 <strong>THEN<\/strong> return this specific value&#8230;<\/li>\n<li>\u274c <strong>ELSE<\/strong> return this other value.<\/li>\n<\/ul>\n<p>This &#8220;if-then-else&#8221; structure is perfectly captured in Excel&#8217;s syntax:<\/p>\n<p><code class=\"\" data-line=\"\">=IF(logical_test, value_if_true, value_if_false)<\/code><\/p>\n<ul>\n<li><strong>logical_test:<\/strong> This is your question (e.g., <code class=\"\" data-line=\"\">Is the value in cell A2 greater than 50?<\/code>).<\/li>\n<li><strong>value_if_true:<\/strong> This is your &#8220;THEN&#8221; answer. It&#8217;s what Excel will show if the answer to your question is YES.<\/li>\n<li><strong>value_if_false:<\/strong> This is your &#8220;ELSE&#8221; answer. It&#8217;s the default value Excel will show if the answer to your question is NO.<\/li>\n<\/ul>\n<p>This simple three-part structure is the foundation of every <strong>excel if else formula<\/strong> you will ever write.<\/p>\n<hr \/>\n<h3>Simple IF ELSE Example: &#8220;In Stock&#8221; or &#8220;Out of Stock&#8221;<\/h3>\n<p>Imagine you have an inventory list. Cell B2 contains the quantity of a product. You want cell C2 to automatically display &#8220;In Stock&#8221; if the quantity is greater than zero, and &#8220;Out of Stock&#8221; if it is not.<\/p>\n<p>Here\u2019s how you build the formula:<\/p>\n<ol>\n<li><strong>Your Question (logical_test):<\/strong> Is the quantity in B2 greater than 0? \u2192 <code class=\"\" data-line=\"\">B2&gt;0<\/code><\/li>\n<li><strong>Your &#8220;THEN&#8221; value (value_if_true):<\/strong> If it is, show &#8220;In Stock&#8221;.<\/li>\n<li><strong>Your &#8220;ELSE&#8221; value (value_if_false):<\/strong> If it&#8217;s not, show &#8220;Out of Stock&#8221;.<\/li>\n<\/ol>\n<p>Putting it all together, the formula is:<\/p>\n<p><code class=\"\" data-line=\"\">=IF(B2&gt;0, &quot;In Stock&quot;, &quot;Out of Stock&quot;)<\/code><\/p>\n<p>This is a perfect example of a binary decision handled beautifully by the <strong>excel if else formula<\/strong>. But what happens when you need more than two outcomes?<\/p>\n<hr \/>\n<h2>The Power Move: The Excel IF Function for Multiple Conditions<\/h2>\n<p>This is where most people get stuck, but it\u2019s also where the real power lies. Handling an <strong>excel if function multiple conditions<\/strong> is essential for any real-world business logic.<\/p>\n<h3>Comparing Your Options: IF vs. IFS vs. AND\/OR<\/h3>\n<p>Before we dive into examples, here\u2019s a quick comparison of the tools you&#8217;ll use for multiple conditions.<\/p>\n<table style=\"width: 100%; border-collapse: collapse; margin-top: 1em; margin-bottom: 1em;\">\n<thead style=\"text-align: left;\">\n<tr>\n<th style=\"padding: 8px; border: 1px solid #ddd; background-color: #f2f2f2;\">Function<\/th>\n<th style=\"padding: 8px; border: 1px solid #ddd; background-color: #f2f2f2;\">Best For&#8230;<\/th>\n<th style=\"padding: 8px; border: 1px solid #ddd; background-color: #f2f2f2;\">Key Characteristic<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td style=\"padding: 8px; border: 1px solid #ddd;\"><strong>Nested IF<\/strong><\/td>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">Multiple If-Else-If scenarios (the &#8220;old way&#8221;).<\/td>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">Becomes messy and hard to read quickly.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 8px; border: 1px solid #ddd;\"><strong>IFS<\/strong><\/td>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">Multiple independent True\/False checks (the &#8220;new way&#8221;).<\/td>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">Clean, linear, and easy to debug. Available in Excel 2019+.<\/td>\n<\/tr>\n<tr>\n<td style=\"padding: 8px; border: 1px solid #ddd;\"><strong>IF with AND\/OR<\/strong><\/td>\n<td style=\"padding: 8px; border: 1px solid #ddd;\">Checking multiple criteria for a single outcome.<\/td>\n<td style=\"padding: 8px; border: 1px solid #ddd;\"><code class=\"\" data-line=\"\">AND<\/code> requires all criteria to be true; <code class=\"\" data-line=\"\">OR<\/code> requires only one.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<hr \/>\n<h3>The Old Way: Nested IFs (and Why They&#8217;re Messy)<\/h3>\n<p>A nested IF is an IF function inside another. Think of them like Russian nesting dolls. They work, but they can quickly become a nightmare to read.<\/p>\n<p>Let&#8217;s assign a letter grade (A, B, C, D) based on a score in cell A2:<\/p>\n<pre><code class=\"\" data-line=\"\">=IF(A2&gt;=90, &quot;A&quot;, IF(A2&gt;=80, &quot;B&quot;, IF(A2&gt;=70, &quot;C&quot;, &quot;D&quot;)))<\/code><\/pre>\n<hr \/>\n<h3>The Modern Solution #1: The <code class=\"\" data-line=\"\">IFS<\/code> Function<\/h3>\n<p>Here is the same letter grade example using the much cleaner <code class=\"\" data-line=\"\">IFS<\/code> function:<\/p>\n<pre><code class=\"\" data-line=\"\">=IFS(A2&gt;=90, &quot;A&quot;, A2&gt;=80, &quot;B&quot;, A2&gt;=70, &quot;C&quot;, A2&lt;70, &quot;D&quot;)<\/code><\/pre>\n<hr \/>\n<h3>The Modern Solution #2: Using <code class=\"\" data-line=\"\">AND<\/code> and <code class=\"\" data-line=\"\">OR<\/code> with IF<\/h3>\n<p>Give a &#8220;Bonus&#8221; to a salesperson only if their sales (A2) are over $10,000 AND their region (B2) is &#8220;North&#8221;.<\/p>\n<p><code class=\"\" data-line=\"\">=IF(AND(A2&gt;10000, B2=&quot;North&quot;), &quot;Bonus&quot;, &quot;No Bonus&quot;)<\/code><\/p>\n<hr \/>\n<h2>Step-by-Step Tutorial: Real-World IF Formula Scenarios<\/h2>\n<p>Let&#8217;s move beyond theory. Here are two detailed, step-by-step business scenarios you can follow along with.<\/p>\n<h3>Scenario 1: Calculating Tiered Sales Commissions<\/h3>\n<p><strong>The Goal:<\/strong> Calculate a commission based on these rules: Sales &gt; $10k get 10%; Sales &gt; $5k get 5%; otherwise 0%.<\/p>\n<p><strong>The Data Setup:<\/strong> Column B has &#8220;Total Sales&#8221;. We&#8217;ll write our formula in Column C, &#8220;Commission Amount&#8221;.<\/p>\n<p><strong>The Steps (The Formula):<\/strong> In cell C2, type the following formula, checking from highest to lowest:<\/p>\n<pre><code class=\"\" data-line=\"\">=IFS(B2&gt;10000, B2*0.1, B2&gt;5000, B2*0.05, B2&lt;=5000, 0)<\/code><\/pre>\n<p><strong>The Result:<\/strong> If B2 is $12,000, C2 will be <strong>$1,200<\/strong>. If B2 is $7,500, C2 will be <strong>$375<\/strong>.<\/p>\n<hr \/>\n<h3>Scenario 2: Assigning Inventory Status<\/h3>\n<p><strong>The Goal:<\/strong> Automatically flag inventory status: &#8220;Out of Stock&#8221; (if 0), &#8220;Re-order Now&#8221; (if 1-10), &#8220;In Stock&#8221; (if &gt; 10).<\/p>\n<p><strong>The Data Setup:<\/strong> Column B has &#8220;Quantity on Hand&#8221;. We&#8217;ll create a &#8220;Status&#8221; in Column C.<\/p>\n<p><strong>The Steps (The Formula):<\/strong> In cell C2, type the formula, checking for the most critical status first:<\/p>\n<pre><code class=\"\" data-line=\"\">=IFS(B2=0, &quot;Out of Stock&quot;, B2&lt;=10, &quot;Re-order Now&quot;, B2&gt;10, &quot;In Stock&quot;)<\/code><\/pre>\n<p><strong>The Result:<\/strong> If B2 is 0, C2 shows <strong>&#8220;Out of Stock&#8221;<\/strong>. If B2 is 8, C2 shows <strong>&#8220;Re-order Now&#8221;<\/strong>.<\/p>\n<hr \/>\n<h3>More Real-World Use Cases<\/h3>\n<ul>\n<li><strong>HR &#8211; Bonus Eligibility:<\/strong> Determine if an employee gets a yearly bonus. To be eligible, their Performance Rating (B2) must be &#8220;Exceeds&#8221; and their tenure (C2) must be over 1 year.<br \/>\n<code class=\"\" data-line=\"\">=IF(AND(B2=&quot;Exceeds&quot;, C2&gt;1), &quot;Eligible&quot;, &quot;Not Eligible&quot;)<\/code><\/li>\n<li><strong>Finance &#8211; Invoice Status:<\/strong> Flag invoices that are overdue. If an invoice&#8217;s Due Date in cell B2 is before today&#8217;s date, mark it as &#8220;OVERDUE&#8221;.<br \/>\n<code class=\"\" data-line=\"\">=IF(B2&lt;TODAY(), &quot;OVERDUE&quot;, &quot;OK&quot;)<\/code><\/li>\n<\/ul>\n<hr \/>\n<h2>Common Mistakes to Avoid<\/h2>\n<p>Getting an error? Check for these common pitfalls.<\/p>\n<ol>\n<li><strong>Forgetting Quotes Around Text:<\/strong> Excel needs to know you&#8217;re dealing with text.<br \/>\n<strong>Wrong:<\/strong> <code class=\"\" data-line=\"\">=IF(A2&gt;50, Pass, Fail)<\/code> <em>(Excel thinks Pass and Fail are named ranges)<\/em><br \/>\n<strong>Right:<\/strong> <code class=\"\" data-line=\"\">=IF(A2&gt;50, &quot;Pass&quot;, &quot;Fail&quot;)<\/code><\/li>\n<li><strong>Incorrect Order in Nested IFs:<\/strong> When nesting, the order matters. If you check for a smaller value first, you might get an incorrect result.<br \/>\n<strong>Wrong:<\/strong> <code class=\"\" data-line=\"\">=IF(A2&lt;80, &quot;C&quot;, IF(A2&lt;90, &quot;B&quot;, &quot;A&quot;))<\/code> <em>(A score of 85 will incorrectly return &#8220;C&#8221;)<\/em><br \/>\n<strong>Right:<\/strong> Check from highest to lowest, or lowest to highest, consistently.<\/li>\n<li><strong>Mixing Numbers and Text Stored as Text:<\/strong> Sometimes a number is stored as text (e.g., &#8220;50&#8221; instead of 50). Your formula won&#8217;t work as expected.<br \/>\n<strong>Problem:<\/strong> <code class=\"\" data-line=\"\">=IF(A2=50, &quot;Yes&quot;, &quot;No&quot;)<\/code> might return &#8220;No&#8221; even if A2 looks like 50.<br \/>\n<strong>Fix:<\/strong> You can force the value to be a number with <code class=\"\" data-line=\"\">=IF(VALUE(A2)=50, ...)<\/code> or check for text with <code class=\"\" data-line=\"\">=IF(A2=&quot;50&quot;, ...)<\/code>.<\/li>\n<\/ol>\n<hr \/>\n<h2>\ud83d\udd11 Key Takeaways<\/h2>\n<ul>\n<li>The basic <strong><code class=\"\" data-line=\"\">IF<\/code><\/strong> function is for one condition with two outcomes (if-else).<\/li>\n<li>Use <strong><code class=\"\" data-line=\"\">IFS<\/code><\/strong> for multiple, clean conditions in modern Excel.<\/li>\n<li>Use <strong><code class=\"\" data-line=\"\">AND<\/code>\/<code class=\"\" data-line=\"\">OR<\/code><\/strong> to test multiple criteria for a single result.<\/li>\n<li>Always put text inside double quotes <code class=\"\" data-line=\"\">&quot;&quot;<\/code>.<\/li>\n<li>Double-check your formula logic and the order of your checks.<\/li>\n<\/ul>\n<hr \/>\n<h2>The Career Angle: From Formula Writer to Problem Solver<\/h2>\n<p>Learning complex IF statements isn&#8217;t just about spreadsheets; it&#8217;s about learning to think like a business analyst. When you can translate a manager&#8217;s request into a logical formula, you demonstrate analytical thinking. You are no longer just entering data\u2014you are building a business solution. This skill is incredibly valuable and a stepping stone to a career in data analysis.<\/p>\n<hr \/>\n<h2>Ready to Become an Excel Power User?<\/h2>\n<p>Mastering the <code class=\"\" data-line=\"\">IF<\/code> function is a great start. But a career in data requires a deep understanding of advanced formulas, PivotTables, Power Query, and <a href=\"https:\/\/www.kaashivinfotech.com\/blog\/tag\/datavisualization\/\">data visualization<\/a>. At <strong>Kaashiv Infotech<\/strong>, our industry-expert trainers guide you through real-world business problems to build the skills that get you hired.<\/p>\n<p>Don&#8217;t just learn formulas. Learn how to solve problems. Check out our comprehensive programs like out\u00a0 <a href=\"https:\/\/course.kaashivinfotech.com\/data-analytics-course-in-chennai\">Data Analytics course in Chennai<\/a> and <a href=\"https:\/\/onlineinternship.kaashivinfotech.com\/course\/excel-for-beginners\/\">Excel courses in Chennai\u00a0<\/a> today!<\/p>\n<hr \/>\n<h2>\ud83d\udd17 Related Reads<\/h2>\n<ul>\n<li>\ud83d\udcca <strong><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/calculate-percentage-in-excel-formulas-with-examples\/\" target=\"_blank\" rel=\"noopener\">Calculate Percentage in Excel: Formulas With Examples<\/a><\/strong><\/li>\n<li>\ud83d\udcc8 <strong><a href=\"https:\/\/www.kaashivinfotech.com\/blog\/standard-deviation-in-excel-for-accurate-data-analysis\/\" target=\"_blank\" rel=\"noopener\">Standard Deviation in Excel for Accurate Data Analysis<\/a><\/strong><\/li>\n<li>\ud83d\ude80 <strong><a href=\"https:\/\/www.wikitechy.com\/excel-for-data-analysis-guide\/\" target=\"_blank\" rel=\"noopener\">Excel for Data Analysis: A Beginner\u2019s Guide to Starting Your Career<\/a><\/strong><\/li>\n<li>\u2328\ufe0f <strong><a href=\"https:\/\/www.wikitechy.com\/excel-hotkeys-15-time-saving-keyboard-shortcuts\/\" target=\"_blank\" rel=\"noopener\">Microsoft Excel: 15 Time-Saving Keyboard Shortcuts That Changed the Way I Work<\/a><\/strong><\/li>\n<li>\ud83e\uddf9 <strong><a href=\"https:\/\/www.wikitechy.com\/how-to-remove-duplicates-in-excel\/\" target=\"_blank\" rel=\"noopener\">How to Remove Duplicates in Excel: 5 Easy Methods to Clean Your Data Like a Pro<\/a><\/strong><\/li>\n<li>\ud83d\udd0d <strong><a href=\"https:\/\/www.wikitechy.com\/how-to-use-vlookup-in-excel\/\" target=\"_blank\" rel=\"noopener\">7 Easy Steps: How to Use VLOOKUP in Excel for Quick Data Lookup <\/a><\/strong><\/li>\n<\/ul>\n<hr \/>\n<h2>FAQs: People Also Ask<\/h2>\n<p><strong>1. How many conditions can you have in an Excel IF formula?<\/strong><br \/>\nYou can nest up to 64 <code class=\"\" data-line=\"\">IF<\/code> functions in older versions of Excel. However, the modern <code class=\"\" data-line=\"\">IFS<\/code> function allows for up to 127 conditions, and is much easier to read and write.<\/p>\n<p><strong>2. What is the difference between IF and IFS in Excel?<\/strong><br \/>\nThe <code class=\"\" data-line=\"\">IF<\/code> function checks one condition and returns a true or false value. The <code class=\"\" data-line=\"\">IFS<\/code> function checks multiple conditions in sequence and returns the value for the first condition that evaluates to TRUE.<\/p>\n<p><strong>3. How do I use the IF function with text?<\/strong><br \/>\nWhen checking for text, always enclose the text in double quotes. For example: <code class=\"\" data-line=\"\">=IF(A2=&quot;Completed&quot;, &quot;Paid&quot;, &quot;Pending&quot;)<\/code>.<\/p>\n<p><strong>4. Can I combine IF with VLOOKUP?<\/strong><br \/>\nYes, this is a very common and powerful combination. For example, you can use <code class=\"\" data-line=\"\">IF<\/code> to check if a <code class=\"\" data-line=\"\">VLOOKUP<\/code> returned an error using the <code class=\"\" data-line=\"\">ISNA<\/code> function: <code class=\"\" data-line=\"\">=IF(ISNA(VLOOKUP(...)), &quot;Not Found&quot;, VLOOKUP(...))<\/code>.<\/p>\n<p><strong>5. Why is my IF formula returning a #NAME? error?<\/strong><br \/>\nThis error usually means you have a typo in your function name (e.g., you typed `IFF` instead of `IF`) or you have a typo in a named range you are referencing.<\/p>\n","protected":false},"excerpt":{"rendered":"The Ultimate Guide to the Excel IF Formula (with Examples) Let\u2019s be clear: if you\u2019re not using the&hellip;","protected":false},"author":3,"featured_media":25984,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"csco_singular_sidebar":"","csco_page_header_type":"","csco_page_load_nextpost":"","footnotes":""},"categories":[14244],"tags":[14249,14250,11181,14254,8103,8516,14258,14257,14256,14246,14245,14260,14253,14259,8101,14261,8094,8515,14255,14248,8517,14247,14252,14251],"class_list":["post-24810","post","type-post","status-publish","format-standard","has-post-thumbnail","category-data-analytics","tag-advanced-excel","tag-excel-automation","tag-excel-data-analysis","tag-excel-examples","tag-excel-for-beginners","tag-excel-formulas","tag-excel-formulas-tutorial","tag-excel-functions-list","tag-excel-guide","tag-excel-if-else-formula","tag-excel-if-formula","tag-excel-learning","tag-excel-logical-functions","tag-excel-productivity","tag-excel-shortcuts","tag-excel-skills","tag-excel-tips","tag-excel-tips-and-tricks","tag-excel-training","tag-excel-tricks","tag-excel-tutorial","tag-if-function-in-excel","tag-ifs-function-excel","tag-nested-if-formula","cs-entry"],"_links":{"self":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/24810","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/comments?post=24810"}],"version-history":[{"count":1,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/24810\/revisions"}],"predecessor-version":[{"id":25983,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/posts\/24810\/revisions\/25983"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media\/25984"}],"wp:attachment":[{"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/media?parent=24810"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/categories?post=24810"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kaashivinfotech.com\/blog\/wp-json\/wp\/v2\/tags?post=24810"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}