Hello, how can I get a formula to be a percentage of a specific subtotal, in this instance, Revenue?
Also, the values for revenue are negative by default, is there a simpler formula than what I'm using:
=If [Category]="Revenue" Then -[January]
Else If [Category]<>"Revenue" Then [January]