I am using the join formula to combine the task name, start date, and end date into a single column that will be used for reporting purposes. The start and end dates are formatted to only show the date, not a time, however when I use the join formula, it's giving me 'Task Name -- ##/##/## 8:00 AM - ##/##/## 4:59 PM" and I cannot figure out how to get it to stop spitting out that time. Syntax I'm using "=JOIN([Task Name]30:[End Date]30, " - ")"