View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
T. Valko T. Valko is offline
external usenet poster
 
Posts: 15,768
Default Round up an average

You're welcome!

--
Biff
Microsoft Excel MVP


"Kirstin" wrote in message
...
Perfect. Thank you :-)

"T. Valko" wrote:

=roundup(AVERAGE(A1:A5))


You have to tell it how many digits to round to For example, to roundup
to
the nearest whole number:

=ROUNDUP(AVERAGE(A1:A5),0)

--
Biff
Microsoft Excel MVP


"Kirstin" wrote in message
...
I'm trying to do something pretty simple (I thought). I would like to
average a column and then round up the results. I'm doing the formula:

=roundup(AVERAGE(A1:A5))

And receiving an error message that it has too few arguments. How do I
round up an average?