• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Calculate the number of machines required

lre712

New Member
Hello all,

I am trying to write a formula to calculate the number of machines required for production.

Each machine has a maximum output of 100,000 units.

100,000 units = 1 machine
100,250 units = 2 machines
200,000 units = 2 machines
200,030 units = 3 machines and so on.

I have attached the file for reference.

I need cells C16, F16, I16 to update based on the demand value in Cells C12, F12, I12.

I have tried [=IF(C12<=C12,1,IF(C12>C12+1,1))] but am stuck, I know the second part of the formula is incorrect. I think I need to write something like IF C12>C12+1 but is less than....

I hope this makes sense. Sorry for if i am not clear enough.

Cheers
Lee
 

Attachments

  • Page 95 Example.xlsx
    10.9 KB · Views: 19
Back
Top