Decimal Point formula help
Hi All,
Please can you help me with this simple formula
the formula in 'Net Revenue'
=[Sell (LOCAL CURRENCY)]@row - [Cost (LOCAL CURRENCY)]@row
'Rev %'
=[Net Revenue (LOCAL CURRENCY)]@row / [Cost (LOCAL CURRENCY)]@row
but it does not like the decimal places which we need for accurate numbers
Thanks for help in advance
Answers
-
It appears that it sees your cell values as text and not numbers. Try highlighting your Cost and Cell columns and converting to number format using this menu bar command:
I hope this helps.
Ramzi
Ramzi Khuri - Principal Consultant @ Cedar Tree Consulting (www.cedartreeconsulting.com)
Feel free to email me: ramzi@cedartreeconsulting.com
💡 If this post helped you out, please help the Community by marking it as the accepted answer/helpful.
-
Hi Ramzi,
Tried this.. the column is set to text/numbers, also added the command and no change
-
From your screenshot, it's clear Cost and Sell are strings for Smartsheet, on the second line. Are those numbers directly typed in or do they come from a formula, which may be the first problem.
Still, you can correct both of your formulas using the VALUE function:
in 'Net Revenue'
=VALUE([Sell (LOCAL CURRENCY)]@row) - VALUE([Cost (LOCAL CURRENCY)]@row)
'Rev %'
=VALUE([Net Revenue (LOCAL CURRENCY)]@row) / VALUE([Cost (LOCAL CURRENCY)]@row)
Hope it helped!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!