interval formula

  • Thread starter Thread starter xposedphotography
  • Start date Start date
X

xposedphotography

In an excel spreadsheet I have a column that records usage hours for
machinery. I am curious if I could do an IF formula, or any other forumla
that would give an indicator for every 300 hour interval...300 600 900 etc.
 
You probably want the Floor Function (see excel help).

Other usful function are
1) Int(number/300)
2) mod(number,300) gives the module remainder.
 

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