Creating training Calendar

Hi All,

I am currently trying to create a sheet to track who our trainers are currently working with. Currently have 15 trainers, but the team will grow larger in the next few months. Each trainer can train 2 employees at a given time. Employees are trained for 2 weeks.

Ideally, I would like a form that someone can request training through, the training can be approved/denied by the training coordinator, training coordinator looks at the calendar to chose the start and finish date, and then that populates into a calendar. The calendar should send some sort of error when the coordinator tries to book a trainer for more than 2 employees at a time. Calendar should also be visually appealing for upper mgmt.

Any suggestions? I've made a form, and a rough draft of the calendar, but it's not meeting all the needs.

Thanks!

Answers

Help Article Resources

Want to practice working with formulas directly in Smartsheet?

Check out the公式手册模板!
@brbradle<\/a> <\/p>

Your formula is trying to find a cell with a date that's less than Sept 1st 2021 and greater than August 31st 2022. That's not possible. I think you just need to reverse the greater than and less than symbols in your formula so it's looking for something that's greater than Sept 1st 2021 but less than August 31st 2022.<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question","log":{"dateUpdated":"2023-01-12 23:51:19","updateUser":{"userID":156806,"name":"brbradle","url":"https:\/\/community.smartsheet.com\/profile\/brbradle","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!u0Eu1551mOs!oTMtaD4MkAs!pEcAUc24CXM","dateLastActive":"2023-01-12T23:58:39+00:00","banned":0,"punished":0,"private":false,"label":"✭"}}},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[{"tagID":319,"urlcode":"functionality","name":"functionality"},{"tagID":335,"urlcode":"sheet-summary","name":"Sheet Summary"}]},{"discussionID":99629,"type":"question","name":"Filtering with symbols as the column type","excerpt":"Hi! so, I'm a little stuck on creating a formula. I have a column where the column type uses symbols. In a separate column I want to track the status of these symbols. I want it look something like this. If said column has a symbol in a cell = yes if said column has a blank cell = no. is there a way to create a function…","categoryID":322,"dateInserted":"2023-01-12T20:39:03+00:00","dateUpdated":null,"dateLastComment":"2023-01-12T21:18:35+00:00","insertUserID":156799,"insertUser":{"userID":156799,"name":"angtso","url":"https:\/\/community.smartsheet.com\/profile\/angtso","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!gujlpx__Oao!D-Dvgz5Cvno!QeUZrBXEUm6","dateLastActive":"2023-01-12T21:45:48+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":null,"lastUserID":156799,"lastUser":{"userID":156799,"name":"angtso","url":"https:\/\/community.smartsheet.com\/profile\/angtso","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!gujlpx__Oao!D-Dvgz5Cvno!QeUZrBXEUm6","dateLastActive":"2023-01-12T21:45:48+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":2,"countViews":31,"score":null,"hot":3347115458,"url":"https:\/\/community.smartsheet.com\/discussion\/99629\/filtering-with-symbols-as-the-column-type","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/99629\/filtering-with-symbols-as-the-column-type","format":"Rich","lastPost":{"discussionID":99629,"commentID":357003,"name":"Re: Filtering with symbols as the column type","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/357003#Comment_357003","dateInserted":"2023-01-12T21:18:35+00:00","insertUserID":156799,"insertUser":{"userID":156799,"name":"angtso","url":"https:\/\/community.smartsheet.com\/profile\/angtso","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!gujlpx__Oao!D-Dvgz5Cvno!QeUZrBXEUm6","dateLastActive":"2023-01-12T21:45:48+00:00","banned":0,"punished":0,"private":false,"label":"✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2023-01-12T21:14:16+00:00","dateAnswered":"2023-01-12T21:03:14+00:00","acceptedAnswers":[{"commentID":356997,"body":"

I would suggest something like this:<\/p>

