If Then type formula
I am trying to write the formula to pull info submitted to a grid about lock status. The form allows one to submit a locked or removed lock status. I am trying to pull from the grid the form feeds to create an automated current status (for a dashboard) on the lock per the grid.
The created date would be the trigger on what status is most current for any particular lock. But cant seems to grasp the formulas. Any help is appreciated.
=IF({LOTO Master Data FBP Machines} = "801", AND({LOTO Master Data Lock Status} = "Applied", AND({LOTO Master Data Created Date > {LOTO Master Data Lock Status} = "Removed", {LOTO Master Data Created Date}, "Locked"})))
Answers
-
Are you able to provide screenshots for context?
-
This is the grid the form feeds into. I want to write a formula on a separate grid to pull from this log and update the most current lock status as submitted. This grid will remain as the overall lock log, but the formula will help to create a dashboard to quickly see what locks are on or not.
-
I would suggest having the forms populate the top of the sheet. Then you can use a basic INDEX/MATCH.
=INDEX({Source Sheet Status Column}, MATCH([Lock Number]@row, {Source Sheet Lock Number Column}, 0))
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!