I need help excluding the zero's from my MIN function. My formula is returning the wrong cell address of where the min occurs.
I do know the strategy of entering an array formula to exclude zeros from a simple MIN function, that is {=MIN(IF(A1:A10>0,A1:A10))} Entering in with Control+Shift+Enter, however, I cannot get that strategy to work in my case since I am not dealing with a simple MIN Function. My MIN function is nested with an Index/Match function...all nested within the Cell function.
My formula is:Formula:
Please Login or Register to view this content.
The purpose of that formula is to return the address of the minimum value that occurs within the named range of "LineItemTotalRange."
The formula was working correctly when ZEROS were not entered in the named range "LineItemTotalRange." Now if I enter ZEROS in any of the cells that are within that range, the formula returns the cell address of the cells containing zeros.
EDIT: "PercentWorksheet" is simply the name of the worksheet that I am applying this formula against.
Bookmarks