Forum Discussion

userm2300's avatar
userm2300
Copper Contributor
Dec 22, 2020
Solved

using decimal percentage values in excel

Hello,

 

What formula would I need to use in excel for this as excel doesn't calculate 0.35% using this formula  =a1*b1+c1 

Ie 15,332.92 * 0.19497503 + 0.35% = 2,999.99

  • userm2300 

    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.

9 Replies

Resources