How can I shorten numbers

I got stuck on this simple problem:

For example, I want the first number to display - $737,137,211,231 (instead of $737,137,211,230.603). But there isn’t “rounded to” operator option in the appearance.

How can I solve this problem?

Hmm :thinking: Good question. Does decimal places = 0 work for your situation? :man_shrugging:t2:

Otherwise maybe you can do the ‘rounded down to’ before you do the formatting.

1 Like

Does decimal places = 0 work for your situation?

Yes, that worked. The simpliest option as always :grinning_face_with_smiling_eyes:
Thank you :raised_hands:

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.