Frequency of dates in a date range

Wx4usa

New Member
Joined
Aug 28, 2020
Messages
6
Office Version
  1. 365
Platform
  1. MacOS
I'm so stumped. I have a list of service calls. Column A is the Date. Columns B through X are just data related to the calls. On a report, I have Start_Date and End_Date. I need a formula that returns the number of days we had service calls...This is the number of days worked. We are not necessarily open or running calls 5 days a week. So how do I get Excel to count how many days had service calls between 2 dates using my start_date and end_date? So if I had 36 service calls spread out and listed on 36 lines with dates of August 1, 2 ,4 ,7, 10, 11,12, 15. And my start_date is 8/1/20 and my end_date is 8/15/20 Excel should return 8 days worked. Make sense?
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Try This

Book1
BCDEFGH
3Start DateEnd Date
4Dates01-08-202015-08-2020
501-08-2020
602-08-20208
704-08-2020
807-08-2020
910-08-2020
1011-08-2020
1112-08-2020
1215-08-2020
1318-08-2020
14
15
16
17
Sheet1
Cell Formulas
RangeFormula
G6G6=SUM(--ISNUMBER(MATCH(ROW(INDIRECT(E4&":"&F4)),$C$5:$C$13,0)))
 
Upvote 0

Forum statistics

Threads
1,215,001
Messages
6,122,648
Members
449,092
Latest member
peppernaut

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