Forum Discussion
Anonymous
4 years agoNot applicable
IF OR function for calculation to remove error that returns
Hi everyone, I'm attempting to write an if or formula that will calculate the percentage of payment of revenue. Essentially a collection rate. For all that have numbers greater than 0 in both rev...
hnguy71
4 years agoSuper User
Anonymous , you'd need to give it a column name:
NewColumn = DIVIDE([Insurance Payment Grouping.Insurance Payment], [Insurance Revenue], 0)Anonymous
4 years agoNot applicable
The new column name was already accounted for: Insurance Collection %. Still the error.