Trying to nest functions

tom beyer 20 Reputation points
2024-08-14T20:02:45.0566667+00:00

C11 is the average of C2:C7. I then want to round C11 to one digit. The average function rounds to six

=(AVERAGE(C2:C7)),ROUND(C11,1)

I don't know how to do this. above gives me formula error

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,959 questions
0 comments No comments
{count} votes

Accepted answer
  1. Viorel 118K Reputation points
    2024-08-14T20:15:14.3633333+00:00

    Try this formula: =ROUND(AVERAGE(C2:C7),1).

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. tom beyer 20 Reputation points
    2024-08-14T20:26:03.49+00:00

    Your formula worked great


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.