Find word within cell & put value in adjacent
Solved/Closed
Related:
- Which formula am i going to use if i want to know if the text "bacon" appears in the content of cell a1 ?
- If a cell contains a word then - Best answers
- Vlookup if cell contains a word within text - Best answers
- Efootball 2022 downloadable content - Download - Sports
- If cell contains (multiple text criteria) then return (corresponding text criteria) ✓ - Excel Forum
- Excel conditional formatting if another cell contains specific text ✓ - Excel Forum
- Insert the current date and time in cell a1 ✓ - Excel Forum
- Count if cell contains number - Excel Forum
10 responses
mubashir aziz
Posts
190
Registration date
Sunday April 12, 2009
Status
Member
Last seen
February 16, 2010
165
Updated on Dec 21, 2018 at 04:21 AM
Updated on Dec 21, 2018 at 04:21 AM
Hi,
Suppose your data is from A1 to A100 or onward. Then in B1, copy this formula and drag it down:
Hope, it will help!
Never ashamed to get or give Advise.
Muhammad Mubashir Aziz , Lodhran, Pakistan
Suppose your data is from A1 to A100 or onward. Then in B1, copy this formula and drag it down:
=IF(ISERROR(SEARCH("*apple*",A1,1)),"","A ")
Hope, it will help!
Never ashamed to get or give Advise.
Muhammad Mubashir Aziz , Lodhran, Pakistan
Sep 3, 2009 at 05:04 PM
the formula [=IF(OR(ISERROR(SEARCH("*apple*",a1,1)),"","A ")] works great, but what if I want to use multiple criteria with wild characters.
EG: *apple* = A
*orange* = B
*grapes* = C
if any thing other than apple, orange or grapes, it should show 'D'
Hope you would respond.
Thanks in advance
Configuration: Windows XP Internet Explorer 7.0
Sep 4, 2009 at 12:58 AM