TRYING TO RETURN THE DAY OF THE WEEK.

trying to get the Day of the week (ie. Mon, Tue, Wed) to return based on a date column. Tried this, but getting and unparseable error - what am I missing?


=IF(WEEKDAY[Bid Date] = 1, "SUN", IF(WEEKDAY[Bid Date] = 2, "MON", IF(WEEKDAY[Bid Date] = 3, "TUES", IF(WEEKDAY[Bid Date] = 4, "WED", IF(WEEKDAY[Bid Date] = 5, "THU", IF(WEEKDAY[Bid Date] = 6, "FRI", IF(WEEKDAY[Bid Date] = 7, "SAT")))))))


Snip of the columns;

Thanks!!

Best Answer

Answers

  • Debbie Petersen
    Debbie Petersen ✭✭✭✭✭

    It did! I didn't try @row - tried @cell - thank you so much as always Andree! Happy Valentine's Day!

  • Andrée Starå
    Andrée Starå ✭✭✭✭✭✭

    You're more than welcome!

    Happy Valentines!

    Remember! Did my post help answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!

    SMARTSHEET EXPERT CONSULTANT & PARTNER

    Andrée Starå | Workflow Consultant / CEO @ WORK BOLD

    W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35

    Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the Formula Handbook template!