Super long countif divided by super long countif

tristandoo

New Member
Joined
Jul 28, 2013
Messages
14
Could someone please let me know if it is possible to shrink this countif statement? It becomes too much to handle since I have to copy it for multiple different rows. The A1 stuff is to know if the sheet is "active" (if there is a different way to do this I am all ears) it would need to stay the same. The "B10" is what changes for different rows/people.
=(COUNTIF(Jan.!B10,Jan.!B10)+COUNTIF(Feb.!B10,Feb.!B10)+COUNTIF(Mar.!B10,Mar.!B10)+COUNTIF(Apr.!B10,Apr.!B10)+COUNTIF(May!B10,May!B10)+COUNTIF(Jun.!B10,Jun.!B10)+COUNTIF(Jul.!B10,Jul.!B10)+COUNTIF(Aug.!B10,Aug.!B10)+COUNTIF(Sep.!B10,Sep.!B10)+COUNTIF(Oct.!B10,Oct.!B10)+COUNTIF(Nov.!B10,Nov.!B10)+COUNTIF(Dec.!B10,Dec.!B10)+COUNTIF('Yr. Plan Mtg'!B10,'Yr. Plan Mtg'!B10))
/ (COUNTIF(Jan.!A1,Jan.!A1)+COUNTIF(Feb.!A1,Feb.!A1)+COUNTIF(Mar.!A1,Mar.!A1)+COUNTIF(Apr.!A1,Apr.!A1)+COUNTIF(May!A1,May!A1)+COUNTIF(Jun.!A1,Jun.!A1)+COUNTIF(Jul.!A1,Jul.!A1)+COUNTIF(Aug.!A1,Aug.!A1)+COUNTIF(Sep.!A1,Sep.!A1)+COUNTIF(Oct.!A1,Oct.!A1)+COUNTIF(Nov.!A1,Nov.!A1)+COUNTIF(Dec.!A1,Dec.!A1)+COUNTIF('Yr. Plan Mtg'!A1,'Yr. Plan Mtg'!A1))
 
Last edited:

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.

Forum statistics

Threads
1,214,982
Messages
6,122,581
Members
449,089
Latest member
Motoracer88

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