The following formula I have is to find smallest value from column M, N,O and P for the Item in A5.
=IF(ISBLANK(A5),"",IF(ISERROR(SMALL(M5:P5,COUNTIF(M5:P5,0)+1)),"NOT FOUND",SMALL(M5:P5,COUNTIF(M5:P5,0)+1)))
Can it be done with Vlookup and MIN function instead of SMALL and COUNTIF.
For example I have my Data Table, If I do a Vlookup with value in A5, Table array being my data table in which I will select those 4 columns(M,N,O,P) and then what for the column index number? and can I just add MIN in front of Vlookup? Confused!
I am really new at these formulas and trying hard with excel help and this forum to learn EXCEL. Please advice!
=IF(ISBLANK(A5),"",IF(ISERROR(SMALL(M5:P5,COUNTIF(M5:P5,0)+1)),"NOT FOUND",SMALL(M5:P5,COUNTIF(M5:P5,0)+1)))
Can it be done with Vlookup and MIN function instead of SMALL and COUNTIF.
For example I have my Data Table, If I do a Vlookup with value in A5, Table array being my data table in which I will select those 4 columns(M,N,O,P) and then what for the column index number? and can I just add MIN in front of Vlookup? Confused!
I am really new at these formulas and trying hard with excel help and this forum to learn EXCEL. Please advice!