Employee Calendar
Does anyone have a suggestion on how i start to create something like this in Smartsheet.
Answers
-
I hope you're well and safe!
What do SB, WC, NP, and so on mean?
I hope that helps!
Have a fantastic weekend & Happy Holidays!
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, Awesome, 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.
-
These are abbreviations SB - Stoneybrooke, WC - Woodland Creek ......
-
I created something like your calendar with Smartsheet.😅
The calendar is a monthly calendar.
It uses the Sheet Summary fields to input Year and Month. With these, the calendar calculates the week number (Sunday=1, Monday=2, ... Saturday=7) of the first day of the month and populates day numbers on the calendar. (As the image shows, February 1st, 2024 is Thursday, with Weekday Number 5.)
The formula to populate 1 to 4 weeks is as follows: (You can see the pattern.)
- Sun: =IF([Week # of 1st day]# <= 1 + ($W@row - 1) * 7, ($W@row - 1) * 7 + 1 - [Week # of 1st day]# + 1, "")
- Mon: =IF([Week # of 1st day]# <= 2 + ($W@row - 1) * 7, ($W@row - 1) * 7 + 2 - [Week # of 1st day]# + 1, "")
- Sat: =IF([Week # of 1st day]# <= 7 + ($W@row - 1) * 7, ($W@row - 1) * 7 + 7 - [Week # of 1st day]# + 1, "")
As for the 5th week of the month, we use different formulas to hide days 32, 33, etc., or 29, 30, and 31 on certain months.
- Sun: =IF([Week # of 1st day]# <= 1 + ($W@row - 1) * 7, IF(($W@row - 1) * 7 + 1 - [Week # of 1st day]# + 1 > [Last Day of the Month]#, "", ($W@row - 1) * 7 + 1 - [Week # of 1st day]# + 1), "")
The first row of the calendar shows the Month in English at the center and Today's Date at the right-hand corner.
Conditional formatting will be applied to "HOLIDAY" and "Closed" values. (I still need to complete all the formatting settings.)
If you need a copy of this sheet, please contact me at info@cloudsmart.jp.
-
Thank you very much. I will email you now.
-
I am getting - 2 for each of my days. Thoughts?
-
Sorry Wrong Cell. This produces -2
-
NVMD I figured it out. Thanks again
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives