0% found this document useful (0 votes)
4 views

Task 20-C-Instruction (2)

The document outlines a task involving spreadsheet functions including SUM, AVERAGE, MAX, MIN, INT, and ROUND. Users are instructed to calculate payments for workers based on hours and rates, total hours and payments, and display average hours in different formats. Additionally, users are to save the file with a specified name and include their name in a designated cell.

Uploaded by

Akram Ali
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views

Task 20-C-Instruction (2)

The document outlines a task involving spreadsheet functions including SUM, AVERAGE, MAX, MIN, INT, and ROUND. Users are instructed to calculate payments for workers based on hours and rates, total hours and payments, and display average hours in different formats. Additionally, users are to save the file with a specified name and include their name in a designated cell.

Uploaded by

Akram Ali
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

TASK 20C (FUNCTIONS, SUM, AVERAGE, MAX, MIN, INT, ROUND)

Task 20-C

Save as the file


Open and examine the file Rate.xlsx in a spreadsheet package, Save this as a spreadsheet

with the file name Task20-C-Functions1.xlsx

Functions (Set 1: SUM, AVERAGE, MAX, MIN, INT, ROUND)


Functions

Type Syntax Type Syntax

Sum =Sum(Range) Maximum =Max(Range)

Average =Average(Range) Minimum =Min(Range)

Int =Int(Cell) Round =Round(Cell, decimal place)

1 In range C4 to C8 and range G4 to G8, calculate the payment for each worker.

Payment = hours x Rate

Note: use absolute reference for Rate in cell B1

2 In cell B10, calculate the total number of hours worked by all people by using

SUM() function.

3 In cell B11, calculate the total payment for all people by using SUM() function.

4 In cell B12, calculate the average number of hours worked per person.

5 In cell B13, calculate the maximum number of hours worked by any person.
6 In cell B14, calculate the minimum number of hours worked by any person.

7 The manager wants to see the average number of hours worked displayed as:

a. An Integer value in cell C12.with 0 decimal place display

b. Rounded to the nearest first decimal value in cell D12. With 1 decimal place

display

8 In cell A17, type EDITED BY: YOURNAME. autofit the content.

You might also like