+ Reply to Thread
Results 1 to 3 of 3

format a number concatenated with text

  1. #1
    Registered User
    Join Date
    10-19-2005
    Posts
    48

    format a number concatenated with text

    Hi there,

    I have one cell value which is a number, say A1:3.5, and I have formatted the cell so that it shows 3.50.

    I have another cell that contains text which also includes the number above:

    ="please pay the amount of " & A1 & " to the account..."

    But then I lose the formatting (shows "..amount of 3.5 to..." instead of "..amount of 3.50 to..."). How can I force the formatting?

    thx a lot,
    jm

  2. #2
    Gary''s Student
    Guest

    RE: format a number concatenated with text

    ="please pay the amount of " & TEXT(A1,"0.00") & " to the account..."
    --
    Gary's Student


    "jmwismer" wrote:

    >
    > Hi there,
    >
    > I have one cell value which is a number, say A1:3.5, and I have
    > formatted the cell so that it shows 3.50.
    >
    > I have another cell that contains text which also includes the number
    > above:
    >
    > ="please pay the amount of " & A1 & " to the account..."
    >
    > But then I lose the formatting (shows "..amount of 3.5 to..." instead
    > of "..amount of 3.50 to..."). How can I force the formatting?
    >
    > thx a lot,
    > jm
    >
    >
    > --
    > jmwismer
    > ------------------------------------------------------------------------
    > jmwismer's Profile: http://www.excelforum.com/member.php...o&userid=28201
    > View this thread: http://www.excelforum.com/showthread...hreadid=515839
    >
    >


  3. #3
    Registered User
    Join Date
    10-19-2005
    Posts
    48

    Smile

    thx for your help, most appreciated!

+ 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