+ Reply to Thread
Results 1 to 5 of 5

trailing zeros

  1. #1
    Registered User
    Join Date
    05-31-2007
    Posts
    5

    trailing zeros

    k78=$608.60

    len(k78)=5

    i would like to see the trailing zero and the result would be a length of 6. i need this to do some other calculations

  2. #2
    Banned User!
    Join Date
    10-14-2006
    Posts
    1,211
    Quote Originally Posted by htorres
    k78=$608.60

    len(k78)=5

    i would like to see the trailing zero and the result would be a length of 6. i need this to do some other calculations
    =LEN(K78)+1

  3. #3
    Forum Expert mikerickson's Avatar
    Join Date
    03-30-2007
    Location
    Davis CA
    MS-Off Ver
    Excel 2011
    Posts
    6,229
    Format the cell to Currency with the number of decimal places you desire.

  4. #4
    Forum Expert
    Join Date
    01-12-2007
    Location
    New Jersey
    Posts
    2,127
    Try this:

    =LEN(TEXT(K78,"0.00"))

  5. #5
    Registered User
    Join Date
    05-31-2007
    Posts
    5
    that worked great, thanks for your help.

+ 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