{"id":228885,"date":"2024-04-10T14:09:57","date_gmt":"2024-04-10T14:09:57","guid":{"rendered":"https:\/\/namso-gen.co\/blog\/?p=228885"},"modified":"2024-04-10T14:09:57","modified_gmt":"2024-04-10T14:09:57","slug":"how-to-make-a-cell-value-absolute-in-excel","status":"publish","type":"post","link":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/","title":{"rendered":"How to make a cell value absolute in Excel?"},"content":{"rendered":"<p>When working with Excel, you may come across situations where you need to keep a cell value constant even if you copy or move it to another cell. This is where the concept of making a cell value absolute comes into play. By making a cell value absolute, you can ensure that its reference remains fixed, allowing you to apply formulas and calculations more effectively.<\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_62 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title \" >Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#Making_a_Cell_Value_Absolute\" title=\"Making a Cell Value Absolute:\">Making a Cell Value Absolute:<\/a><ul class='ez-toc-list-level-3' ><li class='ez-toc-heading-level-3'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#FAQs\" title=\"FAQs:\">FAQs:<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Making_a_Cell_Value_Absolute\"><\/span>Making a Cell Value Absolute:<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>\nTo make a cell value absolute in Excel, you need to use dollar signs ($) in the cell reference. The dollar sign symbol ($) denotes an absolute reference, which means that the cell reference will not change when copied or moved. By placing the dollar signs in the appropriate positions, you can lock the row or column of the cell reference, or even both.<\/p>\n<p>For example, consider the cell reference B2. Here&#8217;s how you can make it absolute: <\/p>\n<p><b>$B$2<\/b><\/p>\n<p>In this case, both the column (B) and row (2) are fixed. If you copy or move the cell containing this reference, it will always refer to cell B2.<\/p>\n<p>If you want to make only the column absolute, you can use:<\/p>\n<p><b>$B2<\/b><\/p>\n<p>Here, the column reference (B) is absolute, while the row reference (2) is relative. If you copy or move the cell containing this reference horizontally, the column reference will remain the same, but the row reference will change.<\/p>\n<p>Similarly, if you want to make only the row absolute, you can use:<\/p>\n<p><b>B$2<\/b><\/p>\n<p>In this case, the column reference (B) is relative, while the row reference (2) is absolute. If you copy or move the cell containing this reference vertically, the row reference will stay constant, but the column reference will change.<\/p>\n<p>Now that we&#8217;ve answered the question &#8220;How to make a cell value absolute in Excel?&#8221;, let&#8217;s address some commonly asked questions related to this topic:<\/p>\n<h3><span class=\"ez-toc-section\" id=\"FAQs\"><\/span>FAQs:<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p><b>1. What is a relative cell reference?<\/b><br \/>\nA relative cell reference changes based on the cell it&#8217;s copied to. For example, if a formula refers to cell B2 and it&#8217;s copied to cell C3, it will automatically adjust to C3.<\/p>\n<p><b>2. Can I make multiple cells absolute at once?<\/b><br \/>\nYes, you can. To do this, select all the cells you want to make absolute and then add the dollar sign symbols ($) to their references.<\/p>\n<p><b>3. How can I toggle between absolute and relative references?<\/b><br \/>\nYou can press the F4 key on your keyboard to toggle between different reference types in Excel.<\/p>\n<p><b>4. Can I make the reference in a formula partially absolute?<\/b><br \/>\nYes, you can. You can apply absolute referencing to only a part of the reference while leaving the rest as relative.<\/p>\n<p><b>5. Is it possible to make a cell value absolute in Google Sheets?<\/b><br \/>\nYes, similar to Excel, you can make a cell value absolute in Google Sheets by using dollar signs ($) in the cell reference.<\/p>\n<p><b>6. How can I remove absolute references from a formula?<\/b><br \/>\nTo remove absolute references from a formula, you can simply delete the dollar signs ($). The reference will then become relative.<\/p>\n<p><b>7. Can I make a cell value absolute in a chart?<\/b><br \/>\nNo, absolute references do not work in charts. Charts only work with relative references.<\/p>\n<p><b>8. Can I use absolute references when applying conditional formatting?<\/b><br \/>\nYes, you can use absolute references in conditional formatting formulas to make sure the references don&#8217;t change when applied to different cells.<\/p>\n<p><b>9. Are absolute references used only for formulas?<\/b><br \/>\nNo, apart from formulas, you can also use absolute references in functions, data validation rules, and many other features of Excel.<\/p>\n<p><b>10. Can I make a cell both row and column absolute?<\/b><br \/>\nAbsolutely! To make a cell both row and column absolute, use dollar signs ($) before both the column and row references ($B$2).<\/p>\n<p><b>11. Will a cell value still be absolute after inserting rows or columns?<\/b><br \/>\nYes, absolute references remain fixed even when you insert or delete rows or columns in Excel.<\/p>\n<p><b>12. Can I make a cell value relative again after making it absolute?<\/b><br \/>\nYes, you can simply remove the dollar signs ($) from a cell reference to make it relative again.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When working with Excel, you may come across situations where you need to keep a cell value constant even if you copy or move it to another cell. This is where the concept of making a cell value absolute comes into play. By making a cell value absolute, you can ensure that its reference remains &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to make a cell value absolute in Excel?\" class=\"read-more button\" href=\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#more-228885\">Read more<span class=\"screen-reader-text\">How to make a cell value absolute in Excel?<\/span><\/a><\/p>\n","protected":false},"author":57,"featured_media":107420,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[86279],"tags":[],"class_list":["post-228885","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-learn","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to make a cell value absolute in Excel?<\/title>\n<meta name=\"description\" content=\"When working with Excel, you may come across situations where you need to keep a cell value constant even if you copy or move it to another cell. This is\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to make a cell value absolute in Excel?\" \/>\n<meta property=\"og:description\" content=\"When working with Excel, you may come across situations where you need to keep a cell value constant even if you copy or move it to another cell. This is\" \/>\n<meta property=\"og:url\" content=\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/\" \/>\n<meta property=\"og:site_name\" content=\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/synchronyfinancial\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-10T14:09:57+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2024\/03\/faq.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Casey Mayer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@synchrony\" \/>\n<meta name=\"twitter:site\" content=\"@synchrony\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Casey Mayer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/\"},\"author\":{\"name\":\"Casey Mayer\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/89e431077ef417dfaa131f435124f18f\"},\"headline\":\"How to make a cell value absolute in Excel?\",\"datePublished\":\"2024-04-10T14:09:57+00:00\",\"dateModified\":\"2024-04-10T14:09:57+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/\"},\"wordCount\":675,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#organization\"},\"articleSection\":[\"Learn\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/\",\"url\":\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/\",\"name\":\"How to make a cell value absolute in Excel?\",\"isPartOf\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#website\"},\"datePublished\":\"2024-04-10T14:09:57+00:00\",\"dateModified\":\"2024-04-10T14:09:57+00:00\",\"description\":\"When working with Excel, you may come across situations where you need to keep a cell value constant even if you copy or move it to another cell. This is\",\"breadcrumb\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/namso-gen.co\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to make a cell value absolute in Excel?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#website\",\"url\":\"https:\/\/namso-gen.co\/blog\/\",\"name\":\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\",\"description\":\"In Namso gen blog you can get many tips regarding to Credit cards, VCC, Credit card security etc. You can generate credit cards by using Namso-gen.co\",\"publisher\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/namso-gen.co\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#organization\",\"name\":\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\",\"url\":\"https:\/\/namso-gen.co\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png\",\"contentUrl\":\"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png\",\"width\":500,\"height\":164,\"caption\":\"Namso Gen Blog - Free Credit Card Generator [100% Valid]\"},\"image\":{\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/synchronyfinancial\",\"https:\/\/twitter.com\/synchrony\",\"https:\/\/www.youtube.com\/synchronyfinancial\",\"https:\/\/www.instagram.com\/synchrony\",\"https:\/\/www.linkedin.com\/company\/synchrony-financial\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/89e431077ef417dfaa131f435124f18f\",\"name\":\"Casey Mayer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g\",\"caption\":\"Casey Mayer\"},\"description\":\"Guest author Casey Mayer has meticulously crafted and revised this article to the best of their knowledge and understanding. Readers are strongly advised to exercise caution, verify information independently, and rely on their own judgment when considering the information provided. Read more articles on Namso Gen here.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to make a cell value absolute in Excel?","description":"When working with Excel, you may come across situations where you need to keep a cell value constant even if you copy or move it to another cell. This is","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/","og_locale":"en_US","og_type":"article","og_title":"How to make a cell value absolute in Excel?","og_description":"When working with Excel, you may come across situations where you need to keep a cell value constant even if you copy or move it to another cell. This is","og_url":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/","og_site_name":"Namso Gen Blog - Free Credit Card Generator [100% Valid]","article_publisher":"https:\/\/www.facebook.com\/synchronyfinancial","article_published_time":"2024-04-10T14:09:57+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2024\/03\/faq.png","type":"image\/png"}],"author":"Casey Mayer","twitter_card":"summary_large_image","twitter_creator":"@synchrony","twitter_site":"@synchrony","twitter_misc":{"Written by":"Casey Mayer","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#article","isPartOf":{"@id":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/"},"author":{"name":"Casey Mayer","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/89e431077ef417dfaa131f435124f18f"},"headline":"How to make a cell value absolute in Excel?","datePublished":"2024-04-10T14:09:57+00:00","dateModified":"2024-04-10T14:09:57+00:00","mainEntityOfPage":{"@id":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/"},"wordCount":675,"commentCount":0,"publisher":{"@id":"https:\/\/namso-gen.co\/blog\/#organization"},"articleSection":["Learn"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/","url":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/","name":"How to make a cell value absolute in Excel?","isPartOf":{"@id":"https:\/\/namso-gen.co\/blog\/#website"},"datePublished":"2024-04-10T14:09:57+00:00","dateModified":"2024-04-10T14:09:57+00:00","description":"When working with Excel, you may come across situations where you need to keep a cell value constant even if you copy or move it to another cell. This is","breadcrumb":{"@id":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/namso-gen.co\/blog\/how-to-make-a-cell-value-absolute-in-excel\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/namso-gen.co\/blog\/"},{"@type":"ListItem","position":2,"name":"How to make a cell value absolute in Excel?"}]},{"@type":"WebSite","@id":"https:\/\/namso-gen.co\/blog\/#website","url":"https:\/\/namso-gen.co\/blog\/","name":"Namso Gen Blog - Free Credit Card Generator [100% Valid]","description":"In Namso gen blog you can get many tips regarding to Credit cards, VCC, Credit card security etc. You can generate credit cards by using Namso-gen.co","publisher":{"@id":"https:\/\/namso-gen.co\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/namso-gen.co\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/namso-gen.co\/blog\/#organization","name":"Namso Gen Blog - Free Credit Card Generator [100% Valid]","url":"https:\/\/namso-gen.co\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png","contentUrl":"https:\/\/namso-gen.co\/blog\/wp-content\/uploads\/2020\/07\/namso-gen-logo.png","width":500,"height":164,"caption":"Namso Gen Blog - Free Credit Card Generator [100% Valid]"},"image":{"@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/synchronyfinancial","https:\/\/twitter.com\/synchrony","https:\/\/www.youtube.com\/synchronyfinancial","https:\/\/www.instagram.com\/synchrony","https:\/\/www.linkedin.com\/company\/synchrony-financial"]},{"@type":"Person","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/89e431077ef417dfaa131f435124f18f","name":"Casey Mayer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/namso-gen.co\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/?s=96&d=mm&r=g","caption":"Casey Mayer"},"description":"Guest author Casey Mayer has meticulously crafted and revised this article to the best of their knowledge and understanding. Readers are strongly advised to exercise caution, verify information independently, and rely on their own judgment when considering the information provided. Read more articles on Namso Gen here."}]}},"_links":{"self":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/posts\/228885","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/users\/57"}],"replies":[{"embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/comments?post=228885"}],"version-history":[{"count":0,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/posts\/228885\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/media\/107420"}],"wp:attachment":[{"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/media?parent=228885"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/categories?post=228885"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/namso-gen.co\/blog\/wp-json\/wp\/v2\/tags?post=228885"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}