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?
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?
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?
=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?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks