Nested IF Error - Incorrect Argument

Hi all,
Longtime reader, first-time poster...having a struggle day with the brain and some trouble with a nested if shooting back the INCORRECT ARGUMENT error.
Trying to code a 5-Part Progress Bar column with ranges based on a Status % column for a Project Tracker.
Here is what I have:
=IF([Status %]88 = 0, "Empty", IF([Status %]88 < 0.25, "Quarter", IF([Status %]88 = 0.25, "Quarter", IF([Status %]88 < 0.35, "Quarter", IF([Status %]88 < 0.5, "Half", IF([Status %]88, <0.65, "Half", IF([Status %]88 < 0.75, "Three Quarter", IF([Status %]88 < 1, "Three Quarter", IF([Status %]88 = 1, "Full")))))))))
Any help is greatly appreciated!!
Comments
-
Added Screenshot, note formula stops after the Status79 <0.35 rule.
-
IF([Status %]88, <0.65 << The comma after [Status %]88 is wrong
Greetings
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.5K Get Help
- 468 Global Discussions
- 156 Industry Talk
- 511 Announcements
- 5.5K Ideas & Feature Requests
- 87 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 520 Show & Tell
- 35 Member Spotlight
- 3 SmartStories
- 307 Events
- 35 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!