M
Mike
The following formula is looking for "CSR" in either Col.
D, E, or F.
=IF(D3="CSR","CSR",IF(E3="CSR","CSR",IF(F3="CSR","CSR","NO
MATCH")))
What it is trying to do is if it finds "CSR" in any of the
3 columns, it should put "CSR" in Col. C.
It works great if "CSR" is in Col. D but I'm getting a
(#N/A) error in Col. C if "CSR" is in either Col. E or F.
Can anyone help and tell why it won't put "CSR" in Col. C
if it finds it in Col. E or F.
Thanks for the help.
D, E, or F.
=IF(D3="CSR","CSR",IF(E3="CSR","CSR",IF(F3="CSR","CSR","NO
MATCH")))
What it is trying to do is if it finds "CSR" in any of the
3 columns, it should put "CSR" in Col. C.
It works great if "CSR" is in Col. D but I'm getting a
(#N/A) error in Col. C if "CSR" is in either Col. E or F.
Can anyone help and tell why it won't put "CSR" in Col. C
if it finds it in Col. E or F.
Thanks for the help.