edge37
Board Regular
- Joined
- Sep 1, 2016
- Messages
- 102
- Office Version
- 365
- Platform
- 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:
for it to stop counting once the finish date has been reached?
Thank you very much
Excel Formula:
=NETWORKDAYS.INTL(B2,TODAY(),1,$E$2:$E$12)
Thank you very much
CUADRO DE NOTAS 2025.xlsm | ||||||
---|---|---|---|---|---|---|
B | C | D | E | |||
1 | Start date | Finish date | Elapsed days | Holidays | ||
2 | 3-Nov | 5-Dec | 21 | 14-Apr | ||
3 | 15-Apr | |||||
4 | 16-Apr | |||||
5 | 17-Apr | |||||
6 | 18-Apr | |||||
7 | 15-Sep | |||||
8 | 29-Sep | |||||
9 | 30-Sep | |||||
10 | 1-Oct | |||||
11 | 2-Oct | |||||
12 | 3-Oct | |||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
D2 | D2 | =NETWORKDAYS.INTL(B2,TODAY(),1,$E$2:$E$12) |