Rounding Up

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like an answer to a formula to always round up to a whole number.

I am an educator and the student's problem involves pizza orders.
The pizzas are always divided into 8 slices. The students tally a students'
orders by slices and enter it into the spreadsheet. Their formula will
divide and display how many pizzas they should order. Thus the reason for
rounding up.
 
Try this:

=CEILING(A1/8,1)

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================

I would like an answer to a formula to always round up to a whole number.

I am an educator and the student's problem involves pizza orders.
The pizzas are always divided into 8 slices. The students tally a students'
orders by slices and enter it into the spreadsheet. Their formula will
divide and display how many pizzas they should order. Thus the reason for
rounding up.
 

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

Similar Threads

DISTINCT Query Help 2
Need formula to round number up to always end in X.X9 6
Rounding Up 5
Round it off 3
round up 1
Shutting off all calculations 7
Help to calculate Drinking Fountains 2
IF and Round 5

Back
Top