=IF([Symbol Column Name]@row = \"//www.santa-greenland.com/community/discussion/84991/\", \"No\", \"Yes\")<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question","log":{"dateUpdated":"2023-01-12 21:14:16","updateUser":{"userID":156799,"name":"angtso","url":"https:\/\/community.smartsheet.com\/profile\/angtso","photoUrl":"https:\/\/aws.smartsheet.com\/storageProxy\/image\/images\/u!1!gujlpx__Oao!D-Dvgz5Cvno!QeUZrBXEUm6","dateLastActive":"2023-01-12T21:45:48+00:00","banned":0,"punished":0,"private":false,"label":"✭"}}},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]},{"discussionID":99623,"type":"question","name":"When cell from a row is marked as completed I want a second cell in same row to fill todays date","excerpt":"Hey all, I'm trying to find a way to automate some metric tracking system. I've got a sheet that one of the rows has status updates and another that has completed date. When a cell is marked status for completed I want the completed date to automatically populate with the date that status is changed. Is there a formula to…","categoryID":322,"dateInserted":"2023-01-12T19:25:22+00:00","dateUpdated":null,"dateLastComment":"2023-01-12T19:45:54+00:00","insertUserID":156796,"insertUser":{"userID":156796,"name":"pbaer22","url":"https:\/\/community.smartsheet.com\/profile\/pbaer22","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-01-12T20:19:33+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"updateUserID":null,"lastUserID":156796,"lastUser":{"userID":156796,"name":"pbaer22","url":"https:\/\/community.smartsheet.com\/profile\/pbaer22","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-01-12T20:19:33+00:00","banned":0,"punished":0,"private":false,"label":"✭"},"pinned":false,"pinLocation":null,"closed":false,"sink":false,"countComments":2,"countViews":24,"score":null,"hot":3347105476,"url":"https:\/\/community.smartsheet.com\/discussion\/99623\/when-cell-from-a-row-is-marked-as-completed-i-want-a-second-cell-in-same-row-to-fill-todays-date","canonicalUrl":"https:\/\/community.smartsheet.com\/discussion\/99623\/when-cell-from-a-row-is-marked-as-completed-i-want-a-second-cell-in-same-row-to-fill-todays-date","format":"Rich","lastPost":{"discussionID":99623,"commentID":356976,"name":"Re: When cell from a row is marked as completed I want a second cell in same row to fill todays date","url":"https:\/\/community.smartsheet.com\/discussion\/comment\/356976#Comment_356976","dateInserted":"2023-01-12T19:45:54+00:00","insertUserID":156796,"insertUser":{"userID":156796,"name":"pbaer22","url":"https:\/\/community.smartsheet.com\/profile\/pbaer22","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-01-12T20:19:33+00:00","banned":0,"punished":0,"private":false,"label":"✭"}},"breadcrumbs":[{"name":"Home","url":"https:\/\/community.smartsheet.com\/"},{"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions"}],"groupID":null,"statusID":3,"attributes":{"question":{"status":"accepted","dateAccepted":"2023-01-12T19:44:55+00:00","dateAnswered":"2023-01-12T19:42:49+00:00","acceptedAnswers":[{"commentID":356974,"body":"

@pbaer22<\/a> Sure, use an automation workflow triggered by the status change and choose the action \"record a date\".<\/p>"}]}},"status":{"statusID":3,"name":"Accepted","state":"closed","recordType":"discussion","recordSubType":"question","log":{"dateUpdated":"2023-01-12 19:44:55","updateUser":{"userID":156796,"name":"pbaer22","url":"https:\/\/community.smartsheet.com\/profile\/pbaer22","photoUrl":"https:\/\/us.v-cdn.net\/6031209\/uploads\/defaultavatar\/nWRMFRX6I99I6.jpg","dateLastActive":"2023-01-12T20:19:33+00:00","banned":0,"punished":0,"private":false,"label":"✭"}}},"bookmarked":false,"unread":false,"category":{"categoryID":322,"name":"Formulas and Functions","url":"https:\/\/community.smartsheet.com\/categories\/formulas-and-functions","allowedDiscussionTypes":[]},"reactions":[{"tagID":3,"urlcode":"Promote","name":"Promote","class":"Positive","hasReacted":false,"reactionValue":5,"count":0},{"tagID":5,"urlcode":"Insightful","name":"Insightful","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":11,"urlcode":"Up","name":"Vote Up","class":"Positive","hasReacted":false,"reactionValue":1,"count":0},{"tagID":13,"urlcode":"Awesome","name":"Awesome","class":"Positive","hasReacted":false,"reactionValue":1,"count":0}],"tags":[]}],"title":"Trending in Formulas and Functions ","subtitle":null,"description":null,"noCheckboxes":true,"containerOptions":[],"discussionOptions":[]}">