+ Reply to Thread
Results 1 to 6 of 6

Can I show a reference value with a string?

  1. #1

    Can I show a reference value with a string?

    Hi All,
    For a single field, can I show a refernce value (ex: =B2+B3)
    and then follow up some strings?

    the final result looks like this:

    The price is 20

    Thank you very much.

    Best regards,
    Boki.


  2. #2
    Registered User
    Join Date
    02-11-2005
    Posts
    85
    ="The price is "&B2+B3

  3. #3
    Peo Sjoblom
    Guest

    Re: Can I show a reference value with a string?

    If you want to use a format like currency you need to use the TEXT function

    ="The price is "&TEXT(B2+B3,"$#,##0.00")

    --
    Regards,

    Peo Sjoblom

    (No private emails please)


    <[email protected]> wrote in message
    news:[email protected]...
    > Hi All,
    > For a single field, can I show a refernce value (ex: =B2+B3)
    > and then follow up some strings?
    >
    > the final result looks like this:
    >
    > The price is 20
    >
    > Thank you very much.
    >
    > Best regards,
    > Boki.
    >



  4. #4

    Re: Can I show a reference value with a string?

    : )

    Thanks.

    Best regards,
    Boki.


  5. #5

    Re: Can I show a reference value with a string?

    : )

    Thanks.

    Best regards,
    Boki.


  6. #6
    Sloth
    Guest

    Re: Can I show a reference value with a string?

    you can also use a custom number format like

    "The price is $"#,###.00

    that way your cell is still a number. It only looks like a string.


    "[email protected]" wrote:

    > : )
    >
    > Thanks.
    >
    > Best regards,
    > Boki.
    >
    >


+ 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