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
- 66K Get Help
- 429 Global Discussions
- 149 Industry Talk
- 488 Announcements
- 5.2K Ideas & Feature Requests
- 85 Brandfolder
- 152 Just for fun
- 74 Community Job Board
- 499 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 305 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!