S
Steve
If I were to try and enter a column functions for the cells under
column "N", where the formula in cell "N1" would look at cells "A1 ->
M1" and give me the only result that is not "F", (SEE BELOW), what
would be the best way to handle this?
CELLS A1 THROUGH F1 = "F"
CELL G1 = "Bracket" (this cell's designation and entry could vary from
row to row, i.e. in row 2 the odd cell may be C2 and might say
"Housing")
CELLS H1 THROUGH M1 = "F"
I've tried the following,
....IF(A1="F",IF(B1="F",IF(C1="F",IF(D1="F",E1,"F"),"F"),"F"),"F")...,
however the formula sometimes gets to long and I have to use several
columns to achieve what I'm after:
Please Help,
Steve
column "N", where the formula in cell "N1" would look at cells "A1 ->
M1" and give me the only result that is not "F", (SEE BELOW), what
would be the best way to handle this?
CELLS A1 THROUGH F1 = "F"
CELL G1 = "Bracket" (this cell's designation and entry could vary from
row to row, i.e. in row 2 the odd cell may be C2 and might say
"Housing")
CELLS H1 THROUGH M1 = "F"
I've tried the following,
....IF(A1="F",IF(B1="F",IF(C1="F",IF(D1="F",E1,"F"),"F"),"F"),"F")...,
however the formula sometimes gets to long and I have to use several
columns to achieve what I'm after:
Please Help,
Steve