IF totals...

mccdaddy

Board Regular
Joined
Apr 7, 2002
Messages
69
Hi. My problem seems simple enough but I'm drawing a blank.

I have a column of text and I need a formula at the base of the column to tell me how often a certain word appears. I start with IF(c7:c50,"CHECK", but I'm stuck here. How can I tell the IF function to total the number of times CHECK appears in c7:c50?

Thanks.

mccd
 

Excel Facts

How to change case of text in Excel?
Use =UPPER() for upper case, =LOWER() for lower case, and =PROPER() for proper case. PROPER won't capitalize second c in Mccartney
Andrew, thank you so much for your prompt reply. One small problem, though; the words CHECK are followed by a check number and that appears to be impeding the function. Is there a way to have it find CHECK among the other text in the cells?

Thanks again.

mccd
 
Upvote 0
mccdaddy said:
Andrew, thank you so much for your prompt reply. One small problem, though; the words CHECK are followed by a check number and that appears to be impeding the function. Is there a way to have it find CHECK among the other text in the cells?

Thanks again.

mccd

That would be:

=COUNTIF(C7:C50,"CHECK*")
 
Upvote 0
That did it. I knew it was something simple.

Thank you very much for helping my old, tired brain :biggrin: .

mccd
 
Upvote 0

Forum statistics

Threads
1,214,649
Messages
6,120,728
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