IF Formula

Hi I would like help on a formula to score time criticality. Ive tried the below but its coming up with errors. I also would like to add a formula that if there are any negative numbers such as -201 then this would show as "10"
Formula i used below but not working
=IF([Time Criticality]@row <= 30, "10", IF([Time Criticality]@row <= 60, "9", IF([Time Criticality]@row <= 90, "8", =IF([Time Criticality]@row <= 120, "7", IF([Time Criticality]@row <= 150, "6", IF([Time Criticality]@row <= 180, "5", =IF([Time Criticality]@row <= 210, "4", IF([Time Criticality]@row <= 240, "3", IF([Time Criticality]@row <= 270, "2", IF([Time Criticality]@row <= 300, "1",))))))))))
Many thanks
Answers
-
What error are you getting? The first thing I see is that comma at the end before the series of closing parenthesis needs removed.
No additional logic should be needed for negative numbers as they should be caught by the first IF that says anything less than or equal to 30 outputs "10". Since negative numbers are less than 30, they should be caught here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.4K Get Help
- 463 Global Discussions
- 156 Industry Talk
- 509 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 518 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!