Consider the spreadsheet given below:
|
|
A |
B |
C |
|
1 |
Country |
Population |
|
|
2 |
AAA |
22300 |
|
|
3 |
BBB |
45030 |
|
|
4 |
CCC |
18900 |
|
|
5 |
DDD |
20679 |
|
|
6 |
EEE |
56890 |
|
|
7 |
FFF |
55770 |
What is the output of the following formula in Cell C2
=MAX (B2:B7)
1
45030
2
55770
3
20679
4
56890