Related:
- Excel if cell contains partial text
- Excel cell contains partial text - Best answers
- If cell contains partial text - Best answers
- Partial match excel - Guide
- Excel mod apk for pc - Download - Spreadsheets
- Vat calculation excel - Guide
- Kernel for excel repair - Download - Backup and recovery
- Excel clear formatting - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Feb 26, 2010 at 03:17 PM
Feb 26, 2010 at 03:17 PM
You need to use search and find functions
Feb 26, 2010 at 03:22 PM
Feb 26, 2010 at 03:33 PM
https://ccm.net/forum/affich-46323-find-word-within-cell-put-value-in-adjacent#22
Feb 26, 2010 at 03:52 PM
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