Join or collect function changing date format
Hello all,
I've made a formula using JOIN(COLLECT()) to generate the date of completion for a certain type of task (a date entered in a different smartsheet) based on the project number for that row. The column property for both the range referenced and the column the formula is in are set as Date columns, with a DD-MMM-YYYY format for both using the calendar button in the upper right. But for some reason the formula shows the date in this format (MM/DD/YY), which leads to a NETDAYS formula giving an #INVALID DATA TYPE error.
Neither the format nor the NETDAYS formula have a problem when I manually link the cell to the specific reference I want, but that's time-consuming and increasingly impractical. If anyone has any insight I'd be very grateful.
Best Answer
-
The JOIN function converts all outputs into a text value. You will want to look into an INDEX/COLLECT instead to retain the date value.
Answers
-
The JOIN function converts all outputs into a text value. You will want to look into an INDEX/COLLECT instead to retain the date value.
-
Thank you, that was it!
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 83 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!