I want to customize task field Cost1 as Billable Amount
using the formula = (Actual Work * Int. Cost), where Int.
Cost is resource field Cost1. In other words, can you
access resource fields in a customized task field formula?

Re: Fields in Formulas by John

John
Fri Jan 02 14:56:45 CST 2004

I tried; I couldn't.

You are probably considering the easy case: one resource per task. Because
multiple resources per task are possible, the calculations become too
complex to easily implement. You might want to look at some VBA code.

JLB, PMP

"Andrew" <anonymous@discussions.microsoft.com> wrote in message
news:01e201c3d16c$477b4540$a401280a@phx.gbl...
> I want to customize task field Cost1 as Billable Amount
> using the formula = (Actual Work * Int. Cost), where Int.
> Cost is resource field Cost1. In other words, can you
> access resource fields in a customized task field formula?
>



Re: Fields in Formulas by JackD

JackD
Mon Jan 05 12:41:02 CST 2004

Not without using VBA. You will have to write a macro for this.
I have some information on writing macros and using custom formulas at my
website
http://masamiki.com/project


"Andrew" <anonymous@discussions.microsoft.com> wrote in message
news:01e201c3d16c$477b4540$a401280a@phx.gbl...
> I want to customize task field Cost1 as Billable Amount
> using the formula = (Actual Work * Int. Cost), where Int.
> Cost is resource field Cost1. In other words, can you
> access resource fields in a customized task field formula?
>