Find a range of numbers in a column with hidden cells

Jlyons

New Member
Joined
Feb 18, 2022
Messages
1
Office Version
  1. 365
Platform
  1. MacOS
I have a list of clients and I am trying to see how many clients I have in multiple ranges of premiums. For example: how many clients do i have with premium between 5,000 and 10,000. The issue that I'm having is that the column I'm trying to calculate from has hidden cells so I think my range calculation is also calculating those hidden cells. How can I calculate a range with a column that has hidden cells?

Thanks for any help
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Excel's SUBTOTAL function can be made to ignore hidden cells.

=SUBTOTAL(109,C42:I42)

The '109' is the SUM function that excludes hidden cells.

Subtotal can do a number of other functions apart from 'add' too.
 
Upvote 0

Forum statistics

Threads
1,224,827
Messages
6,181,197
Members
453,022
Latest member
RobertV1609

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