I have a spreadsheet containing a combination of numbers ($ values), zeros, errors (#N/A) and text.
For each row I want to highlight in green the lowest dollar value shown.
I have used the following formula to display the lowest value from the row in another cell:
=MIN(IF(ISNUMBER(C18:T18),IF(C18:T18>0,C18:T18)))
But this formula requires ctrl + shift + enter to work. When I try to put this into conditional formatting formula to get the cell to highlight green, it highlights multiple cells in the row green.
Please help! It is driving me crazy.
Thanks!
M
For each row I want to highlight in green the lowest dollar value shown.
I have used the following formula to display the lowest value from the row in another cell:
=MIN(IF(ISNUMBER(C18:T18),IF(C18:T18>0,C18:T18)))
But this formula requires ctrl + shift + enter to work. When I try to put this into conditional formatting formula to get the cell to highlight green, it highlights multiple cells in the row green.
Please help! It is driving me crazy.
Thanks!
M