SBSMedicalTech
Programmer
I am needing help creating a Percentage Formula. When I ran my original formula, I got back a division by zero error. My hunch tells me I need to account for values in zero with IF and ELSE somehow. Basically I need to know the collection ratio and account for zero payments. Any assistance is appreciated.
{data.ChargeAmount}/{data.PaymentAmount} * 100
{data.ChargeAmount}/{data.PaymentAmount} * 100