Formula in Excel

K

kejak28

I have a formula that figures out the hundred weight of a warehosue.

Throughput / Hours / 100 = CWT

When I use the numbers it comes out to this:
5544654 / 1810 / 100 = 30.64 CWT

Now my problem is that I am trying to figure out a formula that will take a
goal CWT and figure out teh hours needed to hit it, whether we need to cut
labor. So this is what i put in the cell:
Throughput * 100 * CWT = hours
When i do this I get a weird number, lets use a goal of 34.2CWT.
5544654 * 34.2 * 100 = 18962714970

Obvious this is incorrect, as 1810 hours results in a CWT of 30.64. Can
anyone think of a correct formula to figure out my dilemma?
 
P

Pete_UK

Simple algebra. If:

CWT = Throughput / Hours / 100

then

Hours = Throughput / CWT / 100

So:

Hours = 5544654 / 34.2 / 100
= 1621.24

You have used * instead of /.

Hope this helps.

Pete
 
M

Mike H

To solve you equasion for hours it becomes

throughput/cwt/100

=5544657/30.64/100 = 1809.613

Mike
 

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