How to decrease decimal places in a percentage?
Sam Lugiano
✭✭✭✭✭
Hi,
How do I decrease the decimal places in the String Column to just read 230%🔺? My work is below.
Thank You
Best Answer
-
You should use the ROUND function. You have two options:
- Wrap your % formula with a =ROUND(([YTD FEES 2021]@row - [YTD FEES 2020]@row)/[YTD FEES 2020]@row, 0)
- Wrap a ROUND around each of your calculations in the string =IF([%]@row <0, ROUND([%]@row*100,0) + "% up arrow", IF([%]@row <0, ROUND([%]@row*100,0) + "% down arrow".... etc...
Answers
-
You should use the ROUND function. You have two options:
- Wrap your % formula with a =ROUND(([YTD FEES 2021]@row - [YTD FEES 2020]@row)/[YTD FEES 2020]@row, 0)
- Wrap a ROUND around each of your calculations in the string =IF([%]@row <0, ROUND([%]@row*100,0) + "% up arrow", IF([%]@row <0, ROUND([%]@row*100,0) + "% down arrow".... etc...
-
Great. Thank you!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63.5K Get Help
- 402 Global Discussions
- 213 Industry Talk
- 450 Announcements
- 4.7K Ideas & Feature Requests
- 141 Brandfolder
- 135 Just for fun
- 56 Community Job Board
- 454 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 296 Events
- 36 Webinars
- 7.3K Forum Archives
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!