{"id":8847,"date":"2018-07-01T18:00:51","date_gmt":"2018-07-01T16:00:51","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=8847"},"modified":"2018-07-01T18:00:51","modified_gmt":"2018-07-01T16:00:51","slug":"round-formula-in-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/pt\/blog\/google-sheets-formulas\/round-formula-in-google-sheets\/","title":{"rendered":"Como usar a f\u00f3rmula ROUND no Planilhas Google"},"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; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>While working with spreadsheets, we tend to come across many numbers that are rational. Some of them have more decimal values after the decimal point than desired. And our requirement may be such that we need to confine the rational values to the desired number of decimal places. We can do that with the help of the<span>\u00a0<\/span><a href=\"https:\/\/support.google.com\/docs\/answer\/3093440\" target=\"_blank\" rel=\"noopener noreferrer\">ROUND<\/a><span>\u00a0<\/span>formula in Google Sheets.<\/p>\n<h3>Syntax<\/h3>\n<p><strong>ROUND(value, [places])<\/strong><\/p>\n<ul>\n<li><strong>value<\/strong><span>\u00a0<\/span>\u2013 is the numeric value that we need to round off. It\u00a0can also be a reference to the cell that contains the numeric value.<\/li>\n<li><strong>places<\/strong><span>\u00a0<\/span>\u2013 [ OPTIONAL \u2013 0 by default ] \u2013 is the number of decimal places until which we need to round the value to.<\/li>\n<\/ul>\n<p>Please note that the<span>\u00a0<\/span><strong>places<\/strong>\u00a0parameter can also be negative. In such cases,\u00a0the values are rounded at the specified number of digits to the left of the decimal point.<\/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>Usage: ROUND formula in Google Sheets<\/h3>\n<p>Let\u2019s go right ahead and try the formula on the Google Sheets application. This should reinforce our understanding of the formulas. Please consider the following screenshot.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/ROUND-formula-Illustration-Frame-1.webp&#8221; alt=&#8221;ROUND Formula in Google Sheets: Usage&#8221; title_text=&#8221;round-formula-usage&#8221; _builder_version=&#8221;4.16&#8243; 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>As is the case with almost all the Google Sheets formulas, both parameters of the ROUND formula accepts direct numeric values as well as cell references.<\/p>\n<p>The very first example uses 0 for the<span>\u00a0<\/span><strong>places<\/strong><span>\u00a0<\/span>parameter. This indicates that the formula should ignore all the values after the decimal point, and then round off the number as per the<span>\u00a0<\/span><a href=\"https:\/\/en.wikipedia.org\/wiki\/Rounding\" target=\"_blank\" rel=\"noopener noreferrer\">standard norms<\/a>. The values 1, 2, and 3 for<span>\u00a0<\/span><strong>places<\/strong><span>\u00a0<\/span>parameter results in one, two, and three values after the decimal point. We illustrate this in the examples in rows 3, 4 and 5.<\/p>\n<p>It gets interesting when we start using the negative values for the places parameter. A value of -1 for the<span>\u00a0<\/span><strong>places<\/strong><span>\u00a0<\/span>parameter gets us one zero at the end, after rounding off the tenth place. But, there won\u2019t be any decimal point in the output. Similarly, a value of -2 on the second parameter gets us two zeros at the end, after rounding off the hundredth place.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>While working with spreadsheets, we tend to come across many numbers that are rational. Some of them have more decimal values after the decimal point than desired. And our requirement may be such that we need to confine the rational values to the desired number of decimal places. We can do that with the help [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":8927,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"While working with spreadsheets, we tend to come across many numbers that are rational. Some of them have more decimal values after the decimal point than desired. And our requirement may be such that we need to confine the rational values to the desired number of decimal places. We can do that with the help of the <a href=\"https:\/\/support.google.com\/docs\/answer\/3093440\" target=\"_blank\" rel=\"noopener noreferrer\">ROUND<\/a> formula in Google Sheets.\n<h3>Syntax<\/h3>\n<strong>ROUND(value, [places])<\/strong>\n<ul>\n \t<li><strong>value<\/strong> - is the numeric value that we need to round off. It&nbsp;can also be a reference to the cell that contains the numeric value.<\/li>\n \t<li><strong>places<\/strong> - [ OPTIONAL - 0 by default ] - is the number of decimal places until which we need to round the value to.<\/li>\n<\/ul>\nPlease note that the <strong>places<\/strong>&nbsp;parameter can also be negative. In such cases,&nbsp;the values are rounded at the specified number of digits to the left of the decimal point.\n<h3>Usage: ROUND formula in Google Sheets<\/h3>\nLet's go right ahead and try the formula on the Google Sheets application. This should reinforce our understanding of the formulas. Please consider the following screenshot.\n\n<img class=\"aligncenter size-full wp-image-8933\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/ROUND-formula-Illustration-Frame-1.png\" alt=\"ROUND formula in Google Sheets\" width=\"863\" height=\"554\">\n\nAs is the case with almost all the Google Sheets formulas, both parameters of the ROUND formula accepts direct numeric values as well as cell references.\n\nThe very first example uses 0 for the <strong>places<\/strong> parameter. This indicates that the formula should ignore all the values after the decimal point, and then round off the number as per the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Rounding\" target=\"_blank\" rel=\"noopener noreferrer\">standard norms<\/a>. The values 1, 2, and 3 for <strong>places<\/strong> parameter results in one, two, and three values after the decimal point. We illustrate this in the examples in rows 3, 4 and 5.\n\nIt gets interesting when we start using the negative values for the places parameter. A value of -1 for the <strong>places<\/strong> parameter gets us one zero at the end, after rounding off the tenth place. But, there won't be any decimal point in the output. Similarly, a value of -2 on the second parameter gets us two zeros at the end, after rounding off the hundredth place.","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[39,28],"class_list":["post-8847","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\/8847","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=8847"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/posts\/8847\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/media\/8927"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/media?parent=8847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/categories?post=8847"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/tags?post=8847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}