Forum Discussion

Seena2468's avatar
Seena2468
Copper Contributor
Sep 06, 2021
Solved

convert decimal numbers to % in excel using format cell option

Hi,

I am trying to convert decimal numbers to % but it is not converting the desired way. For e.g. decimal number is 95.83 and when I convert this to % using format cell option, it displays as 9583%. I tried custom option too, but it doesn't work. Any help would be greatly appreciated.

Thanks!

  • I would not recommend just format it. Because 95.85%=0,9583 it means its a value way inferior of 95.85.


    But you can use the custom format as 00.00"%"
    Otherwise you must divide your number by 100 and format it as %

5 Replies

  • mathetes's avatar
    mathetes
    Silver Contributor

    Seena2468 

     

    Somewhere along the line of getting to the number 95.83 you will need to divide it by 100, since that's what percent means, "per 100".

     

    =95.83/100   or, if the number is in cell A10, =A10/100 

    and then the basic format cell as percentage will display it as 95.83%

    • Seena2468's avatar
      Seena2468
      Copper Contributor

      mathetes Many thanks for the reply. I am pasting values as numbers from another sheet and wanted to auto pick the % formatting. I think in this case custom 00.00"%" works.

      • mathetes's avatar
        mathetes
        Silver Contributor

        Seena2468 

         

        Let me just offer this word of advice as a warning: IF you end up--or, worse, somebody else ends up--doing some further mathematical operations with that "95.83%," be aware that Excel (despite having accepted your custom formatting to look like 95.83%) will still consider it to be 95 and 83/100dths, not .9583, and if that mathematical operation is buried in a bigger operation of some kind, it might not be detected until some unanticipated and undesirable results are produced.

         

        That is why, for the sake of data integrity (i.e., data really being what it says it is), you'd be better off fixing the underlying data, rather than just fixing how it looks. (IMHO)

  • I would not recommend just format it. Because 95.85%=0,9583 it means its a value way inferior of 95.85.


    But you can use the custom format as 00.00"%"
    Otherwise you must divide your number by 100 and format it as %

    • Seena2468's avatar
      Seena2468
      Copper Contributor
      custom format 00.00"%" works. Thanks a lot, Juliano.

Resources