How to calculate maximum of a range and ignore if it is 0. like if max(A1:A6) = 0 and -6 is the second maximum number i want maximum number that is not equal to zero. implement the same logic through excel formulas.
How to calculate maximum of a range and ignore if it is 0. like if max(A1:A6) = 0 and -6 is the second maximum number i want maximum number that is not equal to zero. implement the same logic through excel formulas.
TRY MAXif
=max(if((A1:A6<>0,A1:a6))
Ctrl+Shift+Enter
To make it array function
Punnam
another alternative,
Formula:
Please Login or Register to view this content.
If this helped and you wish to say thanks, then Please click on the Star* icon below this post.
Hi,
if you're using Excel 2010 a possible way could be:
Formula:
Please Login or Register to view this content.
Regards
-----------------------------------------------------
At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.
Please, mark your thread [SOLVED] if you received your answer.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks