excell

S

scott haupt

i am trying to have a formula calclate a next days shippig qty
based on same day forecast to end up with a next days on hand with a minimum
inventory rounded up by multipls of 8 pcs
 
S

Spiky

i am trying to have a formula calclate a next days shippig qty
based on same day forecast to end up with a next days on hand with a minimum
inventory rounded up by multipls of 8 pcs

Try something like this to round up to the nearest multiple of 8:
=CEILING(F4+.1,8)

The "+.1" is to make sure it rounds up if F4 is already a multiple of
8, otherwise it wouldn't increase the number.
 

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