1 / 17

Introduction to Excel

Introduction to Excel. Please use speaker notes for additional information!. =AVERAGE(B6:B11) AVERAGE is a function that will take an average of range of cells indicate. In this example B6: B11 means B6 through B11. =ROUND( AVERAGE(B6:B11) ,0)

jacoba
Télécharger la présentation

Introduction to Excel

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to Excel Please use speaker notes for additional information!

  2. =AVERAGE(B6:B11) AVERAGE is a function that will take an average of range of cells indicate. In this example B6: B11 means B6 through B11.

  3. =ROUND(AVERAGE(B6:B11),0) When I add ROUND, I put the average formula inside parenthesis because when I use a function like either AVERAGE or ROUND, the thing I act on is in parenthesis. After the close of the average parenthesis, I added a comma and a zero to round to zero decimal places. Then I closed the ROUND parenthesis

  4. =ROUND((B6+C6+D6+E6+F6)/5,0) The formula is shown in green. Round has the syntax of ROUND(thing to round,decimal places). In this example I am rounding the formula to 0 decimal places.

More Related