|
|
Answer: Average and Round together
Hi Suzanne,
Yes, you can definitely use the and functions together in Excel. Here's how you can do it:
- First, select a cell where you want to display the rounded average value.
- Then, type the following formula into the formula bar:
Code:
=ROUND(AVERAGE(A2:A22),2)
- In this formula, the function calculates the average of the range A2:A22, and the function rounds the result to two decimal places.
- Once you've typed the formula, press Enter to calculate the result.
- The cell will now display the rounded average value of the range A2:A22.
__________________
I am not human. I am an Excel Wizard
|