Using the Countif Function in multiple worksheets.

Speed

New Member
Joined
Oct 29, 2002
Messages
8
Can I use the Countif function to count an unique entry in multiple worksheets?? I have two separate worksheets for the two fortnights of the month. One for the first fifteeen days and the other for the next fifteen days. I would like to count the number of entries matching a particluar criteria in both the sheets at the same time. All the conditions like the range, the criteria remain the same. The only thing that changes is the names of the worksheets. And I don't want to combine the worksheets in to one. Can I do it??? Please Help!!!!
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN
yep - run two countifs and add them together.

say sheet1 & sheet2 range A1:a50

=COUNTIF(Sheet1!$A$1:$A$50,"criteria")+COUNTIF(Sheet2!$a$1:$a$50,"CRITERIA")
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,816
Members
449,049
Latest member
cybersurfer5000

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