ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Combining 2 percentages into one cell and displaying as % format (https://www.excelbanter.com/excel-worksheet-functions/235452-combining-2-percentages-into-one-cell-displaying-%25-format.html)

RLind

Combining 2 percentages into one cell and displaying as % format
 
I have once cell that is 75% and one cell that is 25%.

I would like to combine the two into one cell that looks like this "75% / 25%"

Concatenate does not seem to work for me since these are not text so it does
not display as %s.

Thanks for your help!

Eduardo

Combining 2 percentages into one cell and displaying as % format
 
Hi,
I assume that your percentages are in A1 and B1 so in C1 emter

=A1&" / "&B1

"RLind" wrote:

I have once cell that is 75% and one cell that is 25%.

I would like to combine the two into one cell that looks like this "75% / 25%"

Concatenate does not seem to work for me since these are not text so it does
not display as %s.

Thanks for your help!


Eduardo

Combining 2 percentages into one cell and displaying as % format
 
OOPS, use

=A1&"%"&" / "&B1&"%"

"RLind" wrote:

I have once cell that is 75% and one cell that is 25%.

I would like to combine the two into one cell that looks like this "75% / 25%"

Concatenate does not seem to work for me since these are not text so it does
not display as %s.

Thanks for your help!


Teethless mama

Combining 2 percentages into one cell and displaying as % format
 
=TEXT(A1,"0%")&" / "&TEXT(B1,"0%")


"RLind" wrote:

I have once cell that is 75% and one cell that is 25%.

I would like to combine the two into one cell that looks like this "75% / 25%"

Concatenate does not seem to work for me since these are not text so it does
not display as %s.

Thanks for your help!


Shane Devenshire[_2_]

Combining 2 percentages into one cell and displaying as % format
 
Hi,

Or

=100*A1&"%/"&100*B1&"%"

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"RLind" wrote:

I have once cell that is 75% and one cell that is 25%.

I would like to combine the two into one cell that looks like this "75% / 25%"

Concatenate does not seem to work for me since these are not text so it does
not display as %s.

Thanks for your help!


Shane Devenshire[_2_]

Combining 2 percentages into one cell and displaying as % format
 
Sorry should have also said, if you want spaces before and after the /

=100*C7&"% / "&100*B7&"%"

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"RLind" wrote:

I have once cell that is 75% and one cell that is 25%.

I would like to combine the two into one cell that looks like this "75% / 25%"

Concatenate does not seem to work for me since these are not text so it does
not display as %s.

Thanks for your help!



All times are GMT +1. The time now is 08:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com