I am using the formula posted in a solution as follows:
if(contains(item()?['NAME of FIELD'],'.00'),concat('$',string(float(item()?['NAME of FIELD'])),'.00'),concat('$',string(float(item()?['NAME of FIELD']))))
I would like for it to include 2 decimal places (the original spreadsheet has these in currency form) ---reading:
$24.00
not $24
Is there a small tweek in the code??