Presentation 3
Presentation 3
Excel includes many common functions that can be used to quickly find the sum,
average, count, maximum value, and minimum value for a range of cells. In order to use
functions correctly, you’ll need to understand the different parts of a function and how to
create arguments to calculate values and cell references.
“=AVERAGE (B2: B10, 7)” – computes the average of the numbers in cells B2
through B10 and the number 7.
_lookup*).
ItSho
rtcut Action Menu
F
ItSho
rtcut Action Menu
F2 F2 Edit None
F5 F5 Goto EditGoto
F9 F9 Recalculate ToolsOptionsCalculationCalc,No
all workbooks w
F1
F4
F5
F9 worksheet
F12
F3
F4
F10 restore
window
F12
F1
F2
F4
F6
F12
ItSho
rtcut Action Menu
F1
F2
Shift
F10
Tab
=SUM(number1, [number2], …)
Example:
=SUM(A2:A7, A9, A12:A15) – A sophisticated collection that sums values from range
A2 to A7, skips A8, adds A9, jumps A10 and A11, then finally adds from A12 to A15.
=SUM(A2:A8)/20 – Shows you can also turn your function into a formula.
2. AVERAGE
The AVERAGE function should remind you of simple averages of data such as the
average number of shareholders in a given shareholding pool.
=AVERAGE(number1, [number2], …)
Example:
3. COUNT
The COUNT function counts all cells in a given range that contain only numeric
values.
=COUNT(value1, [value2], …)
Example:
COUNT(A:A) – Counts all values that are numerical in A column. However, you must
adjust the range inside the formula to count rows.
4. COUNTA
Like the COUNT function, COUNTA counts all cells in a given rage. However, it counts
all cells regardless of type. That is, unlike COUNT that only counts numerics, it also
counts dates, times, strings, logical values, errors, empty string, or text.
=COUNTA(value1, [value2], …)
Example:
6. IF
The IF function is often used when you want to sort your data according to a given
logic. The best part of the IF formula is that you can embed formulas and function in
it.
Example:
=IF(C2<D3, ‘TRUE,’ ‘FALSE’) – Checks if the value at C3 is less than the value at D3. If
the logic is true, let the cell value be TRUE, else, FALSE
7. TRIM
The TRIM function makes sure your functions do not return errors due to unruly
spaces. It ensures that all empty spaces are eliminated. Unlike other functions that
can operate on a range of cells, TRIM only operates on a single cell. Therefore, it
comes with the downside of adding duplicated data in your spreadsheet.
=TRIM(text)
Example:
=MIN(number1, [number2], …)
Example:
=MIN(B2:C11) – Finds the minimum number between column B from B2 and column
C from C2 to row 11 in both columns B and C.
=MAX(number1, [number2], …)
Example:
V. REFERENCES
• Stec, C. (n.d.). 15 Excel Formulas, Keyboard Shortcuts an Tricks that’ll Save your
lots of time. Retrieved from https://blog.hubspot.com/marketing/excel-
formulas-keyboard-shortcuts
• Microsoft Excel Function List. (n.d.). Retrieved from computergaga:
https://www.computergaga.com/excel/functions/?
fbclid=IwAR1sLhUGDljf7PgfV65K2pvXX6dSyUkxrO-g-xZTREFfXDfOtcV1zTZ6JcE
• Microsoft Excel Shortcut Keys. (n.d.). Retrieved from officearticles:
https://www.officearticles.com/excel/microsoft_excel_shortcut_keys.htm?
fbclid=IwAR1KBgoVVrdNV4ECdMgYX5BsfTp9wrTazsFBaq6u_I--
f3qn097If6OZwMU
•