{"id":8772,"date":"2018-06-25T15:54:30","date_gmt":"2018-06-25T13:54:30","guid":{"rendered":"https:\/\/blog.sheetgo.com\/?p=8772"},"modified":"2018-06-25T15:54:30","modified_gmt":"2018-06-25T13:54:30","slug":"formule-normsinv-dans-google-sheets","status":"publish","type":"post","link":"https:\/\/www.sheetgo.com\/fr\/blog\/google-sheets-formulas\/normsinv-formula-in-google-sheets\/","title":{"rendered":"Comment utiliser la formule NORMSINV dans 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; global_colors_info=&#8221;{}&#8221; theme_builder_area=&#8221;post_content&#8221;]<\/p>\n<p>We are aware of the important role, the\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Normal_distribution#Cumulative_distribution_function\" target=\"_blank\" rel=\"noopener noreferrer\">normal cumulative distribution<\/a>\u00a0plays in the field of 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. In<span>\u00a0<\/span><a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/normsdist-formula-in-google-sheets\/\" target=\"_blank\" rel=\"noopener noreferrer\">this post<\/a>, we discussed how to calculate the value of this distribution function, at a specified\u00a0distributed variable (x). But there 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 NORMSINV formula in Google Sheets helps us achieve this calculation.<\/p>\n<h3>Syntax<\/h3>\n<p><strong>NORMSINV(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>Similar to the NORMSDIST formula, this also has got one of the most straightforward syntaxes in all of the Google Sheets functions. All we need to do is specify the value or cell reference of one single parameter. And it returns the value of the inverse standard normal distribution function for that specified value.<\/p>\n<p>Please note that the input values should be within the confines of 0 and 1 (both not included). Otherwise, the formula returns a #NUM! error.<\/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: NORMSINV formula in Google Sheets<\/h3>\n<p>While the syntax helps us to some extent, applying it practically and seeing how it behaves gives us more perspective and insights. So, let us dive right into it with a few examples created on the Google Sheets application. Please have a look at the below image.<\/p>\n<p>[\/et_pb_text][et_pb_image src=&#8221;https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/NORMSINV-formula-Illustration-Frame-1.png&#8221; alt=&#8221;NORMSINV Formula in Google Sheets: Usage&#8221; title_text=&#8221;normsinv-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>Like most other Google Sheets formulas, the NORMSINV 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 can quickly make a chart out of these input and output values, 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\/NORMSINV-formula-Illustration-Frame-2.webp&#8221; alt=&#8221;NORMSINV Formula in Google Sheets&#8221; title_text=&#8221;normsinv-google-sheets&#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><span>If we compared the\u00a0<\/span><a href=\"https:\/\/en.wikipedia.org\/wiki\/File:Normal_Distribution_CDF.svg\" target=\"_blank\" rel=\"noopener noreferrer\">standard normal cumulative distribution function<\/a><span>\u00a0with the graph that we just created, it certainly looks like an inverse!<\/span><\/p>\n<p>[\/et_pb_text][\/et_pb_column][\/et_pb_row][\/et_pb_section]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We are aware of the important role, the\u00a0normal cumulative distribution\u00a0plays in the field of 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. In\u00a0this post, we discussed how to calculate the value of this distribution [&hellip;]<\/p>\n","protected":false},"author":40,"featured_media":8819,"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 are aware of the important role, the\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/Normal_distribution#Cumulative_distribution_function\">normal cumulative distribution<\/a>\u00a0plays in the field of 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. In <a href=\"https:\/\/www.sheetgo.com\/blog\/google-sheets-formulas\/normsdist-formula-in-google-sheets\/\">this post<\/a>, we discussed how to calculate the value of this distribution function, at a specified\u00a0distributed variable (x). But there 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 NORMSINV formula in Google Sheets helps us achieve this calculation\n<h3>Syntax<\/h3>\n<strong>NORMSINV(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>\nSimilar to the NORMSDIST formula, this also has got one of the most straightforward syntaxes in all of the Google Sheets functions. All we need to do is specify the value or cell reference of one single parameter. And it returns the value of the inverse standard normal distribution function for that specified value.\n\nPlease note that the input values should be within the confines of 0 and 1 (both not included). Otherwise, the formula returns a #NUM! error.\n<h3>Usage: NORMSINV formula in Google Sheets<\/h3>\nWhile the syntax helps us to some extent, applying it practically and seeing how it behaves gives us more perspective and insights. So, let us dive right into it with a few examples created on the Google Sheets application. Please have a look at the below image.\n\n<img class=\"aligncenter size-full wp-image-8827\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/NORMSINV-formula-Illustration-Frame-1.png\" alt=\"NORMSINV formula in Google Sheets\" width=\"863\" height=\"610\" \/>\n\nLike most other Google Sheets formulas, the NORMSINV 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\u00a0observe the output values the formula returned. If we can quickly make a chart out of these input and output values, here's how it looks like.\n\n<img class=\"aligncenter size-full wp-image-8829\" src=\"https:\/\/static.sheetgo.com\/wp-content\/uploads\/2018\/06\/NORMSINV-formula-Illustration-Frame-2.webp\" alt=\"NORMSINV formula in Google Sheets\" width=\"863\" height=\"622\" \/>\n\nIf we compared the\u00a0<a href=\"https:\/\/en.wikipedia.org\/wiki\/File:Normal_Distribution_CDF.svg\">standard normal cumulative distribution function<\/a> with the graph that we just created, it certainly looks like an inverse!","_et_gb_content_width":"","footnotes":""},"categories":[54],"tags":[39,28],"class_list":["post-8772","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\/fr\/wp-json\/wp\/v2\/posts\/8772","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/comments?post=8772"}],"version-history":[{"count":0,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/posts\/8772\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/media\/8819"}],"wp:attachment":[{"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/media?parent=8772"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/categories?post=8772"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.sheetgo.com\/fr\/wp-json\/wp\/v2\/tags?post=8772"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}