Create a list based on set of values
Hi there,
If, for example, I had a stock list telling me how many of certain T-Shirt sizes I have left vs how many have been ordered. How could I use that to return the sizes, in text form, of those which I don't have enough of.
See attached image for example.
In this example, I would want to automatically generate a list that reads "XXXS,XXS,XXXL,XXXXL", as these values are negative.
Thanks!
Comments
-
Hi Barnee,
If you reference the size names in the parent row, you can use the below formula.
Try something like this.
You'll need to update the ranges to correspond with yours.
=JOIN(COLLECT(XXXS1:F1; XXXS5:F5; <0); ",")
The same version but with the below changes for your and others convenience.
=JOIN(COLLECT(XXXS1:F1, XXXS5:F5, <0), ".")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
Did it work?
Have a fantastic day!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Brilliant! Thank you Andree. This works
-
Excellent!
Happy to help!
Best,
Andrée
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 439 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 67 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!