Forum Discussion
using decimal percentage values in excel
- Dec 22, 2020
Exactly the same way. If you have value 10 in the cell, Excel could show it to you as 10, as 10.00, as $10.0, as £10.00, whatever, depends on which format do you use. But it still will be 10.
Even better to use references on other cells, not numbers directly, like
If you apply to the result currency format, number will be shown in rounded form, but actual value still will be 2999.9999... You shall take that into account, and if in other calculations you'd like to use exactly three thousand pound, use ROUND() function or like.
SergeiBaklan how should the formula look with the values in the cells like this
| £15,332.92 | 0.35% | 0.19497503 |
Exactly the same way. If you have value 10 in the cell, Excel could show it to you as 10, as 10.00, as $10.0, as £10.00, whatever, depends on which format do you use. But it still will be 10.
Even better to use references on other cells, not numbers directly, like
If you apply to the result currency format, number will be shown in rounded form, but actual value still will be 2999.9999... You shall take that into account, and if in other calculations you'd like to use exactly three thousand pound, use ROUND() function or like.
- userm2300Dec 23, 2020Copper Contributor
SergeiBaklan Absolute champion, that is exactly what I needed work’s like a charm, thank you sir
- SergeiBaklanDec 23, 2020Diamond Contributor
Glad to help. Happy Holidays!