How do I count for something that has not already been used in a cell from a multi cell dropdown?
jerry123
✭✭✭✭
Hi all,
I need help!
From this list of machines, I would like to know which machines are available on a particular day..
I have a date column on my sheet.
How would I solve this?
Much appreciated!! Thank you!
Answers
-
Do you have a separate list of machines (it could even be in your sheet on a hidden column...)?
If not, then create one.
then:
- Create Multi-Dropdown Field called 'Used Machines'. should have column formula: =JOIN(COLLECT([Sinker Machine]:[Sinker Machine], Date:Date, Date@row), CHAR(10))
- Create Multi-Dropdown Field called 'Available Machines'. should have column formula: =JOIN(COLLECT({reference to machine list}, {reference to machine list}, AND(@cell <> "", NOT(HAS([Used Machines]@row, @cell)))), CHAR(10))
When you enter a new row and put in a Date the available machines column will populate
-
@Leibel S That worked! Thank you so much!! :)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!