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 !
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 !