concatenate a figure and a text keeping figure format in percentage

waldymar

Board Regular
Joined
Feb 19, 2009
Messages
238
Dear All,

I use a formula concatenating a figure and "*" (asterix). I wish the figure format to be expressed in percentage. How can I make it?

Thanks in advance.
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Try like this

=TEXT(A1,"0.00%")&"*"

Another problem appeared. If I have a negative figure then together with asterix it makes it a positive one. But I apply a conditional formatting and say that if figure is negative then cell to be red. However, now negative numbers with asterix are shown as positive. Any solutions?
 
Upvote 0
It doesn't do that here but remember that the concatenated value is text, not a number

Excel Workbook
AB
1-1-100.00%*
Sheet1
 
Upvote 0
Try like this

Excel Workbook
AB
1-1-100.00%*
Sheet1
Cells with Conditional Formatting
CellConditionCell FormatStop If True
B11. / Formula is =A1<0Abc
 
Upvote 0
The thing is that I'm not using any supplementary cell but directly the same cell like
Code:
=TEXT(VLOOKUP($E18,BondData!$B$4:$DJ$100,MATCH("YTD Performance",BondData!$B$2:$BP$2,0),0),"0.00%")&" *"

In this case how can I apply the conditional formatting?
 
Upvote 0

Forum statistics

Threads
1,224,600
Messages
6,179,834
Members
452,947
Latest member
Gerry_F

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