P
peterh
I posted a question yesterday & got a good reply from Jacob & now I can't
find it.
The ? was:- I have a worksheet that has 9 suppliers names in (C4:L4), there
costs for a item in (C19:L19) I want to bring the cheapest supplier name into
cell M4.
Jacob replied:-
=INDEX(C4:L4, MATCH(MIN(C19:L19),C19:L19,0))
I now need to exclude the $0.0000 values in C19:L19
find it.
The ? was:- I have a worksheet that has 9 suppliers names in (C4:L4), there
costs for a item in (C19:L19) I want to bring the cheapest supplier name into
cell M4.
Jacob replied:-
=INDEX(C4:L4, MATCH(MIN(C19:L19),C19:L19,0))
I now need to exclude the $0.0000 values in C19:L19