So I was tasked with a very peculiar challenge...calculating delivery dates using an Excel formula.
I'm new to Excel especially when it comes to formulas and I haven't grasped most of the basic functions yet
Here is my scenario:
I have a requirement that if I receive an order today it will be delivered the next business day. So when I receive an order I want to record the correct delivery date based on the day of the week the order was placed
If the day is Monday thru Thursday then add 1 day
If the day is Friday then it will deliver the following Monday
If the day is Saturday or Sunday then it will deliver on Tuesday (since it is treated as if it was placed on Monday)
Attached is the workbook I'm playing around with, I've tried working with the WORKDAY() function but I believe this goes more complex into conditionals![]()
Bookmarks