G
Guest
At present I am using 7 IF condition tests for the following case, for
example where P=pass & F=Failed
latest status col 2 col 3 col 4 col 5 ... .....
col 30
1 p p f
p
2 f f f
3 p f p
4
the "latest status" column contains the last text entry. The formula I am
using is of the format
=IF(V122<>"",V122,IF(U122<>"",U122,IF(T122<>"",T122,IF(S122<>"",S122,IF(R122<>"",R122,IF(Q122<>"",Q122,IF(P122<>"",P122,IF(O122<>"",O122))))))))
Is the any other way to extract the same information row by row case but not
be dependent upon the nestign limitation of 7
Many thanks in advance
example where P=pass & F=Failed
latest status col 2 col 3 col 4 col 5 ... .....
col 30
1 p p f
p
2 f f f
3 p f p
4
the "latest status" column contains the last text entry. The formula I am
using is of the format
=IF(V122<>"",V122,IF(U122<>"",U122,IF(T122<>"",T122,IF(S122<>"",S122,IF(R122<>"",R122,IF(Q122<>"",Q122,IF(P122<>"",P122,IF(O122<>"",O122))))))))
Is the any other way to extract the same information row by row case but not
be dependent upon the nestign limitation of 7
Many thanks in advance