NEW
Font size
WorksheetsExcel Projects 1-5 Review
Total questions: 30
Worksheet time: 15mins
If I wanted to know the total amount of bonuses given to the employees I would write the following formula in cell D12:
=sum(C2:C11)
=sum(D2,D3,D4,D5,D7,D8,D9,D10,D11)
=sum(D2:D11)
$13,442.90
If I wanted to know the average annual salary earned by the employees I would write the following formula in cell C12:
=sum(C2:C11)
=average(C2,C11)
=average(C2:C11)
=average(B2:B11)
When you sort data...
You change the values of the cells.
You choose how the data will be displayed.
You remove values that don't fit in your data set.
Every formula needs to begin with...
=
()
;
FORMULA
Which formula would you use to calculate how many sales are over $20 from a series.
sum
sumif
count
countif
Which tool is used to add a graphic representation of data based on a condition within a cell? For example, adding green data bars to a column of data.
format cell
conditional formatting
fill color
magic cell
Which symbol do you use to create an absolute cell reference?
$
=
#
/
-
