I am horrible at writing formulas, but I needed a simple formula that would calculate gross tons per day using annual tons produced (O82)and actual operating days (O86).

This formula works, but generates 12 decimal places, which I do not want.

="Gross: "&O82/O86

returns:

Gross: 423.499555555556

How can I get the fomula to return 1-2 decimal places?