A
Atif
Hi:
I am using following formula to search a string and display in target cell,
if first IF condition returns TRUE it displays BCOT, if not #value! error.
any help.
=IF(SEARCH("BCOT",A2)>0,"BCOT",IF(SEARCH("BCPN",A2)>0,"BCPN",""))
I am using following formula to search a string and display in target cell,
if first IF condition returns TRUE it displays BCOT, if not #value! error.
any help.
=IF(SEARCH("BCOT",A2)>0,"BCOT",IF(SEARCH("BCPN",A2)>0,"BCPN",""))