IIF formula

R

Rick

I am trying to create a custome resource cost field which will calculate an
overhead only cost using a rate I input into the formula. All of our
resources have a catagory number which we enter into the "code" field on the
resource information. The formula below is what I have working so far.
IIf(
Code:
=7,([Baseline Cost]*0.14),0)
My problem is I also need the formula to look at the type field and
determine if it is = work.  Can anyone tell me what the formula would be?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top