+ Reply to Thread
Results 1 to 3 of 3

concatenate formulas

Hybrid View

  1. #1
    kyleblack21@hotmail.com
    Guest

    concatenate formulas

    In my formula I copied a cell that was formatted with a percentage. When I
    finished the concatenate formula the cell that was input was in a decimal
    format. How do I keep the format of the cell when linking it to the
    concatenate formula?

  2. #2
    K Dales
    Guest

    RE: concatenate formulas

    If it is a numeric cell (rather than text) Excel uses the base numeric format
    when you convert it to string in a formula. But you can specify the format
    by using the TEXT function - if the value in A1 is your percentage you could
    do this:
    ="The resulting rate is "&TEXT(A1,"##0.0%")
    --
    - K Dales


    "kyleblack21@hotmail.com" wrote:

    > In my formula I copied a cell that was formatted with a percentage. When I
    > finished the concatenate formula the cell that was input was in a decimal
    > format. How do I keep the format of the cell when linking it to the
    > concatenate formula?


  3. #3
    Bob Phillips
    Guest

    Re: concatenate formulas

    =TEXT(A1,"0%")&B1

    as an example

    --
    HTH

    Bob Phillips

    (remove nothere from email address if mailing direct)

    "kyleblack21@hotmail.com"
    <kyleblack21@hotmail.com@discussions.microsoft.com> wrote in message
    news:458BDC5C-1650-49AC-B67B-0E29A0F8E154@microsoft.com...
    > In my formula I copied a cell that was formatted with a percentage. When

    I
    > finished the concatenate formula the cell that was input was in a decimal
    > format. How do I keep the format of the cell when linking it to the
    > concatenate formula?




+ 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