Autofill Contacts in a New Row
When creating a new row in my sheet, I want "Column A" to autofill the contact from the cell above it. "Column A" is always the same contact for the purposes of some reports and other sheets. If I can't autofill a new row's cell with the contact from above, is there a way to create a formula that always enters the same contact when creating a new row?
So, Row 1 is "Contact A", Row 2 is "Contact A" and so on. When creating Row 3 is there a way to have "Column A" autofill with "Contact A" ?
Comments
-
Hi Cody,
Yes, there are a few different ways to structure it.
If you’re using parents/children, you could use something like
=PARENT() to get the contact from the parent.
You could reference another contact cell in the formula. Something like
=ContactColumn10
You can also include the email in the formula
Try something like this.
=IF(Primary@row <> ""; "email@email.com")
The same version but with the below changes for convenience.
=IF(Primary@row <> "", "email@email.com")
Depending on your country/region, you'll need to exchange the comma to a period and the semi-colon to a comma.
Would any of those options work/help?
I hope that helps!
Be safe and have a fantastic week!
Best,
Andrée Starå
Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 472 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!