Difference in percentage - Better explained?

G

Guest

I have to keep track of items that are sent to wards in a hospital. Each
ward has a set quota. Each day the ward is sent it's quota of items, plus an
extra 20% just in case. If the quota is set up correctly, then the return
rate (returns divided by items sent) should be 20%.

Here is what my report currently tells me:
Item Quota (sent) Returned Return Rate
Bib 125 75 60%
Diaper 200 15 8%

What i would like to do is have another column that suggests what the quota
should be (i.e. - we should send less bibs and more diapers) to achieve a
return rate of 20%.

Does this better explain what i need? Is there a way to do this easily in
access?
 
R

Rick B

Okay, I think I get it now.

In your example, you sent 125 bibs, and they returned 75. That means they
used 50, right? Tomorrow, you should send 50 (plus 20%) which is 60.

You don't need the return rate in your example below.

Just calculate how many they used, add 20%, and make that the number you
send tomorrow.


New Needed Value = ([Quota] - [Returned])*1.20
 
G

Guest

Thank you!

Rick B said:
Okay, I think I get it now.

In your example, you sent 125 bibs, and they returned 75. That means they
used 50, right? Tomorrow, you should send 50 (plus 20%) which is 60.

You don't need the return rate in your example below.

Just calculate how many they used, add 20%, and make that the number you
send tomorrow.


New Needed Value = ([Quota] - [Returned])*1.20




--
Rick B



kat said:
I have to keep track of items that are sent to wards in a hospital. Each
ward has a set quota. Each day the ward is sent it's quota of items, plus
an
extra 20% just in case. If the quota is set up correctly, then the return
rate (returns divided by items sent) should be 20%.

Here is what my report currently tells me:
Item Quota (sent) Returned Return Rate
Bib 125 75 60%
Diaper 200 15 8%

What i would like to do is have another column that suggests what the
quota
should be (i.e. - we should send less bibs and more diapers) to achieve a
return rate of 20%.

Does this better explain what i need? Is there a way to do this easily in
access?
 

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