Copy the cell above every time a new row is added
I have some hidden columns that I want to auto populate when a new line is added.
I tried =([Client Name])@row but was getting an error
Help?
Answers
-
Try removing the parentheses.
=[Client Name]@row
-
Tried that too and got an error saying #circular reference
-
Are you attempting to copy a cell from the new row or from the previous row?
-
Are you able to provide some screenshots for context (sample data is fine if needed).
-
the first 3 columns will have information in the first cell and hidden when I publish the form. I would like those columns to auto populate with the same information every time that information is added in the "Employer Name" column.
-
If you are using a form to collect new rows, you can set them as default values in the form and then make sure those fields are hidden.
If you are collecting new rows directly in the sheet, you would use a column formula such as
="Suzies Bakery"
-
I'm using a sheet but how does it update to the next row without manual intervention? Is there a way to write a formula that says if employer field is not blank then return information in client name@row?
-
Try the above. Just put
="Suzies Bakery"
into the Client Name column and set it as a column formula.
-
Great! Seemed to simple but it worked
-
Happy to help. 👍️
Technically that is a formula. It starts with "=" and has some sort of output. We just didn't need anything too crazy for this one.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.3K Get Help
- 445 Global Discussions
- 144 Industry Talk
- 477 Announcements
- 5K Ideas & Feature Requests
- 85 Brandfolder
- 151 Just for fun
- 72 Community Job Board
- 488 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 302 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!