Hi WF Community, Looking for some help with a calculated custom field, and specifically how to write an IF expression when you want to evaluate multiple numeric ranges: If Field A <= 99,999 then score 1If Field A is between 100,000 and 299,999 then score 3If Field A is >= 300,000 then score 5 I thin...