{"id":326,"date":"2019-04-04T14:39:42","date_gmt":"2019-04-04T11:39:42","guid":{"rendered":"https:\/\/www.test4u.eu\/excelpedia\/?p=326"},"modified":"2019-04-04T16:19:15","modified_gmt":"2019-04-04T13:19:15","slug":"the-large-function","status":"publish","type":"post","link":"https:\/\/www.test4u.eu\/excelpedia\/the-large-function\/","title":{"rendered":"The LARGE function"},"content":{"rendered":"\n<p>In statistics the <strong><a rel=\"noreferrer noopener\" aria-label=\"MAX (opens in a new tab)\" href=\"https:\/\/www.test4u.eu\/excelpedia\/the-max-function\/\" target=\"_blank\">MAX<\/a><\/strong> function is not enough. The need to calculate, for example, the third largest value of a range of cells, is very common. <\/p>\n\n\n\n<p>This is what the <strong>LARGE<\/strong> function calculates. It returns the <strong>n-th <\/strong>largest value from an array of numeric values. <\/p>\n\n\n\n<p>We have put together a <strong><a rel=\"noreferrer noopener\" aria-label=\"Tutorial (opens in a new tab)\" href=\"https:\/\/www.test4u.eu\/excelpedia\/how-to-user-the-large-small-functions\/\" target=\"_blank\">Tutorial<\/a><\/strong> on how to use the functions <strong>LARGE<\/strong> and <strong><a rel=\"noreferrer noopener\" aria-label=\"SMALL (opens in a new tab)\" href=\"https:\/\/www.test4u.eu\/excelpedia\/the-small-function\/\" target=\"_blank\">SMALL<\/a><\/strong>.<\/p>\n\n\n\n<p>The syntax of the LARGE function is the following<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-style-large is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>LARGE(array, n)<\/strong><\/p><cite><strong>array<\/strong>: the range of data for which you want to determine the <strong>n-th<\/strong> largest value<br><strong>n<\/strong>: it will determine the position  from the largest value in the <strong>array<\/strong> <\/cite><\/blockquote>\n\n\n\n<div style=\"height:51px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>If the array is empty a <strong>#NUM!<\/strong> error value is returned.<\/p>\n\n\n\n<p>If the n value is greater than the number of data in the array or if it less than or equal to zero then  a <strong>#NUM! <\/strong>error value is returned.<\/p>\n\n\n\n<p>The <strong>LARGE(array, 1) <\/strong>returns the maximum number in the array, so it is equal to the <strong>MAX(array)<\/strong> function.<\/p>\n\n\n\n<p>If the total number of data points in the array are k then the function <strong>LARGE(array, k) <\/strong>returns the minimum value of the array so it is equal with the <strong>MIN(array) <\/strong>function.<\/p>\n\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Click on the button to practice using this function, with the help of our <strong>Online Assessment Tool<\/strong>:<\/p>\n\n\n<p class=\"button-practice-container\" ><a class=\"button button-primary button-practice\" style=\"height:auto\"  href=\"https:\/\/www.test4u.eu\/excelpedia\/wp-content\/plugins\/unlimited-integration\/run.php?id=YUczS2RDQ0Z6ZWNyMVNyZnZzS0tKZUFsMUI3MXJjNkk0WjhKNEViREhoWXR0Y2JuKzRoTWFZVDh6a2ljenZtcQ==&b=eW9ZdU9oV0gxUEEzUWtUdUFKMER1K29mTGR6eWlhT2hSN3BrZms2cnRtckthekllajRKN2plNDVIajlaTTlLNnVoOVdkb0xaMmtUd0hWT0R3M1ZnYVVDQ0VHcXJreTErZjlLdVpsS2k2NjQ9\">Practice<\/a><\/p>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n<p class=\"has-medium-font-size\"><strong>Here are some examples of the possible uses of LARGE:<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>In the <strong>G5<\/strong> cell of the <strong>SALES<\/strong> sheet, calculate the sum of the <strong>three largest<\/strong> values of column <strong>E<\/strong>. You will have to use an array constant.<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\"youtube-player\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/ybc0SK_ue_U?version=3&#038;rel=0&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"><\/iframe><\/span>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>In the cell <strong>F5<\/strong> calculate the price of the <strong>third<\/strong> most expensive product.<\/p>\n\n\n\n<figure class=\"wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><iframe class=\"youtube-player\" width=\"640\" height=\"360\" src=\"https:\/\/www.youtube.com\/embed\/r7DuF41esF8?version=3&#038;rel=0&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\"><\/iframe><\/span>\n<\/div><\/figure>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In statistics the MAX function is not enough. The need to calculate, for example, the third largest value of a range of cells, is very common. This is what the LARGE function calculates. It returns the n-th largest value from an array of numeric values. <\/p>\n","protected":false},"author":2,"featured_media":360,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[4],"tags":[26,14],"class_list":["post-326","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-functions","tag-large","tag-statistical"],"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.test4u.eu\/excelpedia\/wp-content\/uploads\/2019\/04\/large.jpg","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/paRnIz-5g","_links":{"self":[{"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/posts\/326","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/comments?post=326"}],"version-history":[{"count":0,"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/posts\/326\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/media\/360"}],"wp:attachment":[{"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/media?parent=326"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/categories?post=326"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.test4u.eu\/excelpedia\/wp-json\/wp\/v2\/tags?post=326"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}