I have calculations going beyond the hundredth decimal and would like to be able to format the formula into currency to the .00:
IF({Unit} = “g”, {Price}/{Qty}*100 & “/100g”, IF({Unit} = “mL”, {Price}/{Qty}*100 & “/100mL”, IF({Unit} = “kg”, {Price}/{...