Matching a percentage dropdown entry
I've got a pretty simple requirement which I'm struggling with. I have a dropdown defined with % values for completion (ie 100%, 75%, 50% etc) and I want to create a formula which searches for completed tasks (ie any cell with 100%). I imagine this is pretty common.
However, the cell type doesn't seem to be textual, nor does it seem to behave as a normal number. If I use a simple ISNUMBER() function for the cell in question it returns TRUE, but if I then try to do an =IF(Status1=100%, "Complete","Incomplete") I get 'Incomplete' even when the value is 100%. Likewise other numerical comparison operators such as > don't seem to recognise it as a number.
I can't find any functions to convert a number to text, and as it's a number type the usual FIND function doesn't work.
Any ideas?
Comments
-
Hi,
It's because you cant check percentage in the formula. It has to be input as numbers. 1=100%, 0,75=75% and so on.
=IF([%]@row = 1; "Complete"; "Incomplete")
Depending on your country you’ll need to exchange the comma to a period and the semi-colon to a comma.
I hope this helps you!
Best,
Andrée Starå
Workflow Consultant @ Get Done Consulting
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.
-
That does the job, thanks very much for the speedy response!
Ed
-
Great!
I'm always happy to help!
Best,
Andrée
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.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.9K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 458 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 136 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!