Complete Microsoft Excel (Basic) Course
Microsoft Excel
Introduction
Microsoft Excel is a spreadsheet program used to record and analyze numerical and statistical Data.
Parts of a Spreadsheet Software
- Cell
- Row
- Column
- Sheet
- Workbook
Basic Formulas
- Sum/Add - =SUM(value)
- Subtract - =value1 – value2
- Multiply/Product - =PRODUCT(value)
- Divide - =value1 / value2
- Percentage - =value1 * value2 %
- Average - =AVERAGE(value)
- Count - =COUNT(value)
- Maximum - =MAX(value)
- Minimum - =MIN(value)
- If - =IF(logical_test,[value_is_true],[value_if_false])
- Multiple Ifs -
=IF(logical_test,IF(logical_test,IF(logical_test,[value_is_true],[value_if_false])))
Formulas for Accountancy
- GST Calculation - Taxable Value * (100 + GST) %
- Taxable Value - Invoice Value[1+(GST Rate)/100]
Custom Sheet Formulas
1. Static Formula – can’t change the value.
Ex - =6+5
2. Dynamic Formula – can change the value as per the formula
Ex - =A1+A2
References
1. Relative Reference - A relative reference in a formula refers to a cell location that is relative to the position of the formula.
Ex - =A1+B1
2. Absolute Reference - An absolute reference in a formula refers to a fixed cell location that does not change when the formula is copied or moved to another location.
Ex - =$A$1+$B$1 (Use $ sign or F4 key)
Useful Shortcuts
- Ctrl + T - Convert range into Table
- Ctrl + ; - Current Date
- Ctrl + Shift + ; - Current Time
- Ctrl + Shift + $ - Currency Format
- Ctrl + Shift + % - Percentage Format
- Ctrl + Shift + ! - Decimal Format (2 Digits)
Course Created by Vatsal Saxena (Full Stack Developer, Enkidu.in)
No comments
Post a Comment