Percentage number format aggravation

Tim Grollman

Board Regular
Joined
Feb 24, 2002
Messages
129
Hi,

I am trying to write a formula which will pick up the contents of a few cells and combine them to give me a result like this

FRANCE to EGYPT (7000 Down, 34%)

I can do everything except the 34%. That is formatted as % in its own cell, but when I grab it for this formu;la it reverts to 0.338123 etc. I can round it to two decimal places, in which case it picks up 0.34, but I can't make it show the number as 34% in my output. That is unless i go down the list overwriting with '34% and there are a lot of them. How can I make Excel see the 34% as a piece of text? If I change the format of the cell to Text it turns it to 0.34 for me.

Tim
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Tim

Try something like this.

="My percentage " &TEXT(A1,"00%")
 
Upvote 0

Forum statistics

Threads
1,215,050
Messages
6,122,868
Members
449,097
Latest member
dbomb1414

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