D
DaveB
If I am using the code below for column A...meaning I want
to find any words or letters with "CT" in them, what is my
wildcard or code to put in front and in back of "CT" to
have "CORP" OR "NULL" appear in column B.
Thanks.
DaveB
=IF(A21="CT","CORP","NULL")
to find any words or letters with "CT" in them, what is my
wildcard or code to put in front and in back of "CT" to
have "CORP" OR "NULL" appear in column B.
Thanks.
DaveB
=IF(A21="CT","CORP","NULL")