Counting number of similar names

cadeson

New Member
Joined
Nov 23, 2005
Messages
2
I have a table with names in it such as "Admin 1", "Admin 2", "Admin 3" etc and wish to count how many entries contain the text Admin. Could somebody help me please, its probably very simple but I am stumped.[/i][/b]
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
The COUNTIF() function accepts wildcards (in this case the asterisk) so
=COUNTIF(A1:A100,"Admin*")
 
Upvote 0
Thankyou very much Brian, I had a go at wildcards ( hangover from some basic programming a long time aga, but I must have been doing something wrong because it works like a treat. Thank you I knew it would be a simple answer but you have saved me a lot of time.
 
Upvote 0

Forum statistics

Threads
1,207,423
Messages
6,078,441
Members
446,338
Latest member
AliB

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