S
Slim
Thanks in advance for the help.
I am using 3 number fields to calculate earned value.
I'm doing this because we do not use resource loaded
schedules.
Since a milestone will have a zero (0) value, I can have
a situation where I am dividing by zero.
I want to use the If, Then, Else function, but this
function is not available in the Formula dialog box.
Any Ideas?
Here is what I have now that works as long as I do not
divide by zero:
Variables
Number6 = % Comp = EV / Budget
Number7 = Budget
Number8 = Earned Value
Formula that works: [Number6] = [Number8]/[Number7]
The following formula does not work:
If([Number7] = 0, then [Number6] = 0, else [Number8]/
[Number7])
Thanks again,
Slim
I am using 3 number fields to calculate earned value.
I'm doing this because we do not use resource loaded
schedules.
Since a milestone will have a zero (0) value, I can have
a situation where I am dividing by zero.
I want to use the If, Then, Else function, but this
function is not available in the Formula dialog box.
Any Ideas?
Here is what I have now that works as long as I do not
divide by zero:
Variables
Number6 = % Comp = EV / Budget
Number7 = Budget
Number8 = Earned Value
Formula that works: [Number6] = [Number8]/[Number7]
The following formula does not work:
If([Number7] = 0, then [Number6] = 0, else [Number8]/
[Number7])
Thanks again,
Slim