If I have the date in Cell B1,
and, in Cell A1, I wish to display the day of the week for that date;
I know that I should code this function in Cell A1:
=TEXT(B1,"dddd")
Let's say that instead of the day, Saturday, I'd like to substitute the word, Sabbath.
Is there some function or macro that I can use,
so that if the day of the week is supposed to be Saturday,
I can substitute the word, Sabbath ?
Thank you.
↧