HHi
I want to seach a row looking for any data over 9 columns. There are more than 120 rows so I just drag this formula down the column that I want the answer to apear in.
The follow works for some rows but not all? I get #Name for the columns that don't provide the correct result.
=IF(F4*TRUE,F4,IF(G4*TRUE,G4,IF(H4*TRUE,H4,IF(I4*TRUE,I4,IF(J4*TRUE.,J4,IF(K4*TRUE,K4,IF(L4*TRUE,L4,IF(M4*TRUE,M4,IF(N4*TRUE,N3.IF(O4*TRUE,O4))))))))))
I am sure that there would be a more elegant solution... HELP PLEASE.
I want to seach a row looking for any data over 9 columns. There are more than 120 rows so I just drag this formula down the column that I want the answer to apear in.
The follow works for some rows but not all? I get #Name for the columns that don't provide the correct result.
=IF(F4*TRUE,F4,IF(G4*TRUE,G4,IF(H4*TRUE,H4,IF(I4*TRUE,I4,IF(J4*TRUE.,J4,IF(K4*TRUE,K4,IF(L4*TRUE,L4,IF(M4*TRUE,M4,IF(N4*TRUE,N3.IF(O4*TRUE,O4))))))))))
I am sure that there would be a more elegant solution... HELP PLEASE.