You are on page 1of 14

HOURLY WAGE $15.

00

HERO HOURS EARNINGS


The Atom 1349 $20,235.00
X-Men 640 $9,600.00
Asterix 585 $8,775.00
Maximus 1918 $28,770.00
Conan 1634 $24,510.00
Ethan Hunt 996 $14,940.00
RAND FORMULA
What does it do? Gives you a random number between 0 and 1

Formula breakdown: RAND()

What it means: RAND()


Example:

NAME ORDERING

Talon Ferguson 0.917546226601342


Doris Velez 0.799120053330167
John Michaloudis 0.799846398415224
Cain Sawyer 0.41767814700777
LA
n 0 and 1
RANDBETWEEN
What does it do? Returns a random integer number between the numbers you specify.

Formula breakdown: =RANDBETWEEN(bottom number; top number)

What it means: =RANDBETWEEN(10;10000)

Example:
Enter some random numbers from $10
to $10,000

TEST 1 TEST 2 TEST 3


719 7,380 3,058
9,820 9,878 1,760
6,020 4,695 8,616
1,959 4,457 5,583
5,297 9,848 288
2,232 1,775 7,890
5,354 6,830 6,630
6,258 7,690 6,140
6,659 4,357 977
3,920 2,423 6,643
umbers you specify.
MEDIAN FORMULA
What does it do? Gets the middle number in the set of numbers

Formula breakdown: MEDIAN(number1, [number2], ...)

What it means: MEDIAN(first number, [succeeding numbers in the set], ...)


Example:

VALUES

60
55
100
89
A
numbers

mbers in the set], ...)

MIDDLE VALUE

74.50
ROUND FORMULA
What does it do? Rounds a number to the nearest decimal based on your sp

Formula breakdown: ROUND(number; num_digits)

What it means: ROUND(the number; number of decimal places to round


Example:

NUMBER # OF DIGITS RESULT

1.234567 0 1
1.234567 1 1.2
1.234567 2 1.23
1.234567 3 1.235
LA
ecimal based on your specified number of digits

cimal places to round off)


ROUNDUP FORMULA
What does it do? Round a number matching the number of digits you establish BU
Formula breakdown: =ROUNDUP(number; digits)
What it means: =ROUNDUP(number to round (cell); number of digits (cell))

NUMBER DIGITS RESULT HERO NUMBER


3.111 0 4 Krillin 20446.42
3.111 1 3.2 Aragon 27038.75
3.111 2 3.12 Zorro 19763.75
3.111 3 3.111 Black Panther 18686.97
11123 -1 11130 Catwoman 30188.22
11123 -2 11200
11123 -3 12000
11123 -4 20000
MULA
ber of digits you establish BUT ALWAYS UP! Not down.

ell); number of digits (cell))

ROUNDUP 1 ROUNDUP 2
0 20447
1 27038.8
2 19763.75
3 18686.973
4 30188.2188
ROUNDDOWN FORMUL
What does it do? Round a number matching the number of digits you stablish BUT A
Formula breakdown: =ROUNDDOWN(number; digits)
What it means: =ROUNDDOWN(number to round (cell); number of digits (cell)

NUMBER DIGITS RESULT HERO


3.789 0 3 Krillin
3.789 1 3.7 Aragon
3.789 2 3.78 Zorro
3.789 3 3.789 Black Panther
18678 -1 18670 Catwoman
18678 -2 18600
18678 -3 18000
18678 -4 10000
RMULA
s you stablish BUT ALWAYS DOWN! Not up.

mber of digits (cell))

NUMBER ROUNDDOWN 1 ROUNDDOWN 2


20446.4242 0 20446
27038.75 1 27038.7
19763.75 2 19763.75
18686.9722 3 18686.972
30188.2188 4 30188.2188
STUDENTS GRADES
Alex 85
Laura 55
Tim 65
Mitchelle 73
Christian 42
Gracy 55
Kate 40
William 77
Dora 30
Ana 95
Mili 64
AVERAGE 61.90909
MODE 55
MEDIAN 64

You might also like