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
- 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
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives