Update a cell from the list with condition
Hello Experts,
How to auto update a cell from the list when conditions are met?
e.g. (screenshot) If the status is 'In Progress' - Look for the first available gear in the list and update a cell of a row (In Progress) with the first available gear ID.
Please Help!!
Answers
-
Try something like this...
=IF(Status@row = "In Progress", INDEX({Source Data ID Column}, MATCH("Yes", {Source Data Availability Column}, 0)))
-
Hello @Paul Newcome
Thank you for looking into this.
This is returning error. (Screenshot)
FYI, I have another formula running in Availability "=IFERROR(IF(INDEX(Status:Status, MATCH(ID@row, Gear:Gear, 0)) = "Shipped", "No", "Yes"), "Yes")"
Please advise!!
-
To simplify, I just want Gear cells(and below) to be filled with first available ID but only when the same row is populated with entries received from Form.
-
Is this all in the same sheet?
-
Yes, this is all in the same sheet.
-
Sorry about that. I misunderstood what was going on.
=INDEX(CHILDREN(ID$1), MATCH("Yes", CHILDREN(Availability$1), 0))
-
Hello @Paul Newcome ,
Still no luck.
The Gear column cell below Row20 should be populated with value, if Availability is "yes" then copy Gear Item from ID column and paster it to Gear21 cell. Trigger this only when Status has any value (e.g. Status21)
Gear 21 should be blank until there is no input at Status21.
Hope this explains what am i trying to achieve.
I can share you my sandbox if you are want to see the actual sheet.
Best regards,
-
The problem is in the Availability column in the top portion. That formula is causing a circular reference which is blocking anything else from running. You may need to adjust which columns your data is in so that the Kit in the bottom portion is in the ID column and the Requested By section of the bottom portion is in the Gear column.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 422 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 143 Just for fun
- 59 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!