Portfolio Analyser Formula Problem

S

scot.milroy

Need a bit of help. I am using Portfolio Analyzer to display Actual
Work and Work and have added a calculated field to display the %
complete. Namely [Actual Work]/[Work]*100. The problem is that if the
Actual Work is 0 then #NUM! will be displayed because of the
calculation in the formula. I need to have #NUM! display as either 0 or
as text like "No Actuals".

I have tried several IIf statements and some nested IIf statements but
can't get anything to work.

I was trying something like:

IIf([Actual Work]=0,0,"No Actuals", IIf([Actual Work]/[Work]*100<0,0)
If someone could lend me a hand it would be greatly appreciated.
Thanks,


Scot
 

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