E
excelnut1954
Simply put, I want to enter a formula in A6, that will look at the date
in E6. If the date in E6 is the next business day, then I want to show
a message in A6. This h as to do with a shipping date.
Right now, I have a crude way of doing it.
=IF(E6<1," ",IF(E6<=Todays_date,"SEND NOW"," "))
The range Todays_date is a formula in A1 =NOW()+1 which
allows the message "Send Now" to show up on the report the day before,
so the shipments can be ready for the next day.
When the shipping date is on a Monday, I have to change the formula
above to read, =NOW+3, so I can print the report showing the message
on it.
I want to have the formula recognize that the weekend dates are not to
be considered, and that Friday + 1 = Monday.
Any simple solutions?
Thanks,
J.O.
in E6. If the date in E6 is the next business day, then I want to show
a message in A6. This h as to do with a shipping date.
Right now, I have a crude way of doing it.
=IF(E6<1," ",IF(E6<=Todays_date,"SEND NOW"," "))
The range Todays_date is a formula in A1 =NOW()+1 which
allows the message "Send Now" to show up on the report the day before,
so the shipments can be ready for the next day.
When the shipping date is on a Monday, I have to change the formula
above to read, =NOW+3, so I can print the report showing the message
on it.
I want to have the formula recognize that the weekend dates are not to
be considered, and that Friday + 1 = Monday.
Any simple solutions?
Thanks,
J.O.