Excel Exam Prep ICT 7
Excel Exam Prep ICT 7
2. Page Layout:
- Page orientation determines whether the page is displayed in portrait
or landscape mode.
- Headers and footers are sections at the top and bottom of a page,
respectively, where you can add titles, page numbers, dates, etc.
- You can insert, rename, move, copy, and delete sheets within a
workbook to organize your data.
2. **Page Layout:**
- Page orientation: `Page Layout -> Page Setup -> Orientation`
- Header & Footer: `Insert -> Header & Footer`
- Insert a new sheet: `Insert -> Insert Sheet`
- Rename a sheet: Right-click on the sheet tab -> Rename
- Move a sheet: Click and drag the sheet tab to the desired location
- Copy a sheet: Right-click on the sheet tab -> Move or Copy -> Create
a copy
- Delete a sheet: Right-click on the sheet tab -> Delete
4. Basic Functions:
- Sum and average functions are used to calculate the total and
average of a range of cells, respectively.
- Count function counts the number of cells that contain numbers.
- CountA function counts the number of cells that are not empty.
- CountBlank function counts the number of empty cells in a range.
- CountIF function counts the number of cells that meet a specified
condition.
Certainly! Here are the formulas for each of the Excel functions and
operations mentioned:
4. **Basic Functions:**
- Sum: `=SUM(range)`
- Average: `=AVERAGE(range)`
- Count: `=COUNT(range)`
- CountA: `=COUNTA(range)`
- CountBlank: `=COUNTBLANK(range)`
- CountIF: `=COUNTIF(range, criteria)