Basic Excel Functions Flashcards
Adds values of the selected cells.
=SUM
Eliminates the need to create a formula to create the average manually
=AVERAGE
•Helps us quickly know about the number/count of numeric values (numbers) entries.
•Usually ignores data sets other than numbers
=COUNT
Helps us give the maximum in a given set of data, cells, or ranges.
=MAX
Helps us get the minimum value in a specific range.
=MIN
•Lets us pick or record any random number from the given set of numbers.
•Categorized under the Math and Trigonometry functions
=RANDBETWEEN
Returns the current date
=TODAY
Returns both the current time and date
=NOW
Syntax:
SUM
=SUM (number1[number2],….)
Syntax:
COUNT
=COUNT (number1, [number2],…)
Syntax:
MAX
=MAX (number1, [number2],…)
Syntax:
MIN
=MIN (number1, [number2],…)
Syntax:
RANDBETWEEN
=RANDBETWEEN (bottom, top)
Syntax:
TODAY
=TODAY()
Syntax:
NOW
=NOW()