Counting cells with numbers between dates

Chris Tucker

New Member
Joined
Jul 22, 2016
Messages
6
I am needing a little help with something that is probably pretty basic. I need to know how many cells have a value based on a range of dates
Date value after date1/3/161/10/161/17/161/24/161/31/162/7/162/14/162/21/162/28/163/6/16
1/22/1631216823
2/16/16265832

<tbody>
</tbody>


Looking at the table above I need the values to show up in red. I need to search the date range A3:A12 and count the cells in row B that have values above the date in B1
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

63falcondude

Well-known Member
Joined
Jan 15, 2016
Messages
3,572
How's this?


Excel 2010
ABCDEFGHIJKL
1Datevalue after date1/3/20161/10/20161/17/20161/24/20161/31/20162/7/20162/14/20162/21/20162/28/20163/6/2016
21/22/201631216823
32/16/2016265832
Sheet1
Cell Formulas
RangeFormula
B2=SUMPRODUCT(($C$1:$L$1>A2)*(C2:L2<>""))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,191,131
Messages
5,984,846
Members
439,919
Latest member
ketsueki82

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
Top