G
Guest
Column A is a column of email subjects. Column B is a recipient of responded
to and forwarded emails. I am trying to determine which email subjects start
with RE:, Re:, FW: and Fw: so I can properly assign them to the recipient in
Column B.
A1's subject is "FYI"
A2's subject is "RE: FYI"
I've tried
=IF(A="RE:*",1,IF(A="Re:*",1, IF(A="FW:*",1,IF(A="Fw:*",1,""))))
I get no error messages, but I also get no result of a "1" in B1.
I'd appreciate any suggestions.
to and forwarded emails. I am trying to determine which email subjects start
with RE:, Re:, FW: and Fw: so I can properly assign them to the recipient in
Column B.
A1's subject is "FYI"
A2's subject is "RE: FYI"
I've tried
=IF(A="RE:*",1,IF(A="Re:*",1, IF(A="FW:*",1,IF(A="Fw:*",1,""))))
I get no error messages, but I also get no result of a "1" in B1.
I'd appreciate any suggestions.