+ Reply to Thread
Results 1 to 2 of 2

Percent formatting

  1. #1
    Tim C
    Guest

    Percent formatting

    I want these numbers:

    0.1
    0.08
    0.081
    0.0815
    0.08125

    to display like this:

    10%
    8%
    8.1%
    8.15%
    8.13%

    The custom format 0.##% does not work, because it shows 10.% and 8.% instead
    of 10% and 8%

    Any ideas? (If the question looks familiar, that's because I ask it about
    once a year, hoping something new can help me.)

    Thanks,
    Tim C



  2. #2
    Ola
    Guest

    RE: Percent formatting

    Hi,

    Here is one solution:
    =TEXT(A1,"0"&CHOOSE(LEN(B32),"","","","",".0",".00",".00")&"%")

    Ola


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1