+ Reply to Thread
Results 1 to 3 of 3

concatenate with numbers

  1. #1
    Ciara
    Guest

    concatenate with numbers

    Hello,
    I am using the concatenate function in my worksheet.

    =CONCATENATE("TOTAL QUOTE : £",H10,"")

    I want the cost to have commas as in the original cell but it just appears
    as a number.

    I've tried Cell("contents",H10) but get the same result.

    any ideas on how to get the commas?

    Thanks

  2. #2
    Bob Phillips
    Guest

    Re: concatenate with numbers

    ="TOTAL QUOTE : "&TEXT(H10,"£#,##0")

    --
    HTH

    Bob Phillips

    "Ciara" <[email protected]> wrote in message
    news:[email protected]...
    > Hello,
    > I am using the concatenate function in my worksheet.
    >
    > =CONCATENATE("TOTAL QUOTE : £",H10,"")
    >
    > I want the cost to have commas as in the original cell but it just appears
    > as a number.
    >
    > I've tried Cell("contents",H10) but get the same result.
    >
    > any ideas on how to get the commas?
    >
    > Thanks




  3. #3
    Ciara
    Guest

    Re: concatenate with numbers

    Thank you!

    "Bob Phillips" wrote:

    > ="TOTAL QUOTE : "&TEXT(H10,"£#,##0")
    >
    > --
    > HTH
    >
    > Bob Phillips
    >
    > "Ciara" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello,
    > > I am using the concatenate function in my worksheet.
    > >
    > > =CONCATENATE("TOTAL QUOTE : £",H10,"")
    > >
    > > I want the cost to have commas as in the original cell but it just appears
    > > as a number.
    > >
    > > I've tried Cell("contents",H10) but get the same result.
    > >
    > > any ideas on how to get the commas?
    > >
    > > 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