Hi Everyone
I'm not an Excel expert but i'm trying to create a specific formula to calculate product delivery dates for a business client, whereby the process goes something like this:
If today's date + 2 days(in my case this number will vary per product) equals a Monday, then return the Monday date. If it's not a Monday, then return the next working Monday. The crux is that the formula must only count working days(so exclude Saturday and Sunday), so TODAY()+2 should not factor in weekends.
I have the below formula so far:
=IF(WEEKDAY(WORKDAY(TODAY();2))=2;WORKDAY(TODAY();2);MOD(WORKDAY(TODAY();2);7))
I'm struggling to return the following Monday date, so if anyone can help me to solve this problem, I will be most grateful
Thank you
I'm not an Excel expert but i'm trying to create a specific formula to calculate product delivery dates for a business client, whereby the process goes something like this:
If today's date + 2 days(in my case this number will vary per product) equals a Monday, then return the Monday date. If it's not a Monday, then return the next working Monday. The crux is that the formula must only count working days(so exclude Saturday and Sunday), so TODAY()+2 should not factor in weekends.
I have the below formula so far:
=IF(WEEKDAY(WORKDAY(TODAY();2))=2;WORKDAY(TODAY();2);MOD(WORKDAY(TODAY();2);7))
I'm struggling to return the following Monday date, so if anyone can help me to solve this problem, I will be most grateful
Thank you