Insert Characters into Cell

electrofunk

Board Regular
Joined
May 3, 2005
Messages
70
Hi There

I need to insert the " % " character into a cell at the beginning and end of the data within it.

Cell A1 Currently looks like this: 12345
I need cell B1 to look like this: %12345%

Anyone know a formula?
Thanks in advance!
Much appreciated
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
select cell B1, go to Format>cells

On the Number tab, select "Custom" then type in the Type box the following

%#####%

Click ok

Now in cell B1, enter this formula

=A1/10000

Copy the formula down the column.

Scwyjjy
 
Upvote 0
If you're going to use a Number Format to do it (note the % signs will not actually be part of the cell value, just displayed that way), you don't need the dividing by 10000 part.

=A1

Format as \%0\%
 
Upvote 0

Forum statistics

Threads
1,215,425
Messages
6,124,826
Members
449,190
Latest member
rscraig11

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