Find txt in column

jaiD

Board Regular
Joined
Jun 13, 2004
Messages
92
Hi, i am really new to access but very fluent in excel. My problem is I have data lines of 330,000 which would obviously not fit into an excel sheet.

I am trying to do either of the following:

Highlight all lines of data which have the following text in them golf club, ie

(for example 4 columns)
Tel No Addresss Name Post Code

xxx xxx stoke golf club xxxx
xxx xxx stoke football club xxxx

So i would like it to highlight all of the lines with golf club in the name column.


Other option would be to run some sort of query to add up number of times golf club appears in the name column?


Please remember my knowledge is pretty basic?

Thanks in advance for any work
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.
Create a query based on the table that contains your data.
In the criteria section of the field that may contain "golf club" (I guess that's your Name field)... enter:

Like *golf club*

Run the query

Like *golf club* acts like a filter... selecting all records where the Name field contains "golf club"...

HTH
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,730
Members
448,987
Latest member
marion_davis

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