{"id":8769,"date":"2018-06-26T15:56:25","date_gmt":"2018-06-26T13:56:25","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=8769"},"modified":"2018-06-26T15:56:25","modified_gmt":"2018-06-26T13:56:25","slug":"formula-do-normsdist-no-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/pt\/blog\/google-sheets-formulas\/normsdist-formula-in-google-sheets\/","title":{"rendered":"Como usar a f\u00f3rmula NORMSDIST 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;][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;][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;][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>In this post, learn how to calculate the normal cumulative distribution by using the\u00a0<\/span>NORMSDIST formul<strong>a\u00a0<\/strong><span>in Google Sheets. The\u00a0<\/span><a href=\"https:\/\/en.wikipedia.org\/wiki\/Normal_distribution#Cumulative_distribution_function\" target=\"_blank\" rel=\"noopener noreferrer\">normal cumulative distribution<\/a><span>\u00a0is one of the most widely used probability distributions in statistics. We can derive a specialized case of normal cumulative distribution when mean is zero and the variance is 1. This is called the standard normal cumulative distribution function. Here\u2019s how the function looks like when we plot it on the graph \u2013 the red curve is what we have been talking about.<\/span><\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/Cumulative-Normal-Standard-Distribution-Function.png&#8221; alt=&#8221;NORMSDIST Formula&#8221; title_text=&#8221;normsdist-formula&#8221; align=&#8221;center&#8221; _builder_version=&#8221;4.23.1&#8243; hover_enabled=&#8221;0&#8243; global_colors_info=&#8221;{}&#8221; sticky_enabled=&#8221;0&#8243;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p><span>Now, if we were to know the value of the standard normal cumulative distribution function against the normally distributed variable (x), we can use the\u00a0<\/span><a href=\"https:\/\/support.google.com\/docs\/answer\/3094089\" target=\"_blank\" rel=\"noopener noreferrer\">NORMSDIST<\/a><span>\u00a0formula in Google Sheets.<\/span><\/p>\n<p>&nbsp;<\/p>\n<h3>Syntax<\/h3>\n<p><strong>NORMSDIST(x)<\/strong><\/p>\n<ul>\n<li><strong>x<\/strong><span>\u00a0<\/span>\u2013 is the input value or cell reference that we pass to the standard normal cumulative distribution function.<\/li>\n<\/ul>\n<p>The formula has one of the simplest syntaxes in all of Google Sheets. All it takes is the value of one single parameter, and it returns the value of the\u00a0standard normal cumulative distribution function corresponding to that input value.<\/p>\n<p>[\/et_pb_text][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<h3>Usage: NORMSDIST formula in Google Sheets<\/h3>\n<p>Now that we learned the syntax, let us practically apply the formula in Google Sheets application. And we may compare the graph with that of the output values. Please have a look at the following snapshot.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/NORMSDIST-formula-Illustration-Frame-1.png&#8221; alt=&#8221;NORMSDIST Formula: Usage&#8221; title_text=&#8221;normsdist-formula-usage&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Like most other Google Sheets formulas, the NORMSDIST formula also is capable of accepting direct numeric values. And also references to the cells consisting of these numeric values. The first example has an input that is a direct numeric value. Whereas all other examples have cell references for its input.<\/p>\n<p>Now let\u2019s\u00a0observe the output values the formula returned. If we made a quick comparison of the output values against those in the graph, it certainly looks the same. We can get a little creative and try to plot these output values on a graph using Google Sheets charts. And here\u2019s how it looks like.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/NORMSDIST-formula-Illustration-Frame-2.webp&#8221; alt=&#8221;NORMSDIST Formula in Google Sheets&#8221; title_text=&#8221;normsdist-in-google-sheets&#8221; _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;][\/et_pb_image][et_pb_text _builder_version=&#8221;4.16&#8243; global_colors_info=&#8221;{}&#8221;]<\/p>\n<p>Without a doubt, it does resemble the red curve graph shown in the very first image.<\/p>\n<p>This is how you use the NORMSDIST formula in Google Sheets. Note that\u00a0there is also a way to do the opposite. That is to find the value of the distributed variable, given the value of the distribution itself. The<span>\u00a0<\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/normsinv-formula-in-google-sheets\/\" target=\"_blank\" rel=\"noopener noreferrer\">NORMSINV formula in Google Sheets<\/a>helps us achieve this calculation.<\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this post, learn how to calculate the normal cumulative distribution by using the\u00a0NORMSDIST formula\u00a0in Google Sheets. The\u00a0normal cumulative distribution\u00a0is one of the most widely used probability distributions in statistics. We can derive a specialized case of normal cumulative distribution when mean is zero and the variance is 1. This is called the standard normal [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":8818,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_et_pb_use_builder":"on","_et_pb_old_content":"The&nbsp;<a href=\"https:\/\/en.wikipedia.org\/wiki\/Normal_distribution#Cumulative_distribution_function\" target=\"_blank\" rel=\"noopener noreferrer\">normal cumulative distribution<\/a>&nbsp;is one of the most widely used probability distributions in statistics. We can derive a specialized case of normal cumulative distribution when mean is zero and the variance is 1. This is called the standard normal cumulative distribution function. Here's how the function looks like when we plot it on the graph - the red curve is what we have been talking about.\n\n[caption id=\"attachment_8820\" align=\"aligncenter\" width=\"720\"]<img class=\"wp-image-8820 size-full\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/Cumulative-Normal-Standard-Distribution-Function.png\" alt=\"\" width=\"720\" height=\"460\"> Cumulative Normal Standard Distribution Function [Image Source: Wikipedia][\/caption]Now, if we were to know the value of the standard normal cumulative distribution function against the normally distributed variable (x), we can use the <a href=\"https:\/\/support.google.com\/docs\/answer\/3094089\" target=\"_blank\" rel=\"noopener noreferrer\">NORMSDIST<\/a> formula in Google Sheets.\n<h3>Syntax<\/h3>\n<strong>NORMSDIST(x)<\/strong>\n<ul>\n \t<li><strong>x<\/strong> - is the input value or cell reference that we pass to the standard normal cumulative distribution function.<\/li>\n<\/ul>\nThe formula has one of the simplest syntaxes in all of Google Sheets. All it takes is the value of one single parameter, and it returns the value of the&nbsp;standard normal cumulative distribution function corresponding to that input value.\n<h3>Usage: NORMSDIST formula in Google Sheets<\/h3>\nNow that we learned the syntax, let us practically apply the formula in Google Sheets application. And we may compare the graph with that of the output values. Please have a look at the following snapshot.\n\n<img class=\"aligncenter size-full wp-image-8822\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/NORMSDIST-formula-Illustration-Frame-1.png\" alt=\"NORMSDIST formula in Google Sheets\" width=\"863\" height=\"561\">\n\nLike most other Google Sheets formulas, the NORMSDIST formula also is capable of accepting direct numeric values. And also references to the cells consisting of these numeric values. The first example has an input that is a direct numeric value. Whereas all other examples have cell references for its input.\n\nNow let's&nbsp;observe the output values the formula returned. If we made a quick comparison of the output values against those in the graph, it certainly looks the same. We can get a little creative and try to plot these output values on a graph using Google Sheets charts. And here's how it looks like.\n\n<img class=\"aligncenter size-full wp-image-8824\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/NORMSDIST-formula-Illustration-Frame-2.webp\" alt=\"NORMSDIST formula in Google Sheets\" width=\"863\" height=\"610\">\n\nWithout a doubt, it does resemble the red curve graph shown in the very first image.","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[39,28],"class_list":["post-8769","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\/8769","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=8769"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/posts\/8769\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/media\/8818"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/media?parent=8769"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/categories?post=8769"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/pt\/wp-json\/wp\/v2\/tags?post=8769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}