finding a specific word without including variations of it

nurit

New Member
Joined
May 11, 2014
Messages
1
Hello All,
is there a way to find a specific word without counting in words that include it or are plurals of it.
for example:
I want to search for the word "site"
however I do not want to include in my search the word "sites" or "opposite"
help would be much appreciated!
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
I typed the following into a spreadsheet and used the find box to search.
There is a box you can check that says "match entire cell contents"
This option found only cell A1 as a match it ignored "opposite" and "sites", but also ignored "site specific". That's all I can help you with, if it doesn't work hopefully someone else knows a trick or can write you some code that works for you.

Sheet2

*A
1site
2opposite
3sites
4site specific

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Last edited:
Upvote 0
is there a way to find a specific word without counting in words that include it or are plurals of it.
for example:
I want to search for the word "site"
however I do not want to include in my search the word "sites" or "opposite"
Is this word you are searching for in a cell all by itself, or could it be in the cell along with other text?

And exactly what do you mean by "find"... are you looking for a VB macro that selects, or maybe colors, the cell? Or something else?
 
Upvote 0

Forum statistics

Threads
1,215,544
Messages
6,125,438
Members
449,225
Latest member
mparcado

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