There are many ways to learn to code these days. From coding bootcamps like Flatiron School to online courses to totally free beginner resources. The best way to learn to code depends on many factors, but the most important one is you. See what course is best for you.
Then, to obtain the rounded value:
=RoundSignificantCurrency(
or, to have a leading bracket and return a formatted string:
=IIf(RoundSignificantCurre
or, to leave values <100 as is:
=IIf([YourValueField]<100,
Open in new window
/gustav