Help With Updating Rows Via a Form Submission
Hello,
I am tracking laboratory instrumentation downtime and would like to be able to update the same row via a form submission in a different sheet.
For example.) Sheet 1 contains the instrument names with a column for "Instrument down?" (it can either be a checkbox or yes/no statement, I don't mind either way). Sheet 2 contains a form where I can submit if an instrument is down or not. I have tried using an INDEX/MATCH formula but I am not amazing with Smartsheet and could not find a way for sheet 1 to continuously update with form submissions.
Tl;dr: Can I update a checkbox in a single row multiple times with form submissions, if so, then how?
Thank you,
Best Answer
-
I assume you submit a form when the instrument is initially considered "down" and then you submit another form for that same piece of equipment when it is no longer "down"?
If so, try something like this...
Have the forms populating at the top of the sheet, then use this column formula in the sheet where you want to pull this data:
=INDEX({Form Sheet Yes/No Column}, MATCH(Instrument@row, {Form Sheet Instrument Column}, 0))
Answers
-
I assume you submit a form when the instrument is initially considered "down" and then you submit another form for that same piece of equipment when it is no longer "down"?
If so, try something like this...
Have the forms populating at the top of the sheet, then use this column formula in the sheet where you want to pull this data:
=INDEX({Form Sheet Yes/No Column}, MATCH(Instrument@row, {Form Sheet Instrument Column}, 0))
-
@Paul Newcome Thank you so much,
I had no idea you could customize forms so that they populate from the top, you are the greatest!
-
Happy to help. 👍️
It certainly makes life easier to have them populate at the top when you are wanting to capture the most recent value.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 495 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!