{"id":50116,"date":"2024-06-28T19:53:08","date_gmt":"2024-06-28T17:53:08","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=50116"},"modified":"2025-10-08T23:03:35","modified_gmt":"2025-10-08T21:03:35","slug":"funciones-if-de-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/es\/blog\/google-sheets-formulas\/google-sheets-if-functions\/","title":{"rendered":"Todas las funciones IF de Google Sheets"},"content":{"rendered":"<p>[et_pb_section fb_built=&#8221;1&#8243; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; da_is_popup=&#8221;off&#8221; da_exit_intent=&#8221;off&#8221; da_has_close=&#8221;on&#8221; da_alt_close=&#8221;off&#8221; da_dark_close=&#8221;off&#8221; da_not_modal=&#8221;on&#8221; da_is_singular=&#8221;off&#8221; da_with_loader=&#8221;off&#8221; da_has_shadow=&#8221;on&#8221; da_disable_devices=&#8221;off|off|off&#8221;][et_pb_row _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#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.24.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;][et_pb_text _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">Google Sheet IF functions allow you to include condition-based formulas in your spreadsheets.\u00a0<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Think of them like flow charts. These charts have a set of questions at each juncture and your answer defines how you move forward. Likewise, IF functions return one result or another based on a certain condition.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">If you are looking to move past basic formulas these are great functions to have in your toolbox. There are quite a few of them and in this article we will cover them all.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>IF<\/h2>\n<p><span style=\"font-weight: 400;\">This is the most basic function in this category. Basically, it evaluates a single condition and outputs different results if it\u2019s TRUE or FALSE.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=IF(condition, value_if_true, value_if_false)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">IF is great to make simple logical comparisons. For example, you can evaluate whether students &#8220;Pass&#8221; a test if their score is over 50.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Note: given the formula below students who got exactly 50 will also be assigned a \u201cFail\u201d.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=IF(A1 &gt; 50, &#8220;Pass&#8221;, &#8220;Fail&#8221;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/if-formula-google-sheets\/\"><span style=\"font-weight: 400;\">Read our post on IF<\/span><\/a><span style=\"font-weight: 400;\"> for advanced uses like nested IF statements and to combine it with other functions.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>IFS<\/h2>\n<p><span style=\"font-weight: 400;\">This function has a number of conditions and values. The first condition to be TRUE will return its corresponding value.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=IFS(condition1, value1, condition2, value2, &#8230;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">The IFS function is useful to evaluate multiple conditions against a set of values. For example, we could use it to translate grades from percentages to letters.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=IFS(A1 &gt; 90, &#8220;A&#8221;, A1 &gt; 80, &#8220;B&#8221;, A1 &gt; 70, &#8220;C&#8221;, A1 &gt; 60, &#8220;D&#8221;, TRUE, &#8220;F&#8221;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">For a more detailed overview, check out the full article on the<\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/ifs-formula-google-sheets\/\"> <span style=\"font-weight: 400;\">IFS formula in Google Sheets<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>AVERAGEIF<\/h2>\n<p><span style=\"font-weight: 400;\">Calculates the average of a range of cells that meet a specified condition.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=AVERAGEIF(range, criterion, [average_range])<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">The AVERAGEIF function is useful to limit the values you want to average. Continuing with the test example, we could use it to find the average test score for students who passed.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=AVERAGEIF(A1:A10, \u201c&gt; 50\u201d)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">For a detailed overview of its syntax, check out the full article on the<\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/averageif-formula-google-sheets\/\"> <span style=\"font-weight: 400;\">AVERAGEIF formula in Google Sheets<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>AVERAGEIFS<\/h2>\n<p><span style=\"font-weight: 400;\">Calculates the average of a range of cells that meet multiple specified conditions.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=AVERAGEIFS(average_range, criteria_range1, criterion1, criteria_range2, criterion2, &#8230;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">AVERAGEIFS lets you set multiple conditions to narrow down the values to include in your average. For example, you could average the test scores for students who passed and are right handed.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=AVERAGEIFS(B1:B10, A1:A10, &#8220;Pass&#8221;, C1:C10, \u201cRight\u201d)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">For more an in-depth explanation, read the complete post on <\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/averageifs-formula-google-sheets\/\"><span style=\"font-weight: 400;\">AVERAGEIFS formula in Google Sheets<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>COUNTIF<\/h2>\n<p><span style=\"font-weight: 400;\">Counts the number of cells in a range that meet a specified condition.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=COUNTIF(range, criterion)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">This function is great to know how many students passed the test.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=COUNTIF(A1:A10, &#8220;&gt;50&#8221;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">For many applications of this formula, check out <\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/countif-greater-than-0\/\"><span style=\"font-weight: 400;\">Countif greater than 0 Google Sheets<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>COUNTIFS<\/h2>\n<p><span style=\"font-weight: 400;\">Counts the number of cells in a range that meet multiple specified conditions.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=COUNTIFS(criteria_range1, criterion1, criteria_range2, criterion2, &#8230;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">Again, say you are fixated on your right handed students. COUNTIFS will let you know how many of them passed the test.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span dir=\"auto\" class=\" default-formula-text-color\">=<\/span><span dir=\"auto\" class=\" default-formula-text-color\">COUNTIFS<\/span><span dir=\"auto\" class=\" default-formula-text-color\">(<\/span><span dir=\"auto\">B55:B65<\/span><span dir=\"auto\" class=\" default-formula-text-color\">,<\/span><span dir=\"auto\" class=\" default-formula-text-color\"> <\/span><span dir=\"auto\" class=\" string \">&#8220;&gt; 50&#8221;<\/span><span dir=\"auto\" class=\" default-formula-text-color\">,<\/span><span dir=\"auto\" class=\" default-formula-text-color\"> <\/span><span dir=\"auto\">C55:C65<\/span><span dir=\"auto\" class=\" default-formula-text-color\">,<\/span><span dir=\"auto\" class=\" default-formula-text-color\"> <\/span><span dir=\"auto\" class=\" string \">&#8220;Right&#8221;<\/span><span dir=\"auto\" class=\" default-formula-text-color\">)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">For more detailed information, check out the full article on the <\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/countifs-in-google-sheets\/\"><span style=\"font-weight: 400;\">COUNTIFS formula in Google Sheets<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>SUMIF<\/h2>\n<p><span style=\"font-weight: 400;\">Adds certain values based on a single condition.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=SUMIF(range, criterion, [sum_range])<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">The SUMIF function is useful to single out certain values you want to add. It can calculate total sales for a\u00a0 product, sum expenses for a category, or add scores above a threshold.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=SUMIF(A1:A10, &#8220;Product A&#8221;, B1:B10)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">For more practical examples, and advanced use cases, check out the full article on the\u00a0<\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/sumif-google-sheets\/\"><span style=\"font-weight: 400;\">SUMIF formula in Google Sheets<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>SUMIFS<\/h2>\n<p><span style=\"font-weight: 400;\">Adds the cells in a range that meet multiple conditions.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=SUMIFS(sum_range, criteria_range1, criterion1, criteria_range2, criterion2, &#8230;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">The SUMIFS function is perfect for adding up values that meet multiple criteria, such as summing sales only for a specific region and product.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=SUMIFS(B1:B10, A1:A10, &#8220;North&#8221;, C1:C10, &#8220;Product A&#8221;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">For more detailed information, check out the full article on the\u00a0<\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/sumifs-with-multiple-criteria\/\"><span style=\"font-weight: 400;\">SUMIFS formula in Google Sheets<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>SWITCH<\/h2>\n<p><span style=\"font-weight: 400;\">Tests an expression against a list of cases and returns the corresponding value of the first match. It\u2019s a great alternative to nested IF statements because of its increased simplicity and readability.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=SWITCH(expression, case1, value1, case2, value2, &#8230;, [default])<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">The SWITCH function is useful when you have multiple conditions to evaluate and want to return a specific value for the first true condition.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=SWITCH(A1, &#8220;Red&#8221;, 1, &#8220;Green&#8221;, 2, &#8220;Blue&#8221;, 3, &#8220;Unknown&#8221;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">To explore this function in full check out our post <\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/switch-formula-google-sheets\/\"><span style=\"font-weight: 400;\">SWITCH formula in Google Sheets<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>IFERROR<\/h2>\n<p><span style=\"font-weight: 400;\">Returns a value if there is no error, otherwise it returns a specified value if there is an error.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=IFERROR(value, [value_if_error])<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">The IFERROR function is useful to handle errors in formulas. It helps ensure that your spreadsheet doesn&#8217;t show errors and displays user-friendly messages instead.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=IFERROR(100\/0, &#8220;Divide by zero error&#8221;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">For a full guide on implementing this formula for error handling check out <\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/iferror-formula-google-sheets\/\"><span style=\"font-weight: 400;\">IFERROR formula in Google Sheets<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>IFNA<\/h2>\n<p><span style=\"font-weight: 400;\">Returns a specified value if the formula evaluates to #N\/A; otherwise, it returns the result of the formula.<\/span>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=IFNA(value, value_if_na)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">The IFNA function is great for handling the #N\/A error specifically, ensuring that your spreadsheet can display a custom message or alternative value when this error occurs.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_class=&#8221;spreadsheet-function&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">=IFNA(VLOOKUP(A1, B1:B10, 2, FALSE), &#8220;Not Found&#8221;)<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.24.1&#8243; _module_preset=&#8221;default&#8221; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p><span style=\"font-weight: 400;\">To explore this function in depth, check out <\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/ifna-in-google-sheets\/\"><span style=\"font-weight: 400;\">How to use IFNA in Google Sheets to handle errors<\/span><\/a><span style=\"font-weight: 400;\">.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_text module_id=&#8221;if&#8221; _builder_version=&#8221;4.27.4&#8243; _module_preset=&#8221;default&#8221; hover_enabled=&#8221;0&#8243; locked=&#8221;off&#8221; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221; sticky_enabled=&#8221;0&#8243;]<\/p>\n<h2>Conclusion<\/h2>\n<p>Google Sheets&#8217; IF functions allow you to include condition-based formulas in your spreadsheets. They act like flow charts that guide your data processing based on specific conditions.<\/p>\n<p>From the basic IF function to more advanced ones like IFS, SUMIFS, and SWITCH, these functions perform complex logical operations.<\/p>\n<p>Mastering these functions will enhance your spreadsheet capabilities.[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google Sheet IF functions allow you to include condition-based formulas in your spreadsheets.\u00a0 Think of them like flow charts. These charts have a set of questions at each juncture and your answer defines how you move forward. Likewise, IF functions return one result or another based on a certain condition. If you are looking to [&hellip;]<\/p>\n","protected":false},"author":33,"featured_media":44470,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[39,28],"class_list":["post-50116","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\/es\/wp-json\/wp\/v2\/posts\/50116","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/users\/33"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/comments?post=50116"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/posts\/50116\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media\/44470"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media?parent=50116"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/categories?post=50116"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/tags?post=50116"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}