E
Enzo
I used the MIN formula to compare three cells and return the lowest value.
Now I want to compare the same three cells and return the "column name" with
the lowest value.
I've tried this formula and it only compares the first two values. What am
I doing wrong?
=IF(Q10="","A",(IF(R10="","B",(IF(S10="","C",(IF(MIN(Q10:S10),"A","B","C")))))))
Now I want to compare the same three cells and return the "column name" with
the lowest value.
I've tried this formula and it only compares the first two values. What am
I doing wrong?
=IF(Q10="","A",(IF(R10="","B",(IF(S10="","C",(IF(MIN(Q10:S10),"A","B","C")))))))