Have a count in %

  • Thread starter Thread starter Fred's
  • Start date Start date
F

Fred's

Hello,

On my report, I have the following formula into a text box which
calculate how many shipment not on time.
=Count([Store])-Sum(nz([Différence D'Heure],0))

And this other formula that calculate how many stores I have
=Count([Store])

Now i will like to calculate how many shipment not on time.
but in pourcentage.

What will be the formula?

Thanks for your help!

Fred's
 
That would be the number of late shipments divided by the total number of
shipments.

--
Doug Steele, Microsoft Access MVP

(no private e-mails, please)


Hello,

On my report, I have the following formula into a text box which
calculate how many shipment not on time.
=Count([Store])-Sum(nz([Différence D'Heure],0))

And this other formula that calculate how many stores I have
=Count([Store])

Now i will like to calculate how many shipment not on time.
but in pourcentage.

What will be the formula?

Thanks for your help!

Fred's
 

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

Back
Top