How to calculate Monday in two weeks by formula with Excel?
Excel formula to calculate Monday in 2 weeks
To calculate Monday in 2 weeks automatically according to the date of today, the formula is:
=TODAY()-WEEKDAY(TODAY()-2)+7*2

But, if you want to calculate Monday in 2 weeks from another date in B1 for instance, the formula is:
=B1-WEEKDAY(B1-2)+7



Formulas to calculate Monday for any next weeks
Now, if you want to calculate the next Monday in 3 weeks, 4 weeks, you just have to change the last value in the formula



Other formulas for Monday
- Formula Next Monday
- Monday in two weeks
- Previous Monday
- Monday previous week
- Monday 2 weeks ago
- First Monday of the Month