CONCAT Help

Grayc16

New Member
Joined
Jan 27, 2017
Messages
7
How do I use the below formula to output a percentage of F10 instead of a decimal?

Also, is there a way to automatically make it + or - depending on an increase or ad decrease of growth?
 
With the TEXT function, you can apply almost any custom formatting that you do through the Format menu, so to format F9 to show commas, you could use:
Code:
TEXT(F9,"#,##0")
Moreover, the YOY% has an original source formatting of turning red for decrease and green for increase. Can the source formatting be applied to the formula?
Formulas can only calculate/return values. They do not pick up formatting.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,226,772
Messages
6,192,928
Members
453,767
Latest member
922aloose

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