bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 734
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I would like to turn on a formula based upon a word in a string.
I have titles and I want to find certain words which will trigger a formula to populate a series of dates based upon a certain word in a string.
Is this possible to do? I thought I could do this with a wildcard in the following formula but it obviously isn't working.
In the following example I would like to have the word "account" used to trigger the "Y" results in another cell using the following if statement. Is this set up properly or is there another way to accomplish this:
Senior Account Representative
Formula (what I have now) =IF(F9="* Account","Y", "").
I would like to return "Y" but the formula is returning "".
I have titles and I want to find certain words which will trigger a formula to populate a series of dates based upon a certain word in a string.
Is this possible to do? I thought I could do this with a wildcard in the following formula but it obviously isn't working.
In the following example I would like to have the word "account" used to trigger the "Y" results in another cell using the following if statement. Is this set up properly or is there another way to accomplish this:
Senior Account Representative
Formula (what I have now) =IF(F9="* Account","Y", "").
I would like to return "Y" but the formula is returning "".