prac pp2
prac pp2
prac pp2
- Ensure your computer is set up with Microsoft Word for word processing
and Microsoft Excel for spreadsheets.
- Have access to a printer, storage media (e.g., USB drive or CD), and
ensure that you have the correct software versions as per the exam’s
requirements.
1. **Create a Folder**:
- Go to the desired location, right-click, select **New > Folder**, and name
the folder using the last three digits of your index number.
5. **Spell Check**:
- Go to **Review > Spelling & Grammar** and run a spell check. Correct
any errors found.
6. **Title Formatting**:
- Set the font to **Algerian**, font size to **36 pt**, and apply **Bold** and
**Italic** (located on the **Home** tab).
9. **Hanging Indentation**:
- Go to **Insert > Page Number > Top of Page > Plain Number 3** to place
the page number in the top right corner.
- Go to **Insert > Table**, select **Insert Table**, and create a table with
the required number of rows and columns as per the data provided.
- Insert a new row under the table and type **Total** in the first cell.
- Calculate the total population manually or by using Excel if required, and
add the total value in the last column of this row.
- Go to **Chart Tools > Format > Shape Fill** and set the **Chart Area** to
**Grey**.
- Go to **Layout > Orientation** and set the page with the chart to
**Landscape**.
- Go to **Design > Page Borders** and apply a **6 pt line border** around
the chart page.
- Go to **File > Print** and select **Print on Both Sides**. Ensure all
formatting is correct before final printing.
- Set **Input Message** to “Input amount <= 6000” and **Error Message**
to “Amount >6000”.
3. **Enter Data**:
4. **Add Titles**:
- Highlight both titles, go to **Home > Alignment** and click **Merge &
Center**.
- Right-click the **PURCHASES** tab and select **Move or Copy > Create a
Copy**.
- In the **Updated Price** column, calculate each updated price using the
formula `=Amount*(1-$B$21)` and fill down.
- In this column, calculate the total amount payable for each item (e.g.,
`=Quantity*Updated Price`).
8. **Supplier Ranking**:
- In cell H22, use the **MAX** function to find the highest total price.
- Use the **IF** function to determine tax relief based on total price:
```
=IF(Total Price>20000, 0.03*Total Price, IF(Total Price>=8000, 0.02*Total
Price, IF(Total Price>=6000, 0.01*Total Price, 0.005*Total Price)))
```
- Use **Form Controls** to create an input form (see **Developer > Insert
> Form Controls**).
- Use **Data > Subtotal** to calculate subtotals for each company and
display the **Grand Total**.
- Highlight the subtotal data and go to **Insert > Chart > Bar**.
- Label the x-axis as “Names of Company” and the y-axis as “Total Cost of
Items”.
- Set the chart title to “ANALYSIS OF SUPPLIERS” and ensure each bar
shows the value it represents.