metalkitty
New Member
- Joined
- Nov 9, 2005
- Messages
- 35
Below is the formula I am using. So basically if B3 = C2, then place that word in this cell. What I need help with is, if C2 = ac and the word pack is in B3 than this will = ac. How can I make the formula only = the exact word ac?? Hope that makes sense
=IF(ISERROR(FIND(C$2,$B3)),"",C$2)
=IF(ISERROR(FIND(C$2,$B3)),"",C$2)