0
0
Excelspreadsheet~5 mins

RANK function in Excel - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does the RANK function do in Excel?
The RANK function tells you the position of a number in a list compared to other numbers. For example, it shows if a number is the highest, second highest, and so on.
Click to reveal answer
beginner
Write the basic syntax of the RANK function.
RANK(number, ref, [order])<br><br>Where:<br>- number is the value you want to rank.<br>- ref is the range of numbers to compare.<br>- order is optional: 0 or omitted means descending (highest rank is 1), 1 means ascending (lowest rank is 1).
Click to reveal answer
intermediate
What happens if two numbers are the same in the RANK function?
If two numbers are the same, they get the same rank. The next rank number skips accordingly. For example, if two numbers tie for 2nd place, both get rank 2, and the next rank will be 4.
Click to reveal answer
beginner
How do you rank numbers in ascending order using the RANK function?
Use the RANK function with the order argument set to 1. For example:<br>RANK(A2, A$2:A$10, 1)<br>This ranks numbers so that the smallest number gets rank 1.
Click to reveal answer
beginner
Give a real-life example where the RANK function can be useful.
You can use RANK to find the top scores in a test. For example, if you have student scores in a list, RANK can tell you who scored 1st, 2nd, 3rd, etc., easily.
Click to reveal answer
What does the RANK function return when two numbers are the same?
AThe same rank for both numbers
BAn error message
CDifferent ranks for each number
DThe average of their ranks
What is the default order used by the RANK function if the order argument is omitted?
AAscending order (smallest number is rank 1)
BRandom order
CDescending order (largest number is rank 1)
DAlphabetical order
Which formula ranks the number in cell A2 among the range A2:A10 in ascending order?
ARANK(A2, A2:A10, 1)
BRANK(A2, A2:A10, 0)
CRANK(A2, A2:A10)
DRANK(A2, A2:A10, -1)
If two numbers tie for 3rd place, what rank will the next number get?
A6
B3
C4
D5
Which of these is NOT a valid use of the RANK function?
AFinding the highest sales number rank
BCalculating the sum of numbers
CRanking numbers in ascending order
DRanking students by test scores
Explain how the RANK function works and how to use it to rank numbers in descending and ascending order.
Think about how you find the highest or lowest number's position in a list.
You got /4 concepts.
    Describe what happens when there are ties in the numbers you rank using the RANK function.
    Consider how two students with the same score share the same position.
    You got /3 concepts.