Answer:
there should be an option to attach an item. if not try pasting it
Explanation:
what...? how is this a question??
Answer:
true
Explanation:
there are a lot of easier ways to access clients through computers with the internet.
Answer: Press enter at the end of the line.
Explanation:
If you press enter at the end of the line or sentence, it will start a new space underneath your line or sentence.
Answer:
RANK.AVG
Explanation:
Required
Arrange data in descending order based on average
The feature to do this is to use the RANK.AVG() function.
By default, the function will return the ranks of the selected data in descending order (i.e. from highest to lowest); though, the sort order can be changed to ascending order.
The syntax is:
=RANK.AVG (number, ref, [order])
Where
number
The number to use as rank
ref
The cell range
order
0 represents descending order while 1 represents ascending order