Formula Help
Not easy to relay what i'm trying to do here...
I'm trying to establish a resource requirement list. We have 13 resources available for 4 categories.
Right now, I have each category set to cap at 13 resources based on volume per category(this can happen as these are fed via a separate formula). My issue is that I don't want the sum of the 4 cells to exceed that 13 number either. How can i do that?
Essentially, i want to be able to assign my resources by category but not exceed my max of 13.
Comments
-
=if({insert your current formula}>13,"Error: Greater than 13",{insert your current formula})
or you could hardlock it at 13 if it goes over by using:
=if({insert your current formula}>13,13,{insert your current formula})
-
Is there a way i can set so that the combination of column b does not exceed a sum of 13 even if formulas are fed to each cell in the column?
-
other than in the formulas themselves no there isn't a way that I know of.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 300 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!