MikeGauntlett
New Member
- Joined
- Jun 25, 2012
- Messages
- 14
Hi Guys,
I am trying to create an IF function that serches a destination cell for set words.
I need to search this cell for for a variety of words and to return those words into the cell the formula is typed in
this is what i have so far
=IF(ISNUMBER(SEARCH("*PPG*",D2)),"PPG","")
Where D2 is the search cell and PPG is the search criteria,
if the set words do not appear they are to return blank
hope this makes sense
any ideas to search for multiple independant words ?
I am trying to create an IF function that serches a destination cell for set words.
I need to search this cell for for a variety of words and to return those words into the cell the formula is typed in
this is what i have so far
=IF(ISNUMBER(SEARCH("*PPG*",D2)),"PPG","")
Where D2 is the search cell and PPG is the search criteria,
if the set words do not appear they are to return blank
hope this makes sense
any ideas to search for multiple independant words ?