+ Reply to Thread
Results 1 to 2 of 2

changing cell values with text and currency

  1. #1
    Leah.girl
    Guest

    changing cell values with text and currency

    Hi, I need to add some cells together but they have both text and currency.
    example "$30.00 USD" is there anyway to add them with both text and currency.
    Or anyway to format them to delete the text portion. As it takes me a long
    time to delete the text hand. Cheers and thanks Leah

  2. #2
    Stefi
    Guest

    RE: changing cell values with text and currency

    You can transform text "$30.00 USD" to number 30.00 with this formula in a
    new column, say enter in B1
    =SUBSTITUTE(SUBSTITUTE(A1,"$","")," USD","")
    Then you can sum column B.

    Regards,
    Stefi


    „Leah.girl” ezt *rta:

    > Hi, I need to add some cells together but they have both text and currency.
    > example "$30.00 USD" is there anyway to add them with both text and currency.
    > Or anyway to format them to delete the text portion. As it takes me a long
    > time to delete the text hand. Cheers and thanks Leah


+ 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