Currency format without decimals for calculation field

Hi,

I’m using the Calculation field to calculate the final price in a form based on user input. However, the prices will all be in thousands of dollars without any cents, and adding the decimal point followed by two zeroes for cents would be completely pointless for it, not to mention, it’ll take up extra screen space.

I still need to be able to use the currency formatting so that I get the separator commas for thousands etc. but just without the decimal and cents.

How do I go about achieving that?