Automating Day of the Week Lanes in Card view
Hi all,
We're using Smartsheet to plan content development and scheduling for a radio station. We'd like to create lanes in the Card View for each day of the week (I already know how to do that part). But each row in grid view already has a broadcast date assigned to it, which of course feeds the Calendar view.
I'd like to try and automate, or auto-generate the day of the week from the date column into the Weekday Card lane.
Has anybody seen or done this?
Thanks,
David
Comments
-
This formula will calculate the day of the week for you. Just replace Date Column with the actual name of your date column.
=IF(WEEKDAY([Date Column]@row) = 1, "Sunday", IF(WEEKDAY([Date Column]@row) = 2, "Monday", IF(WEEKDAY([Date Column]@row) = 3, "Tuesday", IF(WEEKDAY([Date Column]@row) = 4, "Wednesday", IF(WEEKDAY([Date Column]@row) = 5, "Thursday", IF(WEEKDAY([Date Column]@row) = 6, "Friday", IF(WEEKDAY([Date Column]@row) = 7, "Saturday")))))))
-
That's great, I didn't even think to go looking for a "Weekday" function!
Cheers!
David
-
Glad I could be of assistance!
-
David, I'm interested in your experience using SmartSheet for your radio station. We have the same challenges...everything from schedule management to licensed-music reporting. How is it working out for you?
-
Hi Tim,
Here are two resources that might help or inspire you.
https://www.smartsheet.com/customers/kexp
https://www.smartsheet.com/customers/bbnradio
Did they work?
Hope that helps!
Have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
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
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!