Format currency in column heading

fangfacekitty

Board Regular
Joined
Jul 28, 2010
Messages
63
Hello,

In my table I want one of the columns to be titled "Paid" with the sum included. I have this formula, it works fine. When the data changes so does the sum :
="Paid "&SUM(D2:D999)

My problem is that it returns a result like this "Paid 377347.65482348".

The amount is correct but what I really need to show is "Paid €377347", with no decimals and the currency symbol. All the values in the column are the same currency, so I do not need to worrk about conversions or if/thens (I hope).

How can I get the amount in the column header formatted in € ?

Thanks in advance for your help !
 

Excel Facts

Whats the difference between CONCAT and CONCATENATE?
The newer CONCAT function can reference a range of cells. =CONCATENATE(A1,A2,A3,A4,A5) becomes =CONCAT(A1:A5)
="Paid "&TEXT(SUM(D2:D999),"0")


Note:
You cannot use formulas in ListObjects (Excel Tables)
 
Upvote 0

Forum statistics

Threads
1,215,032
Messages
6,122,770
Members
449,095
Latest member
m_smith_solihull

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