Append cell value with previous value and new value from another cell
How do we append cell value with existing data.?
for example.
column source and target.
target = target + source.
so every value entered in source it should be appended to target with already existing value in target.
any idea or formula , please help.
thanks
Answers
-
Hi @alishah730
If you can use a row id or row number, the formula should look like this:😀
=JOIN(COLLECT(source:source, [Row ID]:[Row ID], <=[Row ID]@row), ", ")
-
its creating new row.
i need its to be in the same row.
whatever being added to to source cell should be appended to target.
source can be cleared but target should contain with all the values entered in sources.
last entered data in source is entering loop 4 , target has all the three previous entry along with latest entry from source
-
In such a case, I would use copy rows automation and the Row ID to get the source cell records from the copied sheet.
Cell History Shows the changes in the source cell in row 3.
-
Hello, in addition to question/answers above, are you aware of a way to place the appended value at the start of target cell, rather than at the end of cell contents? Thank you.
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!