I am looking for a formula that will return the long day name after the long day name in another cell. So if A1 contains Monday, I want the formula to return Tuesday for B1. This is part of a larger IF formula, so I may want C1 to return something else. I've got the rest of it figure out except how to get the day name after the day in A1.
I've tried =text(A1+1,"dddd"), but that returned a #VALUE! error.
You may try: