average rounding to 3 decimal places

G

Guest

I have a formula it is

cells A1 through A6: 913, 1437, 690, 879, 1134, 858. Cell A7 returns the sum of the numbers. I need to format cell B7 to return the average of the same numbers, rounding to 3 decimal places

How would I make this function? I have average =AVERAGE(A1:A6

Thank you for your help

Chad
 
B

Bernie Deitrick

Chad,

=ROUND(AVERAGE(A1:A6),3)

HTH,
Bernie
MS Excel MVP

Chad said:
I have a formula it is

cells A1 through A6: 913, 1437, 690, 879, 1134, 858. Cell A7 returns the
sum of the numbers. I need to format cell B7 to return the average of the
same numbers, rounding to 3 decimal places.
 

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

Addition errors with Decimal Places 5
Average IF Function 3
Average Question 2
Average formula where blank cells are counted as zeros 4
Excel - Averaging 5
Rounding 3
Date/Time 1
Row references 1

Top