+ Reply to Thread
Results 1 to 5 of 5

How do add text after the product within a formula?

  1. #1
    traybuddy
    Guest

    How do add text after the product within a formula?

    ie... The sum of two cells is 256...

    I want to put the word "dollars" after 256... and have the word there each
    time the number is updated.

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by traybuddy
    ie... The sum of two cells is 256...

    I want to put the word "dollars" after 256... and have the word there each
    time the number is updated.
    =(A1+A2)&" dollars"

    Regards.
    BenjieLop
    Houston, TX

  3. #3
    Anne Troy
    Guest

    Re: How do add text after the product within a formula?

    =A1+B1&" dollars"
    ************
    Anne Troy
    www.OfficeArticles.com

    "traybuddy" <[email protected]> wrote in message
    news:[email protected]...
    > ie... The sum of two cells is 256...
    >
    > I want to put the word "dollars" after 256... and have the word there each
    > time the number is updated.




  4. #4
    traybuddy
    Guest

    Re: How do add text after the product within a formula?

    Thanks, Anne...

    "Anne Troy" wrote:

    > =A1+B1&" dollars"
    > ************
    > Anne Troy
    > www.OfficeArticles.com
    >
    > "traybuddy" <[email protected]> wrote in message
    > news:[email protected]...
    > > ie... The sum of two cells is 256...
    > >
    > > I want to put the word "dollars" after 256... and have the word there each
    > > time the number is updated.

    >
    >
    >


  5. #5
    Jonathan Cooper
    Guest

    Re: How do add text after the product within a formula?

    Or, use a custom number format.

    #,##0.00_)"thousand";[Red](#,##0.00)"thousand"

    If you do it this way, you can still perform calculations on this cell.

    "Anne Troy" wrote:

    > =A1+B1&" dollars"
    > ************
    > Anne Troy
    > www.OfficeArticles.com
    >
    > "traybuddy" <[email protected]> wrote in message
    > news:[email protected]...
    > > ie... The sum of two cells is 256...
    > >
    > > I want to put the word "dollars" after 256... and have the word there each
    > > time the number is updated.

    >
    >
    >


+ 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