Tricky Count of Unhidden Rows

jim may

Well-known Member
Joined
Jul 4, 2004
Messages
7,486
Below is My Col2 of a 8 column auto-filter table; I Auto filter ONLY on Col 8
at ant time, But I need a formula for Cell d4 that will give me at any point
the Count of the "SI" count in my Col 2. Can someone assist me? TIA,
Jim

Col B (2)
WhosePrc (my header row7)
SI my first data record - row 8)
SI Average

zCP
zCP Average

SI
SI Average

zCP
zCP Average

SI
SI Average

zCP


zCP Average

SI
SI Average

zCP
zCP Average
 

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
Thanks Gerry, but NO it doesn't...

Sorry for DUPLICATION - See

Limit A/F Record count to ONLY "SI" rows << Got Great Answer There !!!
 
Upvote 0
To calculate "Si" visible when database is filtered, try

=SUMPRODUCT(SUBTOTAL(103,OFFSET(B8,ROW(B8:B500)-ROW(B8),,1)),--(B8:B500="Si"))
 
Upvote 0

Forum statistics

Threads
1,214,569
Messages
6,120,286
Members
448,953
Latest member
Dutchie_1

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