Percent Completion

E

EllenM

Hello,
I have a table with data on our projects. A project is completed if there
is a date in the [date completed] field. How can I get the percentage of
completed projects?

Thanks for your help,
Ellen
 
M

Marshall Barton

EllenM said:
I have a table with data on our projects. A project is completed if there
is a date in the [date completed] field. How can I get the percentage of
completed projects?


Text box expression:

=Count([date completed]) / Count(*)
 

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