{"id":8774,"date":"2021-04-01T15:10:00","date_gmt":"2021-04-01T13:10:00","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=8774"},"modified":"2021-04-01T15:10:00","modified_gmt":"2021-04-01T13:10:00","slug":"formula-stdev-en-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/es\/blog\/google-sheets-formulas\/stdev-formula-in-google-sheets\/","title":{"rendered":"C\u00f3mo utilizar la f\u00f3rmula STDEV en 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>Google Sheets is a great tool for data analysis tasks. Oftentimes, a key part of this involves statistical analysis, which can help you understand the nature of the dataset. Standard deviation is one of a variety of statistical measures that helps you quantify the degree of variation or dispersion of a set of data values. The <a href=\"https:\/\/support.google.com\/docs\/answer\/3094054\" target=\"_blank\" rel=\"noopener noreferrer\">STDEV<\/a> function in Google Sheets is an effective and easy way to measure standard deviation.<\/p>\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;]=STDEV(value1, [value2, \u2026])[\/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><b>value1<\/b> \u2013 is the first value or reference to the range of the dataset.\n<li><b>value2, \u2026<\/b> \u2013 [ OPTIONAL ] \u2013 are additional values or references to ranges that contain values you want to include in the dataset.<\/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<h3>What is standard deviation<\/h3>\n<p>I\u2019ll take a moment to talk a bit more about standard deviation, in case you\u2019re not familiar with it. As I mentioned previously, standard deviation measures the dispersion of a dataset. In other words, it indicates how far the data points are from the overall average of the dataset.<\/p>\n<p>To illustrate this, consider a simple example where you have three numbers: 19, 20, and 21. The average of these three numbers is 20, and they\u2019re all very close to the average. Now consider another dataset: 10, 20, and 30. Again, the average of these is 20, but there\u2019s much more variation. In these two examples, the first dataset has a lower standard deviation, and the standard deviation of the second group is higher.<\/p>\n<p>If you\u2019re interested in learning more about standard deviation, here\u2019s a <a href=\"https:\/\/en.wikipedia.org\/wiki\/Standard_deviation\" target=\"_blank\" rel=\"noopener\">link<\/a> to more information.<\/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>Usage: STDEV formula in Google Sheets<\/h3>\n<p>Now that you understand the concept of standard deviation, I\u2019ll show how to use the STDEV formula on a sample dataset to further reinforce your understanding of how to calculate it in Google Sheets.<\/p>\n<p>Please take a look at the following snapshot.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2021\/04\/1.-STDEV-examples.png&#8221; alt=&#8221;stdev formula 1&#8243; title_text=&#8221;1. STDEV examples&#8221; 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>The first thing you\u2019ll notice is that in all four instances above, you get the same result. This makes sense, since I\u2019m using the same data each time. The point here is to demonstrate the different ways you can input data into the STDEV function.<\/p>\n<p>The first example takes direct numeric values and returns the calculated standard deviation. The second demonstrates that the STDEV formula is also capable of using references to cells that store numbers. In the third example, instead of sending multiple values or references, I\u2019ve entered a single range that contains all the values from A2 through A11. This is the easiest method, since you only have to input a single range. In the final example, I typed a combination of direct numeric values and range references.<\/p>\n<p>As you can see, regardless of the approach you take with the formula, the output will be the same.<\/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>Notes<\/h3>\n<ul>\n<li>STDEV will return an error if any of the parameter values are strings.<\/li>\n<li>This formula calculates the standard deviation for a sample. If you need to do it for a population instead, you can use the STDEVP formula.<\/li>\n<li>The formula may return a #DIV\/0! error if there are not at least two value arguments.<\/li>\n<li>If you\u2019re familiar with statistics, you\u2019ll know that standard deviation is just the square root of the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Variance\" target=\"_blank\" rel=\"noopener\">variance<\/a>, another important metric in statistics. You can calculate this using the <a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/var-formula-in-google-sheets\/\" target=\"_blank\" rel=\"noopener\">VAR<\/a> formula in Google Sheets. The image below illustrates this concept.<\/li>\n<\/ul>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2021\/04\/2.-STDEV-variance-example.png&#8221; alt=&#8221;stdev formula variance 2&#8243; title_text=&#8221;2. STDEV variance example&#8221; 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<h3>STDEV formula in Google Sheets<\/h3>\n<p>That&#8217;s it. That&#8217;s how you use the STDEV formula in Google Sheets.<\/p>\n<p>Take a look at our other blog posts to learn more about Google Sheets functions and features.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.22.2&#8243; background_color=&#8221;#f9f9ff&#8221; custom_margin=&#8221;40px||40px||false|false&#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><em><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>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Google Sheets is a great tool for data analysis tasks. Oftentimes, a key part of this involves statistical analysis, which can help you understand the nature of the dataset. Standard deviation is one of a variety of statistical measures that helps you quantify the degree of variation or dispersion of a set of data values. [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":33453,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"We carry out most of our data analysis tasks on spreadsheets applications. And we will need to arrive at some key statistical metrics to understand the nature of the dataset. Standard deviation is one such metric that helps us quantify the amount of variation or dispersion of a set of data values. The <a href=\"https:\/\/support.google.com\/docs\/answer\/3094054\" target=\"_blank\" rel=\"noopener noreferrer\">STDEV<\/a> formula in Google Sheets is ported for this purpose.\n<h3>Syntax<\/h3>\n<strong>STDEV(value1, [value2, ...])<\/strong>\n<ul>\n \t<li><strong>value1<\/strong> - is the first value or reference to the range of the dataset.<\/li>\n \t<li><strong>value2, ...<\/strong> - [ OPTIONAL ] - are the additional values or references to ranges that contain&nbsp;values we need to include in the dataset.<\/li>\n<\/ul>\n<h3>Usage: STDEV formula in Google Sheets<\/h3>\nNow that we know what the STDEV formula is for, let us try and apply this formula on a sample dataset to further reinforce our understanding. Please take a look at the following snapshot.\n\n<img class=\"aligncenter size-full wp-image-8810\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/STDEV-formula-Illustration-Frame-1.png\" alt=\"STDEV formula in Google Sheets\" width=\"863\" height=\"557\">\n\nBy any chance, if you are interested in reading through some literature as to how we usually calculate the standard deviation, here's the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Standard_deviation\" target=\"_blank\" rel=\"noopener noreferrer\">link<\/a> to it.\n\nThe first example consumes direct numeric values and returns the calculated variance. The second demonstrates that the STDEV formula is also capable of using references to cells that store numbers. In the third example, instead of sending multiple values or references, we have passed a single composite range. This composite cell range consists of all the values from A2 through A11. And, in the final example, we not only passed direct numeric values but also a couple range references. Therefore, regardless of the approach&nbsp;that we have taken with the formula, the output is same across all the examples.\n<h4>Notes<\/h4>\n<ul>\n \t<li>It is interesting to learn that the standard deviation is nothing but the square root of the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Variance\" target=\"_blank\" rel=\"noopener noreferrer\">variance<\/a>, another important metric in statistics. And we can we can obtain using the <a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/var-formula-in-google-sheets\/\" target=\"_blank\" rel=\"noopener noreferrer\">VAR<\/a> formula in Google Sheets. Please see the image that illustrates this concept.<\/li>\n<\/ul>\n<p style=\"padding-left: 30px;\"><img class=\"aligncenter size-full wp-image-8811\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/STDEV-formula-Illustration-Frame-2.png\" alt=\"STDEV formula in Google Sheets\" width=\"863\" height=\"557\"><\/p>\n\n<ul>\n \t<li>STDEV will return an error in case any of the parameter values are strings.<\/li>\n \t<li>This formula calculates the standard deviation for a sample. If we need to do it for a population instead, we can use the STDEVP formula.<\/li>\n \t<li>The formula may return a #DIV\/0! error, if there are not at least two value arguments.<\/li>\n<\/ul>","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[39,28],"class_list":["post-8774","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\/8774","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\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/comments?post=8774"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/posts\/8774\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media\/33453"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/media?parent=8774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/categories?post=8774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/es\/wp-json\/wp\/v2\/tags?post=8774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}