=totalfloat() appears to work, but not treated as a number??
Thank you SS for finally implementing the totalfloat function. I have implemented as: =TOTALFLOAT([Task Name]@row)
It appears to work. However, here is my issue. I created a new Symbols (stoplight) column and I am trying to setup an IF statement to show green for more than 10 days of float, yellow 1-9, and red for 0 days of float.
=IF([Slack Time]@row > 10, "Green", (IF([Slack Time]@row < 1, "Red", "Yellow")))
The formula doesn't work and it appears that SS doesn't see to recognize the value output as a number. I say this because when i create a new column and type =[Slack Time]@row, it returns a value of 0, even if the Slack column shows a value. if I copy/paste the value from the slack column to the new column, the actual value shows up. Any advice?
Best Answer
-
Hi @JoshC,
You made a mistake in the formula. Please see the updated formula below.
=IF([Slack Time]@row > 10, "Green", IF([Slack Time]@row < 1, "Red", "Yellow"))
I hope this helps you. Please Like and Accept the answers if they are useful to you. It will also benefit other users.
Need more assistance? I'd be happy to help you.
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please
help
theSmartsheet Community
by voting it Insightful/Vote Up/Awesome, or/and Accepted Answer. It will make it easy for others to discover a solution or help in answering!
Answers
-
Hi @JoshC,
You made a mistake in the formula. Please see the updated formula below.
=IF([Slack Time]@row > 10, "Green", IF([Slack Time]@row < 1, "Red", "Yellow"))
I hope this helps you. Please Like and Accept the answers if they are useful to you. It will also benefit other users.
Need more assistance? I'd be happy to help you.
Thanks & Regards
Email ID: info@sspmconsultants.com
Did I answer to your question or fix the problem? Please
help
theSmartsheet Community
by voting it Insightful/Vote Up/Awesome, or/and Accepted Answer. It will make it easy for others to discover a solution or help in answering! -
Thank you, good now!
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!