chrono2483
Board Regular
- Joined
- Aug 23, 2014
- Messages
- 164
- Office Version
- 2016
Hello,
I have the date in a number format (Ex. 3/19/16, based on my computer settings). I am currently using the following formula in cell O3, which extracts the weekday with no problem: "CHOOSE(WEEKDAY(LEFT('Output'!E1,3)),"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")"
What I want to do in cell O4 is have a formula to recognize the day in O3 and output the next day. In the above example, O3="Saturday", therefore I would want O4="Sunday".
Is there a formula that would accomplish this?
I have the date in a number format (Ex. 3/19/16, based on my computer settings). I am currently using the following formula in cell O3, which extracts the weekday with no problem: "CHOOSE(WEEKDAY(LEFT('Output'!E1,3)),"Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")"
What I want to do in cell O4 is have a formula to recognize the day in O3 and output the next day. In the above example, O3="Saturday", therefore I would want O4="Sunday".
Is there a formula that would accomplish this?