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

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
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,214,905
Messages
6,122,174
Members
449,071
Latest member
cdnMech

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