Hi,
I am trying to join different purchase prices, and set it behind the item name, to show how many different prices the item has had in fx the last 6 months, ie:
Product A ($1.30, $1.45)
Product B ($2.25)
Product C ($4.50, $4.45, $4.85)
When I get the result, the prices have 20 decimals, filled with zeros as this:
Product A ($1.30000000000000000000, $1.45000000000000000000)
Product B ($2.25000000000000000000)
Product C ($4.50000000000000000000, $4.45000000000000000000, $4.85000000000000000000)
Is there a way to just get 2 decimals, as I have tried the ROUND functions, but then the fomula returns #VALUE