Issue with LARGE formula and zero values

mcmuney

Board Regular
Joined
Sep 11, 2015
Messages
97
Office Version
  1. 365
Hi, I'm using a LARGE formula to show Top3 and Bottom3 on a set of data that does not fall in a range (hence, individual sells are referenced):

Code:
=LARGE((MTD!$L$18,MTD!$L$20,MTD!$L$41,MTD!$L$71,MTD!$L$89,MTD!$L$101,MTD!$L$103,MTD!$L$105,MTD!$L$107,MTD!$L$111,MTD!$L$113,MTD!$L$119,MTD!$L$133,MTD!$L$154,MTD!$L$158,MTD!$L$162,MTD!$L$164,MTD!$L$168,MTD!$L$171,MTD!$L$173,MTD!$L$175,MTD!$L$179,MTD!$L$212,MTD!$L$220,MTD!$L$226,MTD!$L$233,MTD!$L$244,MTD!$L$251,MTD!$L$256,MTD!$L$258,MTD!$L$262,MTD!$L$266,MTD!$L$291,MTD!$L$296,MTD!$L$301,MTD!$L$306),D30)

In total, there are 36 rows involved. It has worked so far, until now, when I have zero values. As a result, my Bottom3 values are repeating, showing the same 0 value.

My Bottom3 are 36, 35, and 34.

How do I solve this problem?

Thanks.
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
Use function AGGREGATE to circumvent the problem of finding minimum non-zero numbers. Watch this video on the ExcelIsFun channel to get some insight.

[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]https://www.youtube.com/watch?v=u7B__903dUQ&t=3s&index=3&list=PL3bD6Gu43OtjiWWqhjrxgWNyMYtik4Ore[/FONT]
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,825
Members
449,096
Latest member
Erald

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top