Is there a way to filter the calendar view to show more information (from other columns) rather than just the primary column information?
Hi Nick,
You can use a formula to put column data together. It looks like this
=[Job Number]1 + "," + " " + [Assigned To]1 + "," + " " + [Assign To 2]1
This gives me:
J1622504, Josh, Chris.
I put the formula in the primary column since that's the column that shows on the calendar.
There is more help on this in the Smartsheet Formula template.
Hope this helps,
Peace
That works perfect!
Thanks So much!