Add timestamp to Join/Collect Column Formula
Hi,
I have a Join/Collect column formula that I'd like to add a timestamp to. Is this possible? If not, is there a workaround?
Sheet1 contains a list of Accounts populated with answers from a questionnaire. An Account can have multi rows.
Sheet2 consolidates these answers into a single row.
The column formula in Column3 is joining and adding a NEWLINE as a delimiter.
=JOIN(COLLECT({Sheet1 Column3}, {Sheet1 Alias}, Alias@row), UNICHAR(10))
The desired result would be:
Column 3
[02/11/23 19:15] A
[02/11/23 19:15] B
I need to replicate this formula in 50 other columns.
I have tried two separate Join/Collects and this doesn't work either. Any ideas would be grateful received.
Regards,
Lee
Best Answer
-
You would need a helper column on the source sheet that creates this basic string on every row. Then you would use the JOIN/COLLECT on this new helper column.
Answers
-
You would need a helper column on the source sheet that creates this basic string on every row. Then you would use the JOIN/COLLECT on this new helper column.
-
Thanks for the quick response @Paul Newcome . So if I had 50 columns, I would need 50 helper columns, correct?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 Global Discussions
- 221 Industry Talk
- 460 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!