How to copy a cell to another sheet when a box is checked?
Hello all,
I'm new to Smartsheet. I'm trying to build some processes for myself and learning as I go along. I'm having trouble figuring out how to copy a cell to another sheet when a box is checked in the same row as the refence cell. I understand that I can use workflows to copy an entire row, but that just captures too much irrelevant data that I'm not interested in.
Thanks,
Andy
Answers
-
Hi @Andy S.
You could use a formula in the destination cell, so it checks the 1st sheet and when it sees the appropriate box has been checked it can index match the relevant data you want and pull that across?
It will require some sort of shared unique reference on both sheets to ensure it pulls the right cell data.
Here's a mock up (this was created on the same sheet, so you'll need to amend the ranges to reference the other sheet, but it does work.
The formula in the other sheet column (this would be the formula doing the work in the destination sheet)
=IF(INDEX([Check column]:[Check column], MATCH([Row ID]@row, [Row ID]:[Row ID], 0)) = true, INDEX([Data column to be copied to other sheet]:[Data column to be copied to other sheet], MATCH([Row ID]@row, [Row ID]:[Row ID], 0)), "No data")
and you would see this on the other sheet
Hope that may help
Thanks
Paul
-
Very well explained @Paul McGuinness. That should do the job for you @Andy S.
Best Regards
Amit Wadhwani, Smartsheet Community Champion
Smartsheet CoE, Ignatiuz, Inc., Exton, PA
Did this answer help you? Show some love by marking this answer as "Insightful 💡" or "Awesome ❤️" and "Vote Up ⬆️"https://www.linkedin.com/in/amitinddr/
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!