fstopblues365
New Member
- Joined
- Oct 28, 2015
- Messages
- 16
Hello,
I need a formula that will look at a date and spit out a date 48 hours later. Here's my problem, It has to exclude the weekends?
Here is the formula I'm currently using, however it seems very accurate excluding the weekends.
=IF(WEEKDAY(I25+5)=1,I25+6,IF(WEEKDAY(I25+5)=7,I25+7,I25+4))
Example with the above formula:
Variable Date Out Put Date
11/4/2015 it gave me 11/8/2015
So it did not exclude the weekend, Your help with this is much appreciated.
Thanks in advance!
I need a formula that will look at a date and spit out a date 48 hours later. Here's my problem, It has to exclude the weekends?
Here is the formula I'm currently using, however it seems very accurate excluding the weekends.
=IF(WEEKDAY(I25+5)=1,I25+6,IF(WEEKDAY(I25+5)=7,I25+7,I25+4))
Example with the above formula:
Variable Date Out Put Date
11/4/2015 it gave me 11/8/2015
So it did not exclude the weekend, Your help with this is much appreciated.
Thanks in advance!