How do exclude hidden Cells in my CountIfs formular

Laila3006

New Member
Joined
Nov 2, 2015
Messages
5
Hi

I have a spreadsheet whit a lot of data for en entire year.
I need to count the amount of data within a specific date range and rows containing specific letter.
The letters are in Coulumn G and there are a lot of different letter combination. I figured that it would be a lot easier to filter the non-usable away, then adding them to theformula.

My current formula reads:

=COUNTIFS(C$3:C$1048576,">="&K3,C$3:C$1048576,"<="&EOMONTH(K3,0))

Now I just need it to NOT count the hidden rows.
Hope you can help.

Best Regard
Laila
 

Excel Facts

Which lookup functions find a value equal or greater than the lookup value?
MATCH uses -1 to find larger value (lookup table must be sorted ZA). XLOOKUP uses 1 to find values greater and does not need to be sorted.
Hi,

To count visible rows, you can test = SUBTOTAL(3, C3:C1048576)

HTH
 
Upvote 0

Forum statistics

Threads
1,216,116
Messages
6,128,926
Members
449,479
Latest member
nana abanyin

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