GOOGLE SHEETS: Count the number of entries in a date range

somnathbabu

New Member
Joined
Oct 3, 2017
Messages
3
Hello,

Need some help with the following :

I have a sheet named "Historical Data" wherein there is a long list of dates in one column. The dates are not continuous.

On another sheet I enter a start date and an end date.

I need to count the number of dates that appear in the list and which lie within the entered start and end dates (both inclusive).

Can ou help me with this ? This needs to be accomplished on Google sheets.

Thanks in advance.
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Try using COUNTIFS, it works the same in Excel and google sheets

=COUNTIFS(DateRange,">=Startdate",DateRange,"<=Enddate")
 
Upvote 0

Forum statistics

Threads
1,223,790
Messages
6,174,600
Members
452,574
Latest member
hang_and_bang

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