{"id":3461,"date":"2014-03-04T16:08:19","date_gmt":"2014-03-04T10:38:19","guid":{"rendered":"http:\/\/trumpexcel.com\/?page_id=3461"},"modified":"2023-11-17T15:34:04","modified_gmt":"2023-11-17T10:04:04","slug":"excel-large-function","status":"publish","type":"post","link":"https:\/\/trumpexcel.com\/excel-large-function\/","title":{"rendered":"How to Use Excel LARGE Function (Examples + Video)"},"content":{"rendered":"<h2><span style=\"color: #800000;\">Excel LARGE Function (Example + Video)<\/span><\/h2>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone wp-image-3263\" src=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/LARGE-FORMULA-EXCEL.png\" alt=\"Excel LARGE Function\" width=\"450\" height=\"330\" srcset=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/LARGE-FORMULA-EXCEL.png 752w, https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/LARGE-FORMULA-EXCEL-409x300.png 409w\" sizes=\"(max-width: 450px) 100vw, 450px\" \/><\/p>\n<h3><span style=\"color: #800000;\">When to use Excel LARGE Function<\/span><\/h3>\n<p>Excel LARGE function can be used to get the Kth largest value from a range of cells or array. For example, you can get the 3rd largest value from a range of cells.<\/p>\n<h3><span style=\"color: #800000;\">What it Returns<\/span><\/h3>\n<p>It returns the value which\u00a0is the Kth largest value from a range of cells.<\/p>\n<h3><span style=\"color: #800000;\">Syntax<\/span><\/h3>\n<p>=LARGE(array, k)<\/p>\n<h3><span style=\"color: #800000;\">Input Arguments<\/span><\/h3>\n<ul>\n<li>array &#8211; the array or range of cells from which you want to fetch the kth largest value.<\/li>\n<li>k &#8211; the rank or position (from the top) of number that you want to fetch.<\/li>\n<\/ul>\n<h3><span style=\"color: #800000;\">Additional Notes<\/span><\/h3>\n<ul>\n<li>If array is empty, LARGE returns the #NUM! error value.<\/li>\n<li>If k \u2264 0 or if k is greater than the number of data points, LARGE returns the #NUM! error value.<\/li>\n<li>If n is the number of data points in a range, then LARGE(array,1) returns the largest value, and LARGE(array,n) returns the smallest value.<\/li>\n<\/ul>\n<h2><span style=\"color: #800000;\">Examples \u2013 Excel LARGE Function<\/span><\/h2>\n<p>Here are six example of using Excel LARGE Function:<\/p>\n<h3><span style=\"color: #800000;\"><strong>#1 Getting the largest value from a list<\/strong><\/span><\/h3>\n<p><img decoding=\"async\" class=\"size-full wp-image-12450 aligncenter\" src=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-Large-Function-Smallest-Value-from-a-list.png\" alt=\"Excel Large Function - Smallest Value from a list\" width=\"675\" height=\"165\" srcset=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-Large-Function-Smallest-Value-from-a-list.png 675w, https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-Large-Function-Smallest-Value-from-a-list-600x147.png 600w\" sizes=\"(max-width: 675px) 100vw, 675px\" \/><\/p>\n<p>If you have a list of numbers (A2:A4) and you want to get the largest number from the list, you can use the following LARGE function: =LARGE(A2:A4,1)<\/p>\n<p>Here the Kth value is 1, which would return the largest number from the range of numbers.<\/p>\n<h3><span style=\"color: #800000;\"><strong>#2 Getting the second largest value from a list<\/strong><\/span><\/h3>\n<p><img decoding=\"async\" class=\"size-full wp-image-12452 aligncenter\" src=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Second-largest-Value-from-a-list.png\" alt=\"Excel LARGE Function - Second largest Value from a list\" width=\"675\" height=\"160\" srcset=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Second-largest-Value-from-a-list.png 675w, https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Second-largest-Value-from-a-list-600x142.png 600w\" sizes=\"(max-width: 675px) 100vw, 675px\" \/><\/p>\n<p>To get the second largest value from the list (A2:A4), use the following formula: =LARGE(A2:A4,2)<\/p>\n<p>Since the Kth value in the formula is 2, it returns the second largest values from the range of numbers.<\/p>\n<h3><span style=\"color: #800000;\"><strong>#3 Using LARGE function when there are blank cells in the range<\/strong><\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-12453 aligncenter\" src=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Ignores-Blanks.png\" alt=\"Excel LARGE Function - Ignores Blanks\" width=\"675\" height=\"172\" srcset=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Ignores-Blanks.png 675w, https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Ignores-Blanks-600x153.png 600w\" sizes=\"(max-width: 675px) 100vw, 675px\" \/><\/p>\n<p>If there are any blank cells in the range, it is ignored by the LARGE function.<\/p>\n<p>For example, in the above example, while we take the range of cells as A2:A5, the blank cell is ignored by the LARGE function while returning the largest value from this list.<\/p>\n<h3><span style=\"color: #800000;\"><strong>#4 Using LARGE function when there are cells with text<\/strong><\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-12454 aligncenter\" src=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Ignores-Text.png\" alt=\"Excel LARGE Function - Ignores Text\" width=\"676\" height=\"221\" srcset=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Ignores-Text.png 676w, https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Ignores-Text-600x196.png 600w\" sizes=\"(max-width: 676px) 100vw, 676px\" \/><\/p>\n<p>Similar to blank cells, Excel LARGE function also ignores cells with text, alphanumeric characters, special characters, and logical values.<\/p>\n<h3><span style=\"color: #800000;\"><strong>#5 Using LARGE function when there are cells with duplicates<\/strong><\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-12455 aligncenter\" src=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Duplicates.png\" alt=\"Excel LARGE Function - Duplicates\" width=\"676\" height=\"189\" srcset=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Duplicates.png 676w, https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Duplicates-600x168.png 600w\" sizes=\"(max-width: 676px) 100vw, 676px\" \/><\/p>\n<p>If there are duplicates in the range used in the LARGE function, it will treat those duplicates as consecutive values. In the above example, two cells have the value 7. Now when you use LARGE function to return the largest and second largest value, it returns 7 in both the cases.<\/p>\n<h3><span style=\"color: #800000;\"><strong>#6 Using LARGE function when there is Error in the cells<\/strong><\/span><\/h3>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-12458 aligncenter\" src=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Error.png\" alt=\"Excel LARGE Function - Error\" width=\"677\" height=\"172\" srcset=\"https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Error.png 677w, https:\/\/trumpexcel.com\/wp-content\/uploads\/2014\/03\/Excel-LARGE-Function-Error-600x152.png 600w\" sizes=\"(max-width: 677px) 100vw, 677px\" \/><\/p>\n<p>If there is an error in any of the cells used in the LARGE function, it will return an error.<\/p>\n<h2 style=\"text-align: center;\"><span style=\"text-decoration: underline; color: #800000;\">Excel LARGE Function &#8211; Video Tutorial<\/span><\/h2>\n<p><iframe title=\"LARGE Formula in Excel\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/MhVGbi-hv7M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p><span style=\"color: #800000;\"><strong>Related Excel Functions:<\/strong><\/span><\/p>\n<ul>\n<li><a href=\"https:\/\/trumpexcel.com\/excel-int-function\/\" target=\"_blank\" rel=\"noopener noreferrer\">Excel INT Function<\/a>.<\/li>\n<li><a href=\"https:\/\/trumpexcel.com\/excel-mod-function\/\" target=\"_blank\" rel=\"noopener noreferrer\">Excel MOD Function<\/a>.<\/li>\n<li><a href=\"https:\/\/trumpexcel.com\/excel-rand-function\/\" target=\"_blank\" rel=\"noopener noreferrer\">Excel RAND Function<\/a>.<\/li>\n<li><a href=\"https:\/\/trumpexcel.com\/excel-randbetween-function\/\" target=\"_blank\" rel=\"noopener noreferrer\">Excel RANDBETWEEN Function<\/a>.<\/li>\n<li><a href=\"https:\/\/trumpexcel.com\/excel-round-function\/\" target=\"_blank\" rel=\"noopener noreferrer\">Excel ROUND Function<\/a>.<\/li>\n<li><a href=\"https:\/\/trumpexcel.com\/excel-rank-function\/\" target=\"_blank\" rel=\"noopener noreferrer\">Excel RANK Function<\/a>.<\/li>\n<li><a href=\"https:\/\/trumpexcel.com\/excel-max-function\/\" target=\"_blank\" rel=\"noopener noreferrer\">Excel MAX Function<\/a>.<\/li>\n<li><a href=\"https:\/\/trumpexcel.com\/excel-min-function\/\" target=\"_blank\" rel=\"noopener noreferrer\">Excel MIN Function<\/a>.<\/li>\n<li><a href=\"https:\/\/trumpexcel.com\/excel-small-function\/\" target=\"_blank\" rel=\"noopener noreferrer\">Excel SMALL Function<\/a>.<\/li>\n<\/ul>\n<p><b>Other articles you may also like:<\/b><\/p>\n<ul>\n<li><a href=\"https:\/\/trumpexcel.com\/find-second-largest-value-excel\/\">Find the Second Largest Value in Excel<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Excel LARGE Function (Example + Video) When to use Excel LARGE Function Excel LARGE function can be used to get the Kth largest value from a range of cells or array. For example, you can get the 3rd largest value from a range of cells. What it Returns It returns the value which\u00a0is the Kth &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Use Excel LARGE Function (Examples + Video)\" class=\"read-more button\" href=\"https:\/\/trumpexcel.com\/excel-large-function\/#more-3461\" aria-label=\"Read more about How to Use Excel LARGE Function (Examples + Video)\">Read more<\/a><\/p>\n","protected":false},"author":80,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[153],"tags":[19],"class_list":["post-3461","post","type-post","status-publish","format-standard","hentry","category-excel-functions","tag-excel-how-tos"],"_links":{"self":[{"href":"https:\/\/trumpexcel.com\/wp-json\/wp\/v2\/posts\/3461","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/trumpexcel.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/trumpexcel.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/trumpexcel.com\/wp-json\/wp\/v2\/users\/80"}],"replies":[{"embeddable":true,"href":"https:\/\/trumpexcel.com\/wp-json\/wp\/v2\/comments?post=3461"}],"version-history":[{"count":0,"href":"https:\/\/trumpexcel.com\/wp-json\/wp\/v2\/posts\/3461\/revisions"}],"wp:attachment":[{"href":"https:\/\/trumpexcel.com\/wp-json\/wp\/v2\/media?parent=3461"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/trumpexcel.com\/wp-json\/wp\/v2\/categories?post=3461"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/trumpexcel.com\/wp-json\/wp\/v2\/tags?post=3461"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}