Populate the Day of the week using a calendar date
Is there a magic formula I can use to populate the day of the week (Mon, Tue, Wed, Etc...) given the calendar date in another field?
Ex: Calendar Date Day of Week
08/18/2021 Wed
08/19/2021 Thu
Thanks!
Best Answers
-
I hope you're well and safe!
Try something like this. (update the column name to match yours)
= IF(WEEKDAY([Appt Date]@row) = 1, "Sunday", IF(WEEKDAY([Appt Date]@row) = 2, "Monday", IF(WEEKDAY([Appt Date]@row) = 3, "Tuesday", IF(WEEKDAY([Appt Date]@row) = 4, "Wednesday", IF(WEEKDAY([Appt Date]@row) = 5, "Thursday", IF(WEEKDAY([Appt Date]@row) = 6, "Friday", IF(WEEKDAY([Appt Date]@row) = 7, "Saturday")))))))
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
-
@Andrée Starå Worked like a charm! Thank you!
Answers
-
I hope you're well and safe!
Try something like this. (update the column name to match yours)
= IF(WEEKDAY([Appt Date]@row) = 1, "Sunday", IF(WEEKDAY([Appt Date]@row) = 2, "Monday", IF(WEEKDAY([Appt Date]@row) = 3, "Tuesday", IF(WEEKDAY([Appt Date]@row) = 4, "Wednesday", IF(WEEKDAY([Appt Date]@row) = 5, "Thursday", IF(WEEKDAY([Appt Date]@row) = 6, "Friday", IF(WEEKDAY([Appt Date]@row) = 7, "Saturday")))))))
Did that work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
-
@Andrée Starå Worked like a charm! Thank you!
-
Excellent!
Happy to help!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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.
-
@Angie M Graham Could you show me more on how you used this? I'm looking into doing this for an entire year but not sure what the most simple formula would be. I have a date column and a day column. I need the day to auto populate once a date is entered. Is this possible?
-
Hi @Laura
I hope you're well and safe!
Did you test the method I described? (see below)
Try something like this. (update the column name to match yours)
= IF(WEEKDAY([Appt Date]@row) = 1, "Sunday", IF(WEEKDAY([Appt Date]@row) = 2, "Monday", IF(WEEKDAY([Appt Date]@row) = 3, "Tuesday", IF(WEEKDAY([Appt Date]@row) = 4, "Wednesday", IF(WEEKDAY([Appt Date]@row) = 5, "Thursday", IF(WEEKDAY([Appt Date]@row) = 6, "Friday", IF(WEEKDAY([Appt Date]@row) = 7, "Saturday")))))))
Did that work/help?
I hope that helps!
Be safe and have a fantastic weekend!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up or/and as the accepted answer. 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
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!