Greater Than - Less Than Formula
Smartsheet Community:
Im trying to get a result of In Progress when % Complete is greater than 0 but less than 100.
Current Formula:
=IF(AND([% Complete]@row > 0, [% Complete]@row < 1, "In Progress"), IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete"))))
I am not sure where my error is. All Help Appreciated.
Comments
-
Updated formula but still Unsuccessful:
=IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", IF(AND([% Complete]@row, >0.01, [% Complete]@row, <0.99, "In Progress"))))
-
Hi @Ray B
What is the error you’re getting?
Be safe and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please help the Community by marking it as the accepted answer/helpful. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Incorrect and unparseable. I have been trying different way to get the correct outcome
-
I'd be happy to take a quick look.
Can you maybe share the sheet(s)/copies of the sheet(s)? (Delete/replace any confidential/sensitive information before sharing) That would make it easier to help. (share too, andree@getdone.se)
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Hello @Anthony Barthelemy
Did you ever manage to resolve this issue?
=IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row > 0.01, "In Progress", IF([% Complete]@row = 1, "Complete")))
I've tried a few combinations aren't can't get it to differentiate between all three.
-
I hope you're well and safe!
You'd have to reverse the order after the not started part.
Did that work/help?
I hope that helps!
Be safe, and have a fantastic week!
Best,
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
✅Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up, Awesome, or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Perfect - thanks @Andrée Starå
The formula for others to use...
=IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", IF([% Complete]@row > 0.01, "In Progress")))
-
Excellent!
You're more than welcome!
✅Remember! Did my post(s) help or answer your question or solve your problem? Please support the Community by marking it Insightful/Vote Up/Awesome or/and as the accepted answer. It will make it easier for others to find a solution or help to answer!
SMARTSHEET EXPERT CONSULTANT & PARTNER
Andrée Starå | Workflow Consultant / CEO @ WORK BOLD
W: www.workbold.com | E:andree@workbold.com | P: +46 (0) - 72 - 510 99 35
Feel free to contact me for help with Smartsheet, integrations, general workflow advice, or anything else.
-
Minor update
The formula results in a BLANK cell if the %Complete is 1%.
I've updated the formula to the following;
=IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", IF([% Complete]@row > 0.001, "In Progress")))
The additional zero appears to have fixed the formula.
-
To further enhance the gant chart, I was thinking of converting the Status Column to a Column Formula.
Based on =IF([% Complete]@row = 0, "Not Started", IF([% Complete]@row = 1, "Complete", IF([% Complete]@row > 0.001, "In Progress"))) what would I need to add to make it look to the Predecessor Column, determine that if it is blank, return no text in the Status Column, but if there is a Predecessor, run the above formula. How would you integrate an ISBLANK argument?
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.9K Get Help
- 441 Global Discussions
- 139 Industry Talk
- 471 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 68 Community Job Board
- 496 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!