countif help

paul_pearson

Board Regular
Joined
Mar 3, 2013
Messages
181
Hi

I have in cell C140 the formula =countif(C14:C131,"ted") and this works fine except for in some cells between C14:C131 i have the names ted/paul in the same cell and therefore it does not count Ted....Please how do i change formula to include Ted even if it has another name next to it

Thanks

Excel 2010

Paul
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
The star acts as a wildcard, so it will look for any combination of letters before or after Ted. Be aware you could get some unintended consequences if some has the letters Ted in their name - for example, if you're counting instances of Al, anyone named Allen, Alan, Alyssa, Albert, Sally, etc would also be counted.
 
Upvote 0
The "*" is called a wildcard. Basically, it says 'anything on this side'. It can also be used in the middle: "SKEW*PART NUMBER".
 
Upvote 0

Forum statistics

Threads
1,215,503
Messages
6,125,175
Members
449,212
Latest member
kenmaldonado

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