Formula to extract a word from a list of words

Hafeez1982

New Member
Joined
Feb 12, 2024
Messages
3
Office Version
  1. 365
Platform
  1. Windows
I have list of words in a range. I would like to create a formula to see if those words are within the cell value (A9-A12). I would like the formula to provide the actual word or return an error if no word is found or if two more of the words from the list are found in the same cell. (B9-B12)

It does not have to be case sensitive

Using office 355

I have found a similar thread but have been asked to post a new thread as new question

Formula to find words from a list in cell | Page 2 | MrExcel Message Board
Capture.PNG
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Mappe19
G
9an error
Tabelle1
Cell Formulas
RangeFormula
G9G9=LET( z,$A$1:$A$2, a,--ISNUMBER(SEARCH(z,A9)), b,SUM(a), c,1/a, d,LOOKUP(42,c,z), result,IF(b=1,d,"an error"), result)
 
Upvote 0
How did Cloud AWS became Data Quality Issue?
 
Upvote 0

Forum statistics

Threads
1,215,945
Messages
6,127,844
Members
449,411
Latest member
adunn_23

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top