Trouble with counting dates

aristotleistimmy

New Member
Joined
Jan 18, 2012
Messages
12
I am back-tracking and need to count the amount of items that fall within a certain date range.

my dates are set up in a month/day/year format.

I don't know how to use the countif command that well if that's even the easiest way. I'm sure you guys know an easier way.

I know there's an easy way to do it but I'm just such a noob.


Thanks
 

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
=SUMPRODUCT(N(A1:A100>=D1),N(A1:A100<=D2))
where D1 is earlier date & D2 is later date.
 
Upvote 0
this makes me so mad. or stupid actually. I'm glad I knew about this forum because I would of spent hours on this. you are my hero. spot on man.
 
Upvote 0
I'm definitely gonna be back on here soon because I know I can make my job exponentially easier if I knew excel better. thanks
 
Upvote 0

Forum statistics

Threads
1,214,527
Messages
6,120,054
Members
448,940
Latest member
mdusw

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