E
Earl Lewis
Anyone know how to capture an error value in a formula?
Switch([Baseline Cost]=0,0,[Cost]/[Baseline Cost]> 0 AND [Cost]/[Baseline Cost]<=1 OR [Cost] / [Baseline Cost] < 0,1,[Cost]/[Baseline Cost]>1 And [Cost]/[Baseline Cost]<1.2,2,[Cost]/[Baseline Cost]>=1.2,3)
This formula is supposed to provide a budget variance indicator. The problem is that if a project hasn't had a baseline saved the formula results in #ERROR. Any way to trap that and show another value?
Earl
Switch([Baseline Cost]=0,0,[Cost]/[Baseline Cost]> 0 AND [Cost]/[Baseline Cost]<=1 OR [Cost] / [Baseline Cost] < 0,1,[Cost]/[Baseline Cost]>1 And [Cost]/[Baseline Cost]<1.2,2,[Cost]/[Baseline Cost]>=1.2,3)
This formula is supposed to provide a budget variance indicator. The problem is that if a project hasn't had a baseline saved the formula results in #ERROR. Any way to trap that and show another value?
Earl