![]() |
Round up an average
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? |
Answer: Round up an average
To round up an average in Excel, use the ROUNDUP function
To round up an average in Excel, you can use the Code:
ROUNDUP Code:
ROUNDUP
In this formula, we're using the Code:
AVERAGE Code:
ROUNDUP If you want to round up to a specific number of decimal places, you can change the second argument of the Code:
ROUNDUP
This will give you the average of the range A1:A5, rounded up to two decimal places. |
Round up an average
=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? |
Round up an average
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? |
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? |
All times are GMT +1. The time now is 08:53 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com