RYG balls status with multiple conditions
I am currently trying to have RYG balls change colours if they comply or don't comply with criteria.
If Column Serialized? is Yes, and Serial number column is empty, then RED, if it has a serial number entered, then GREEN.
If Column Serialized? is No, and Serial number column is empty, then Green. and if it has a serial number then RED.
Above is a screenshot of the sheet. I have added the RYG balls manually as I cannot seem to get the formula correct.
I am building a internal stock system for our branch, where we can track items coming in, but currently struggling with the process forward to automated the import of for example units (each with their own S/N)
Is there a way to auto populate these Serial numbers below each other, If they are pulled in via form submission?
Currently I am using multiple columns for Serial numbers per item, but they then run horizontally across the sheet, and I need them to either automatically become children of a parent cell, or I am going to have to have each serial numbers scanned and submitted individually in the form. Any ideas of hoe I could do this? I have tried looking at Zappier but haven't been able to find the correct option.
Any assistance will be greatly appreciated.
Kind regards
Michelle
Michelle Basson
Smartsheet Overachiever Alumni | Solution Architect | Lover of everything Smartsheet
https://www.linkedin.com/in/michelle-basson/
CERTIFIED SMARTSHEET PLATINUM PARTNER
www.projectplanservices.co.uk
Best Answer
-
Try something like this...
=IF([Serialized?]@row = "Yes", IF([Serial Number]@row = "", "Red", "Green"), IF([Serial Number]@row = "", "Green", "Red"))
Answers
-
Try something like this...
=IF([Serialized?]@row = "Yes", IF([Serial Number]@row = "", "Red", "Green"), IF([Serial Number]@row = "", "Green", "Red"))
-
HI Paul,
Thanks so much. I had a this section completely wrong - IF([Serial Number]@row = "".
It works perfectly. Thanks for the quick assist.
Regards
M
Michelle Basson
Smartsheet Overachiever Alumni | Solution Architect | Lover of everything Smartsheet
https://www.linkedin.com/in/michelle-basson/
CERTIFIED SMARTSHEET PLATINUM PARTNER
www.projectplanservices.co.uk -
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.3K Get Help
- 423 Global Discussions
- 221 Industry Talk
- 462 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 144 Just for fun
- 59 Community Job Board
- 463 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives