Learning Basics of MS Excel
Learning Basics of MS Excel
**Objective:** Learn the basics of Microsoft Excel, including how to navigate the interface, perform
basic calculations, and use fundamental features.
- **Workbook and Worksheet:** An Excel file is called a workbook. Inside, there are multiple sheets
called worksheets. You can navigate between sheets using the tabs at the bottom of the window.
- **Cell:** The intersection of a row and column. Each cell is identified by its column letter and row
number (e.g., A1).
- **Ribbon:** The toolbar at the top of the window contains tabs like Home, Insert, Page Layout, etc.
Each tab has groups of related commands.
- **Entering Data:**
- **Basic Calculations:**
- **Addition:** `=A1+B1`
- **Subtraction:** `=A1-B1`
- **Multiplication:** `=A1*B1`
- **Division:** `=A1/B1`
- **AutoFill:**
- Click and drag the small square at the bottom-right corner of a cell to fill adjacent cells with a series or
pattern.
- Use options in the Home tab to change font type, size, color, and cell background.
- Apply borders and shading using the Border and Fill Color tools in the Home tab.
- **Number Formatting:**
- Adjust how numbers are displayed (e.g., currency, percentage) by selecting a cell or range and
choosing the desired format from the Number group on the Home tab.
- **IF Function:** Returns one value if a condition is true and another if it’s false. Example: `=IF(A1 > 10,
"Yes", "No")`
- **Creating a Chart:**
- Go to the Insert tab and choose the type of chart (e.g., column, line, pie).
- **Customizing Charts:**
- **Saving:**
- Click File > Save As to save your workbook. Choose the location and format (e.g., .xlsx).
- **Sharing:**
- To share, click File > Share and choose how you want to share your workbook (e.g., via email, or
directly from OneDrive).
---
2. **Format a Worksheet:**
- Change the font and background color of cells, and apply borders to a range.
3. **Use Functions:**
4. **Create a Chart:**
OJS