Convert Percentage to total number of NPT Days

G

Guest

If I have for instance 31 days in March which has 8.75 days of NPT this
equals 1.18%, calculated using the following formula.
=IF(Total Days="","",(NPT Hours/(NPT Hours*24))*100) = 1.8%.

What if I only know ther percentage 1.8% and Number of Days in Month 31
days. How do I calculate this to get the number of days NPT?
 
G

Guest

I don't pretend to know what an NPT day or hour is and how they are arrived
at but the formula seems simple enough. If you substitute any value in place
of 'NPT Hours' the formula will return the result of 4.17 and not 1.8. For
example:-

=(8.75/(8.75*24))*100 = 4.17

Please clarify

Mike
 
J

JE McGimpsey

Your formula makes no sense, as the

(NPT Hours/(NPT Hours*24))*100)

will always result in 4.166667 for non-zero NPT.


How are you really calculating your percentage?
 
G

Guest

Sorry my mistake

If I have for instance 31 days in March which has 8.75 hours of NPT this
equals 1.18%, calculated using the following formula.
=IF(Total Days March="","",(NPT Hrs/(Total Days March*24))*100) = 1.8%.

NPT = Non-Productive Time (downtime)

What if I only know ther percentage 1.8% and Number of Days in Month 31
days. How do I calculate this to get the number of days NPT?
 
G

Guest

Sorry I did this wrong first time, I hope the following is a bit clearer.

If I have for instance 31 days in March which has 8.75 hours of NPT this
equals 1.18%, calculated using the following formula.
=IF(Total Days March="","",(NPT Hrs/(Total Days March*24))*100) = 1.8%.

NPT = Non-Productive Time (downtime)

What if I only know ther percentage 1.8% and Number of Days in Month 31
days. How do I calculate this to get the number of days NPT?
 
G

Guest

What if I only know ther percentage 1.8% and Number of Days in Month 31
days. How do I calculate this to get the number of "hours NPT"?
 
G

Guest

to solve for NPT use 1.8%*31

Mike

Peledon said:
What if I only know ther percentage 1.8% and Number of Days in Month 31
days. How do I calculate this to get the number of "hours NPT"?
 

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