Calculating the % of Payments completed where payments are checkboxes
Hiya all!
So, I am trying to create a formula that uses each of the checkboxes in my table as a way to track payments that have come in.
I need each checkbox to equal/represent to the amount listed in the {Payment Amounts} column and for the number of payments that have come in (ie - the number of checkboxes checked) to be represented by a progress bar where the final tuition amount is listed in the table too as {Tuition}.
I have the below pasted formula so far, but its obviously not working:
IF( COUNTA({1st}, {2nd}, {3rd}, {4th}, {5th}, {6th}, {7th}, {8th}, {9th}, {10th})=0 , 0 , VALUE(SUBSTITUTE(SUBSTITUTE({Tuition (from Course Tracker)}, "$", ""), ",", "")) / ({Payment Amounts} * COUNTA({1st}, {2nd}, {3rd}, {4th}, {5th}, {6th}, {7th}, {8th}, {9th}, {10th})))
The issue thats coming up with this formula is that when there are no check boxes ticked, the formula seems to be working and the % paid shows 0%, but then when I tick a check box, it comes up with an error code... Any pointers on how to fix this formula?
I have pasted a screenshot of the table for reference - is there anyone that can help me figure out this formula? x
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.