Related:
- If cell contains partial text
- Excel formula contains partial text - Best answers
- Excel if cell contains partial text - Best answers
- Partial match excel - Guide
- Count if cell contains number - Excel Forum
- Excel if color cell - Guide
- Excel if cell contains text then copy to another sheet ✓ - Excel Forum
- Cell phone codes - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday 28 January 2010
Status
Contributor
Last seen
5 May 2022
766
26 Feb 2010 à 15:17
26 Feb 2010 à 15:17
You need to use search and find functions
26 Feb 2010 à 15:22
26 Feb 2010 à 15:33
https://ccm.net/forum/affich-46323-find-word-within-cell-put-value-in-adjacent#22
26 Feb 2010 à 15:52
Example: =vlookup(A1, B1:D50, 3, false) would look for an exact match for A1 and return the data from the 3 column. But if A1 doesn't have an exact match, but is contained partially in the contents of a cell or cells in a range, I need it to return "yes." Changing the "true" doesn't work b/c I have too many cells that contain similar data.
Thanks