In Management reporter, working on an income statement. I have a field to calculate the % of variance between our current actual income/expenses and the budget.
Two questions:
Is it possible to have a calculated field (using a formula) that can apply to both income and expense line items with the same formula?
In prior months, the formula I am using prompts inaccurate calculations. For example, there will be no values in the row (0 current expenses, 0 budgeted) but will provide a %value. Why?
This is the current formula i use, along with an example of the columns i'm working with.
IF B<>0 THEN C/B ELSE IF C<0 THEN -1 ELSE 1
A | B | C | D |
Actual Expenses | Budgeted Expense | Fav(Unfavorable) (B-A) |
%Variance |
150 | 300 | =300-150 | (formula above here) |