Need help with counting

Sean15

Well-known Member
Joined
Jun 25, 2005
Messages
698
Office Version
  1. 2010
Platform
  1. Windows

Excel 2010
BCD
2AgeCount
31215
41416
51710
62156
7259
8
9
10AgeCount
1112-1741
1221-2565
Sheet1


Hello:

Can you guide me how to get a count in C11 and C12 using formula.

I also tried using a pivot table but can't figure out how to make it work.

Thank you very much

Sean
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
You need to split the ranges and put them in their own cells - then you can use SUMifS()
 
Last edited:
Upvote 0
If you are unable (or unwilling) yo break out the ranges, try this...
=SUMIFS($C$3:$C$7,$B$3:$B$7,">="&LEFT(B11,2),$B$3:$B$7,"<="&RIGHT(B11,2))
 
Upvote 0

Forum statistics

Threads
1,214,998
Messages
6,122,643
Members
449,093
Latest member
Ahmad123098

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