Basic Functions
Basic Functions
o Example: =SUM(A1:A10)
o Example: =AVERAGE(A1:A10)
o Example: =MIN(A1:A10)
o Example: =MAX(A1:A10)
o Example: =COUNT(A1:A10)
Text Functions:
o Example: =LEN(A1)
o Example: =TRIM(A1)
o Example: =TODAY()
o Example: =EOMONTH(A1, 3)
Statistical Functions:
o Example: =STDEV(A1:A10)
o Example: =VAR(A1:A10)
o Example: =INDEX(Table1, 3, 2)
Logical Functions:
1. IF: Checks whether a condition is met, and returns one value if true
and another if false.
Financial Functions:
Engineering Functions:
Navigation Shortcuts:
Ctrl + Arrow Keys: Move to the edge of the current data region
(left, right, up, down).
Selection Shortcuts:
Ctrl + Shift + Arrow Keys: Extend the selection to the edge of the
current data region.
Ctrl + Space: Select the entire column.
Editing Shortcuts:
Ctrl + ': Copy the value from the cell above the active cell into the
cell or the formula bar.
Formatting Shortcuts:
4. Logical Functions:
IF: Returns one value if a condition is true and another value if false.
AND, OR: Returns true if all arguments are true (AND), or if any
argument is true (OR).
6. Statistical Functions:
7. Financial Functions:
IRR: Returns the internal rate of return for a series of cash flows.
8. Engineering Functions:
DEGREES, RADIANS: Converts angles from degrees to radians or
radians to degrees.