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
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!