8 Chapter 8

  • Use Average, Count, Max, and Min
    1. With an Excel Workbook open, enter in the days of the week in cells B1 through H1 (Monday to Sunday)
    2. In cells B2 through H2 put in how many hours you worked each day (4,3,6,3,8,4,3)
    3. In Cell I1 put the title Average
    4. In Cell I2 type =AVERAGE(B2:H2) and hit the Enter key
    5. You should end up with 5.142857 – the average number of hours worked . Use your previous skills to make the Average 2 decimal places and you’ll end up with 5.14
    6. In Cell J1 type Count
    7. In Cell J2 type =Count(B2:H2) and hit the enter key
    8. You should end up with 7 – the number of cells with numbers in them.
    9. In Cell K1 type Max Hours
    10. In cell K2 type =Max(B2:H2) and hit the enter key
    11. You should end up with 8 – the maximum number of hours worked in that week
    12. In Cell L1 type Min Hours
    13. In Cell L2 type =Min (B2:H2) and hit the enter key
    14. You should end up with 3 – the least number of hours worked that week.
  • Use Today, Now, and Date
    1. Using the same spreadsheet as above, click on Row 1 and insert a row using your previous skills.
    2. In cell A1 type =Today()
    3. This will put in today’s date. Notice that there is nothing in the brackets. That is because there is no need to type a cell or cell range, the function will put in Today’s date! Every time you open this spreadsheet it will reflect the date that it was opened.
    4. Delete what is in cell A1 and then type =Now()
    5. This will put in today’s date AND time. Notice that, similar to the today function, there is nothing in the brackets, the function will just put in today’s Date and Time. Every time you open this spreadsheet it will put in the new date and time it was opened.
    6. Delete cell A1 and type =DATE(2022,01,03)
    7. This will put in a date of 2022-01-03 or Jan 3rd 2022. If you want to keep a specific date in a cell instead of the date changing every time you open the worksheet use the Date function. You’ll need to put in arguments that reflect the Year, the Month, and the Day like this =DATE(YEAR,MONTH,DAY).

License

Icon for the Creative Commons Attribution-NonCommercial 4.0 International License

Medical Office Software Copyright © by William Osbourne-Sorrell is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License, except where otherwise noted.

Share This Book