Adding a text value to the end of a formula

El Salvador

New Member
Joined
Jan 2, 2013
Messages
8
Hi, I want to add a % symbol at the end of my formula. The formula itself is just one value divided by another and multiplied by 100

=B6/B5*100

I can concatenate this output with a "%" in a new row and then hide the previous row, but I was hoping there was a way to add the % onto the end of the formula so the output showed as n% within the same cell formula.

Is this possible?

Thanks in advance for any help, which will be gratefully received.
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
as text it would be

=B6/B5*100&"%"
 
Upvote 0
Would you not use

=B6/B5

then format to percentage? Then it remains a usable number.
 
Upvote 0
Why not make your formula this...

=B6/B5

and format the cell as "Percentage"?
 
Upvote 0

Forum statistics

Threads
1,214,908
Messages
6,122,187
Members
449,071
Latest member
cdnMech

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top