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