Concatenate Function ... Help .... Please!!

tstruntz

New Member
Joined
Mar 25, 2002
Messages
11
I am using the Concatenate function to string togehter text and formatted numbers (number, 2 decimal places and ( ) used for negative numbers). The whole string is a profit/loss discussion and analysis. The numbers I have referenced lose their formatting in the text string (concatenate function). Is there a way to keep the number format, or assign one while using the Concatenate function??
 
Dreamboat,

I will try your suggestion. I agree that it is easier to read and it may have more functionality.

Thank you for the tip!
 
Upvote 0

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
OK, so this is what the formula should look like:

=CONCATENATE("Any Company, USA Operations reported a combinded net ",H26, " of ", TEXT(G26,"""USD"" ###.###.##0.00;(""USD"" ###.###.##0.00)")," compared to a budgeted net ",I26," of ",TEXT(F26,"""USD"" ###.###,##0.00;(""USD"" ###.###,##0.00)")," for the month of ",B15)

Note the double-double quotes around USD. In general, if double quotes occur in the original format, you should double them in the formula.

I hope I didn't make any mistakes copying the formula from my Excel sheet: I'm working with a Dutch version with commas as decimal separators and semicolons as argument separators. So perhaps you'll have to make some minor ajustments.

Have a good day!
Marc



[/quote]
 
Upvote 0

Forum statistics

Threads
1,214,642
Messages
6,120,701
Members
448,980
Latest member
CarlosWin

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