Closed castrofg closed 8 months ago
Hi @castrofg, you would need to do something like this: Right click the column where you want this. then select "Add column formula".
In the formula, you could add this:
C = Condition T = True F = False
This is checking the value of the measure. If it's greater than 0, leave it as is. If it's not greater than 0, then us the FORMAT function:
Format(MEASURE,"(0%)")
How do I deduct a percentage/ formula for (5)% - 3%. Right now it's calculating the above numbers. I'm trying to deduct "Actual - Budget" which equals Variance. I also need to include "Var %" = (Variance / Budget)
I also need the percent sign inside the parenthesis, somehow it's outside ie (5%)
Percent outside parenthesis sample:
Thanks