{"id":3414,"date":"2020-12-18T17:20:08","date_gmt":"2020-12-18T16:20:08","guid":{"rendered":"https:\/\/www.sheetgo.com\/?p=3414"},"modified":"2020-12-18T17:20:08","modified_gmt":"2020-12-18T16:20:08","slug":"formula-vlookup-do-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/pt\/blog\/google-sheets-formulas\/vlookup-formula-google-sheets\/","title":{"rendered":"Como usar a fun\u00e7\u00e3o VLOOKUP do Google Sheets"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; admin_label=&#8221;section&#8221; module_class=&#8221;sheetgo-post&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_row admin_label=&#8221;row&#8221; _builder_version=&#8221;4.16&#8243; background_size=&#8221;initial&#8221; background_position=&#8221;top_left&#8221; background_repeat=&#8221;repeat&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_column type=&#8221;4_4&#8243; _builder_version=&#8221;4.16&#8243; custom_padding=&#8221;|||&#8221; global_colors_info=&#8221;{}&#8221; custom_padding__hover=&#8221;|||&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>The <a href=\"https:\/\/support.google.com\/docs\/answer\/3093318?hl=en&amp;ref_topic=3105472\" target=\"_blank\" rel=\"noopener noreferrer\">VLOOKUP<\/a> Google Sheets function is perhaps one of the most widely used functions in Google Sheets. It stands for Vertical Lookup. This searches for a key value in the first column of the input range, and it returns the value of a specified cell from the row where it finds the key. You can expect an error if the key doesn\u2019t exist.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h2>Syntax<\/h2>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.16&#8243; border_width_left=&#8221;4px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]=VLOOKUP(search_key, range, index, [is_sorted])[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<ul>\n<li><strong>search_key<\/strong> \u2013 is the value that the VLOOKUP function uses to search.<\/li>\n<li><strong>range<\/strong> \u2013 is the reference to the range of cells that we are performing a search on. Google Sheets application looks for the key in the first column of the range.<\/li>\n<li><strong>index<\/strong> \u2013 this is the column index of the cell within the range, whose value the function returns. The first column\u2019s index within the <strong>range<\/strong> is 1, the second in the <strong>range<\/strong> is 2 and so on. For example, if we input 3 against this parameter, the VLOOKUP function returns the cell value from the third column and the row in which it finds the <strong>search_key<\/strong>.<\/li>\n<li><strong>[is_sorted]<\/strong> \u2013 is an optional parameter which is TRUE by default. This indicates whether the first column in the <strong>range<\/strong> is sorted in ascending order or not. If not, we should specify the value as FALSE.<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h2>How to use VLOOKUP function<\/h2>\n<h3>Numbers in the first column<\/h3>\n<p>Let\u2019s try out on a few examples. Here is a test data set with sales figures for a group of salespeople. I will try to answer various business case scenarios (column D), using VLOOKUP. You\u2019ll observe how the index parameter value affects the outcome.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/12\/VLOOKUP-1-1.png&#8221; alt=&#8221;vlookup-function-google-sheets-1&#8243; title_text=&#8221;vlookup-function-google-sheets-1&#8243; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;640px&#8221; max_width=&#8221;640px&#8221; height=&#8221;440px&#8221; max_height=&#8221;440px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>I\u2019ll choose first example here to dissect and ensure that you understand the basic use of the function.  The formula <strong>=VLOOKUP(11876,A2:C11,2,FALSE)<\/strong> is used to tell the function to search for the value 11,876 within the range of cells from A2 to C11. Once it finds the value, it is instructed to return the data in the second column of the row it found the data in. The False indicates that the data is not sorted, and that you want an exact match to the search key.<\/p>\n<p>Here\u2019s an interesting thing to note in the last case (row # 7 above). The function returned an #N\/A error. Why? That is, as explained in the error description, because the $15000 sales figure does not exist in the first row. Since I specified that I want an exact match (by indicating False for the is_sorted parameter), it cannot return an appropriate value.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>The curious case of [is_sorted]<\/h3>\n<p>In the examples, I have chosen FALSE for the last parameter, which tells the function to find an exact match with the search key. This is typically how the VLOOKUP function is used. But what happens when you use True instead to find an approximate match?<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/12\/VLOOKUP-2-1.png&#8221; alt=&#8221;vlookup-function-google-sheets-2&#8243; title_text=&#8221;vlookup-function-google-sheets-2&#8243; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;640px&#8221; max_width=&#8221;640px&#8221; height=&#8221;440px&#8221; max_height=&#8221;440px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>Here, there are two examples that were use VLOOKUP to find the person with $12,000 of sales. The first function uses an <strong>is_sorted<\/strong> parameter of False, which tells the function to find an exact match. Because there is no salesperson with exactly $12,000 of sales, the function returns an error.<\/p>\n<p>The second example is identical except it uses True instead, which tells the function that the data is sorted and it should find an approximate match. The function then tries to find the sales number that is closest to $12,000, and returns the name of the corresponding salesperson \u2013 Finch.<\/p>\n<p>Notice that the salesperson closest to $12,000 sales is actually Gary. The VLOOKUP function finds an approximate match by finding the value that is closest but not more than the search key. It therefore returns Finch here, even though Gary is technically closer to the search key. This is an important feature to take note of, since it could impact your results when using this function!<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Use case: Sorted strings in the first column<\/h3>\n<p>Now that you\u2019re getting more familiar with the function, let\u2019s try an example data set in which the first column has sorted string values, as shown below. There are two examples each for all the three cases available, but with one distinction of is_sorted parameter. Please observe how the VLOOKUP function is behaving.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/12\/VLOOKUP-3-1.png&#8221; alt=&#8221;vlookup-function-google-sheets-3&#8243; title_text=&#8221;vlookup-function-google-sheets-3&#8243; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;640px&#8221; max_width=&#8221;640px&#8221; height=&#8221;440px&#8221; max_height=&#8221;440px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>You can see that the TRUE or FALSE value for <strong>is_sorted<\/strong> parameter doesn\u2019t really affect the behaviour when it finds the <strong>search_key<\/strong> within the first column of the range. But an interesting development happens when it doesn\u2019t find an exact match for the <strong>search_key<\/strong>. In the case of FALSE (row # 8), it was looking for an exact match. But in the case of TRUE (row # 9), it is looking for an approximate match, and instead of Greg, it returns the information for Gary. This behaviour may or may not be desirable depending on your situation!<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Unsorted strings in the first column<\/h3>\n<p>The data for this case is essentially the same as that used above, except there are non-sorted strings in the first column.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/12\/VLOOKUP-4-1.png&#8221; alt=&#8221;vlookup-function-google-sheets-4&#8243; title_text=&#8221;vlookup-function-google-sheets-4&#8243; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;640px&#8221; max_width=&#8221;640px&#8221; height=&#8221;440px&#8221; max_height=&#8221;440px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>Unlike the previous example, the use of TRUE and FALSE values for the fourth parameter is generating different results. Because the data is not sorted, the function cannot give an accurate approximate match. When the data is not sorted, that the results are correct only when I used FALSE for <strong>is_sorted<\/strong>.<\/p>\n<p>So, what is the bottom line?<\/p>\n<p>Never lie to Google Sheets in the <strong>is_sorted<\/strong> parameter \u2014 if you do, it will return the favor!<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h3>Multiple matches in the first column<\/h3>\n<p>There will be times when you may encounter multiple instances of the same value in the first column. In the example below, Barry occurs twice. What happens if you use the VLOOKUP function in such a scenario?<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2020\/12\/VLOOKUP-5-1.png&#8221; alt=&#8221;vlookup-function-google-sheets-5&#8243; title_text=&#8221;vlookup-function-google-sheets-5&#8243; align=&#8221;center&#8221; _builder_version=&#8221;4.16&#8243; _module_preset=&#8221;default&#8221; width=&#8221;640px&#8221; max_width=&#8221;640px&#8221; height=&#8221;440px&#8221; max_height=&#8221;440px&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>You may have noticed, it picks up the first Barry it encounters in the list. And the second Barry is not considered.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<h5>Drawbacks with the VLOOKUP function<\/h5>\n<p>There are two problems with this formula:<\/p>\n<ol>\n<li>For looking up <strong>search_key<\/strong>, it always uses the first column within the input <strong>range<\/strong>. So it is not possible with VLOOKUP function to fetch a cell value that is to the left of the lookup column.<\/li>\n<li>The function is not dynamic enough, in that, the column index values are not updated if we inserted a column between the input <strong>range<\/strong>.<\/li>\n<\/ol>\n<p>There\u2019s an alternative that solves the above two problems. Please go through the explanation for the <a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/index-formula-google-sheets\/\" target=\"_blank\" rel=\"noopener noreferrer\">INDEX and MATCH function combination<\/a>.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.4.8&#8243; background_color=&#8221;#f9f9ff&#8221; custom_padding=&#8221;15px|25px|15px|25px|true|true&#8221; border_width_left=&#8221;3px&#8221; border_color_left=&#8221;#808e95&#8243; global_module=&#8221;26540&#8243; saved_tabs=&#8221;all&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p style=\"font-size: 0.9em; padding-bottom: 0px;\"><em style=\"color: #808e95; \"><strong>Editor\u2019s note<\/strong>: This is a revised version of a previous post that has been updated for accuracy and comprehensiveness.<\/em><\/p>\n<p>\n[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The VLOOKUP Google Sheets function is perhaps one of the most widely used functions in Google Sheets. It stands for Vertical Lookup. This searches for a key value in the first column of the input range, and it returns the value of a specified cell from the row where it finds the key. You can [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":29589,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"Given its utility, <a href=\"https:\/\/support.google.com\/docs\/answer\/3093318?hl=en&ref_topic=3105472\">VLOOKUP<\/a> formula is perhaps one of the most widely used formulas in Google Sheets. It stands for 'Vertical Lookup'. This searches for a key value in the first column of the input range. And, it returns the value of a specified cell from the row where it finds the key. We can expect an error if the key doesn't exist.\n<h3>Syntax<\/h3>\n<strong><span style=\"font-family: courier new,courier,monospace; font-size: 14pt;\">VLOOKUP(search_key, range, index, [is_sorted])<\/span><\/strong>\n<ul>\n \t<li><span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>search_key<\/strong><\/span> - is the value that the VLOOKUP formula uses to search.<\/li>\n \t<li><span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>range<\/strong><\/span> - is the reference to the range of cells that we are performing a search on. Google Sheets application looks for the key in the first column of the range.<\/li>\n \t<li><span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>index<\/strong><\/span> - this is the column index of the cell within the range, whose value the formula returns. The first column's index within the <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>range<\/strong><\/span> is 1, the second in the <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>range<\/strong><\/span> is 2 and so on. For example, if we input 3 against this parameter, the VLOOKUP formula returns the cell value from the third column and the row in which it finds the <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>search_key<\/strong><\/span>.<\/li>\n \t<li><span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>[is_sorted]<\/strong><\/span> - is an optional parameter which is TRUE by default. This indicates whether the first column in the <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>range<\/strong><\/span> is sorted in ascending order or not. If not, we should specify the value as FALSE.<\/li>\n<\/ul>\n<h3>Usage: VLOOKUP Formula<\/h3>\n<h5>Use case: Numbers in the first column<\/h5>\nLet us try our hands on a few examples. Here is a test data with sales figures generated by a set of salespersons. We tried to answer various business case scenarios (column D), using this formula. You'll observe how the <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>index<\/strong><\/span> parameter value affects the outcome.\n\n<img class=\"aligncenter size-full wp-image-3426\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/Vlookup1.png\" alt=\"VLOOKUP Formula - Illustration 1\" width=\"1102\" height=\"316\" \/>\n\nHere's an interesting thing to note in the last case (row # 7 above). The formula returned an #N\/A! error. Why? That is, as explained in the error description because the $15000 sales figure does not exist in the first column. Therefore, it cannot return an appropriate value.\n<h5><\/h5>\n<h5>The curious case of <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\">[is_sorted]<\/span><\/h5>\nIn the examples, we have chosen FALSE for the last parameter if the first column within the input range is not sorted in ascending order. We chose TRUE otherwise. Now, what if we tried to do the opposite?\n\n<img class=\"aligncenter size-full wp-image-3434\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/vlookup2.png\" alt=\"VLOOKUP Formula - Illustration 2\" width=\"1100\" height=\"315\" \/>\n\nThe second case worked out well. But the first one, not as much! Why is that? Here is a note from the <a href=\"https:\/\/support.google.com\/docs\/answer\/3093318?hl=en&ref_topic=3105472\">official documentation<\/a> of VLOOKUP formula:\n<blockquote>If the is_sorted argument is set to TRUE or omitted, and the first column of the range is not in sorted order, an incorrect value might be returned.<\/blockquote>\nSo, there, they said it themselves! It will not give us expected results when we go with the TRUE option when the first column is not sorted. However, if we have sorted values in the first column, using TRUE for the last parameter will result in a much better performance.\n<h5><\/h5>\n<h5>Use case: Sorted strings in the first column<\/h5>\nNow that we got our hands greased with numbers, let us try with an example data set, in which the first column has sorted string values, as shown below. There are two examples each for all the three cases available, but with one distinction of <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>is_sorted<\/strong><\/span> parameter. Please observe how the VLOOKUP formula is behaving.\n\n<img class=\"aligncenter size-full wp-image-3438\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/vlookup3.png\" alt=\"VLOOKUP Formula - Illustration 3\" width=\"978\" height=\"315\" \/>\n\nApparently, the TRUE or FALSE value for <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>is_sorted<\/strong><\/span> parameter doesn't really affect the behavior when it finds the <strong><span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\">search_key<\/span><\/strong> within the first column of the range. But an interesting development happens when it doesn't find a match for the <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>search_key<\/strong><\/span>. In the case of FALSE (row # 8), it was looking for an exact match. But in the case of TRUE (row # 9), it apparently is looking for a near match. This, obviously, may not be desirable in many cases.\n<h5><\/h5>\n<h5>Use case: Unsorted strings in the first column<\/h5>\nThe data we are considering for this use case is essentially the same as that used above. Except, we have non-sorted strings in the first row.\n\n<img class=\"aligncenter size-full wp-image-3439\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/vlookup4.png\" alt=\"VLOOKUP Formula - Illustration 4\" width=\"978\" height=\"315\" \/>\n\nUnlike the previous example, the use of TRUE and FALSE values for the fourth parameter is generating different results. And we can deduce that the results are correct only when we used FALSE for <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>is_sorted<\/strong><\/span>.\n\nSo, what is the bottom line?\n<blockquote>Never lie to Google Sheets in the<strong> <span style=\"font-family: courier new,courier,monospace;\">is_sorted<\/span><\/strong> parameter! Seemingly, it returns the favor!<\/blockquote>\n<h5><\/h5>\n<h5>Use case: Multiple matches in the first column<\/h5>\nThere will be instances where we may encounter multiple instances of the same value in the first column. In the example below, Barry occurred twice. What happens if we use VLOOKUP formula in such scenario? Let's find out.\n\n<img class=\"aligncenter size-full wp-image-3440\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2017\/11\/lookup5.png\" alt=\"VLOOKUP Formula - Illustration 5\" width=\"978\" height=\"314\" \/>\n\nYou may have noticed, it picks up the first Barry it encounters in the list. And the second Barry is not considered.\n<h5><\/h5>\n<h5>Use case: Drawbacks with the VLOOKUP formula<\/h5>\nThere are two problems with this formula:\n<ol>\n \t<li>For looking up <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>search_key<\/strong><\/span>, it always uses the first column within the input <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>range<\/strong><\/span>. So it is not possible with VLOOKUP formula to fetch a cell value that is to the left of the lookup column.<\/li>\n \t<li>The formula is not dynamic enough, in that, the column index values are not updated if we inserted a column between the input <span style=\"font-family: courier new,courier,monospace; font-size: 12pt;\"><strong>range<\/strong><\/span>.<\/li>\n<\/ol>\nThere's an alternative that solves the above two problems. Please go through the explanation for the INDEX and MATCH formula combination <a href=\"https:\/\/www.sheetgo.com\/match-formula-google-sheets\/\">here<\/a>.\n\n\u00a0","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[39,28],"class_list":["post-3414","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-google-sheets-formulas","tag-connections-t","tag-spreadsheets"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/posts\/3414","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/comments?post=3414"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/posts\/3414\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/media\/29589"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/media?parent=3414"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/categories?post=3414"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/tags?post=3414"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}