C
Caroline Kerridge
Hello
I have two fields:
Enterprise Project Cost1 (Budgeted Revenue) = [Baseline Cost]
Enterprise Project Test 13 (% Revenue Recognised) =
cstr(cint(IIf(IsNull([Baseline Cost]),"No Baseline",IIf(IsNull([Actual
Cost]),1,[Actual Cost])*100/IIf(IsNull([Cost]),1,[Cost])))) & "%"
The second one is a percentage but has been converted to a string from
currency I think (this was done by someone else before me)
Now I want to calculate:
Revenue Recognised to Date = Enterprise Project Cost1 x Enterprise Project
Test 13
e.g. 5,000 = 10,000 x 50%
I have run out of Project Cost fields so I am entering it as a number and
have tried the following formula but keep getting errors...
Enterprise Project Number 4 = (IIf(IsNull([Baseline Cost]),"No
Baseline",IIf(IsNull([Actual Cost]),1,[Actual
Cost])/IIf(IsNull([Cost],1,[Cost]))))*[Enterprise Project Cost1]
Can anyone help?
I have two fields:
Enterprise Project Cost1 (Budgeted Revenue) = [Baseline Cost]
Enterprise Project Test 13 (% Revenue Recognised) =
cstr(cint(IIf(IsNull([Baseline Cost]),"No Baseline",IIf(IsNull([Actual
Cost]),1,[Actual Cost])*100/IIf(IsNull([Cost]),1,[Cost])))) & "%"
The second one is a percentage but has been converted to a string from
currency I think (this was done by someone else before me)
Now I want to calculate:
Revenue Recognised to Date = Enterprise Project Cost1 x Enterprise Project
Test 13
e.g. 5,000 = 10,000 x 50%
I have run out of Project Cost fields so I am entering it as a number and
have tried the following formula but keep getting errors...
Enterprise Project Number 4 = (IIf(IsNull([Baseline Cost]),"No
Baseline",IIf(IsNull([Actual Cost]),1,[Actual
Cost])/IIf(IsNull([Cost],1,[Cost]))))*[Enterprise Project Cost1]
Can anyone help?