Formula - Adding together certain assigned point values
Hello,
I have created the below formula that works up until the bolded part. I am trying to add this to the below formula:
If Less than 100 it gets zero points.
If between 100 & 499.9 it gets 1 point
If between 500 & 999.9 it gets 2 points
If greater than 999.9 (or 1,000 or more) it gets 3 points.
I am not sure how to add this to the below formula and have it calculate those point values appropriately as I know formulas have an order of operations.
=IF([Governor's Dashboard (4,0)]1, 4) + IF([Dept WIG (3,0)]1, 3) + IF([Office WIG (2,0)]1, 2) + IF([Division WIG (1,0)]1, 1) + IF([CStat (1,0)]1, 1) + IF([Savings over $1 Million (3,0)]1, 3) + IF([Savings $500k -$999k (2,0)]1, 2) + IF([Savings of over $100K-$499 (1,0)]1, 1) + IF([CDHS Strategic Plan (2,0)]1, 2) + IF([Legislative or Regulatory Requirement - Statu(4,0)]1, 4) + IF([Legislative or Regulatory Requirement -Fed AU(3,0)]1, 3) + IF([Legislative or Regulatory Requirement OSA(2,0)]1, 2) + IF([Legislative or Regulatory Requirement- Int A (1,0)]1, 1) + IF([Client Safety (4,0)]1, 4) + IF([Broad and Direct Stakeholder Impact (2,0)]1, 2) + IF([Improve Security IT-Risk etc (4,0)]1, 4) + IF([Better Outcomes for Our Clients (4,0)]1, 4) + IF([Do you have all required funding? (3,0)]1, 3) + IF([How many stakeholders impacted? or ppl trained]1 < 99.9, 0) + IF([How many stakeholders impacted? or ppl trained]1 < 499.9, 1) + IF([How many stakeholders impacted? or ppl trained]1 < 999.9, 2) + IF([How many stakeholders impacted? or ppl trained]1 > 999.9, 3)
Thank you in advance!
Best Answer
-
Try this...
=IF([Governor's Dashboard (4,0)]1, 4) + IF([Dept WIG (3,0)]1, 3) + IF([Office WIG (2,0)]1, 2) + IF([Division WIG (1,0)]1, 1) + IF([CStat (1,0)]1, 1) + IF([Savings over $1 Million (3,0)]1, 3) + IF([Savings $500k -$999k (2,0)]1, 2) + IF([Savings of over $100K-$499 (1,0)]1, 1) + IF([CDHS Strategic Plan (2,0)]1, 2) + IF([Legislative or Regulatory Requirement - Statu(4,0)]1, 4) + IF([Legislative or Regulatory Requirement -Fed AU(3,0)]1, 3) + IF([Legislative or Regulatory Requirement OSA(2,0)]1, 2) + IF([Legislative or Regulatory Requirement- Int A (1,0)]1, 1) + IF([Client Safety (4,0)]1, 4) + IF([Broad and Direct Stakeholder Impact (2,0)]1, 2) + IF([Improve Security IT-Risk etc (4,0)]1, 4) + IF([Better Outcomes for Our Clients (4,0)]1, 4) + IF([Do you have all required funding? (3,0)]1, 3) + IF([How many stakeholders impacted? or ppl trained]1 < 99.9, 0, IF([How many stakeholders impacted? or ppl trained]1 < 499.9, 1, IF([How many stakeholders impacted? or ppl trained]1 < 999.9, 2, 3)))
Answers
-
Try this...
=IF([Governor's Dashboard (4,0)]1, 4) + IF([Dept WIG (3,0)]1, 3) + IF([Office WIG (2,0)]1, 2) + IF([Division WIG (1,0)]1, 1) + IF([CStat (1,0)]1, 1) + IF([Savings over $1 Million (3,0)]1, 3) + IF([Savings $500k -$999k (2,0)]1, 2) + IF([Savings of over $100K-$499 (1,0)]1, 1) + IF([CDHS Strategic Plan (2,0)]1, 2) + IF([Legislative or Regulatory Requirement - Statu(4,0)]1, 4) + IF([Legislative or Regulatory Requirement -Fed AU(3,0)]1, 3) + IF([Legislative or Regulatory Requirement OSA(2,0)]1, 2) + IF([Legislative or Regulatory Requirement- Int A (1,0)]1, 1) + IF([Client Safety (4,0)]1, 4) + IF([Broad and Direct Stakeholder Impact (2,0)]1, 2) + IF([Improve Security IT-Risk etc (4,0)]1, 4) + IF([Better Outcomes for Our Clients (4,0)]1, 4) + IF([Do you have all required funding? (3,0)]1, 3) + IF([How many stakeholders impacted? or ppl trained]1 < 99.9, 0, IF([How many stakeholders impacted? or ppl trained]1 < 499.9, 1, IF([How many stakeholders impacted? or ppl trained]1 < 999.9, 2, 3)))
-
-
Happy to help. 👍️
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
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!