Days elapsed from start date to finish date

edge37

Board Regular
Joined
Sep 1, 2016
Messages
102
Office Version
  1. 365
Platform
  1. Windows
Hi! I need your assistance, please. I want to calculate the difference between a Start Date and the Today’s Date until the Finish Date, ensuring that it doesn't calculate more past the Finish Date. What else could I add to my formula:
Excel Formula:
=NETWORKDAYS.INTL(B2,TODAY(),1,$E$2:$E$12)
for it to stop counting once the finish date has been reached?

Thank you very much
CUADRO DE NOTAS 2025.xlsm
BCDE
1Start dateFinish dateElapsed daysHolidays
23-Nov5-Dec2114-Apr
315-Apr
416-Apr
517-Apr
618-Apr
715-Sep
829-Sep
930-Sep
101-Oct
112-Oct
123-Oct
Sheet1
Cell Formulas
RangeFormula
D2D2=NETWORKDAYS.INTL(B2,TODAY(),1,$E$2:$E$12)
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Try:
Excel Formula:
=NETWORKDAYS.INTL(B2,MIN(C2,TODAY()),1,$E$2:$E$12)
 
Upvote 0
Solution

Forum statistics

Threads
1,224,608
Messages
6,179,872
Members
452,949
Latest member
Dupuhini

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