+ Reply to Thread
Results 1 to 3 of 3

Issue with formatting cell numbers.

  1. #1
    Registered User
    Join Date
    07-02-2008
    Location
    novato
    Posts
    29

    Issue with formatting cell numbers.

    ="The total cost of the concrete provided for this project is " & Results!D15 & "."

    I would like my Results!D15 to be displayed as a value with commas and a $ symbol. I set the cell to currency and the original value is in that format but it just appears as a normal number. I'm having the same issue with % showing up as decimals.

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320
    replace Results!D15
    with
    TEXT(Results!D15,"£0.00")
    or whatever you currency format is

    for %
    simply mult decimal by 100 and add % as text
    e.g
    ="fred "&B1*100&"%"
    Last edited by martindwilson; 07-18-2008 at 12:28 PM.

  3. #3
    Registered User
    Join Date
    07-02-2008
    Location
    novato
    Posts
    29
    Exactly what I was looking for, Thanks!

+ 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