Forum Discussion

Morgan McGuire's avatar
Morgan McGuire
Copper Contributor
Sep 25, 2017

formula help

I have a calander of the whole month of November. The problem gives me it is the 11th of November and it wants me to find what day of the week that is. How do I go about this?

1 Reply

  • You can either format the date using right click format cells and pick custom dddd

    Or

    Reference the cell using a formula
    =TEXT( A1, "dddd")

Resources