Assignment Lab 3
Assignment Lab 3
Use the template and create your own invoice for purchased products. You
can sell any product at any price, but you must include General sales tax,
discount percentages and at least four items in your invoice. Do all formulas
required. Format the invoice for clarity.
• Input the product names (e.g., Lays, Pepsi, Kitkat, Biscuits) in the Item column.
• Fill in Quantity, List Price, and Discount columns for each item.
• Calculate 'Your Price' using the formula: =List Price - Discount.
• Calculate 'Total' for each item using the formula: =Quantity * Your Price.
• Below the table, add a row for 'Subtotal' and use the formula =SUM(Total Column).
• Add a row for 'GST (17% of Subtotal)' with the formula =Subtotal * 0.17.
• Add 'Amount Due' row and calculate it with =Subtotal + GST.
Recreate the table shown below. Determine the average for each student’s
final grade. Alphabetize the list. Using the IF statements, calculate the letter
grade for each student whereby anything over 90 is an A, 80 is a B, 70 is a C, 60
is a D and anything lower is an F. Chart the final grades in a bar chart.
• =AVERAGE(B3:D3)
• =IF(E3>=90,"A",IF(E3>=80,"B",IF(E3>=70,"C",IF(E3>=60,"D","F"))))
Homework Completion:
Step 1: Data Entry in Excel
1. In a new section again, type data:
Step 2: Create Pie Chart
1. Select this data.
2. Go to Insert → Pie Chart → 2D Pie.
3. Add Chart Title: "Homework Completion."
4. Add Data Labels for clarity.
5. Customize colors (green for "Did Homework," red for "Did Not").
LAB TASK 4
Vacation Budget
Before you create the worksheet in Excel, explain where you want to go and
what kind of activities you would like to do while you are there in a Word
Document. What is your proposed budget? Set up your worksheet for
transportation costs (airfare, car rental, trains, etc.), accommodations, food,
sightseeing and shopping. Include any other activities you might enjoy.
Include a 10% contingency plan for emergencies.
• Desert Safari
• Beach Relaxation
Airfare 150,000
Accommodation 100,000
Food 50,000
Transportation 30,000
Sightseeing & Tours 40,000
Shopping 60,000
Miscellaneous 20,000
Subtotal 450,000
Contingency (10%) 45,000
Total Budget 495,000
Contingency Plan:
10% of the total budget is reserved for emergencies or unexpected expenses.
Solved Lab Activities
Activity 1:
Conditional Formatting:
Conditional Formatting in MS Excel allows users to format cells based on specific
conditions. This feature is useful for highlighting important data, identifying trends, and making
spreadsheets more visually informative.
• For example, if you want to highlight cells with values greater than 1000:
Between:
Equal To:
Duplicate Values:
Top/Bottom Rules:
These rules highlight the highest or lowest values in a range, including the top/bottom N items,
top/bottom percentages, and values above or below the average.
Activity 2 :
Separating Text within a Cell in Excel:
When working with large datasets, sometimes a single cell contains multiple pieces of information
that need to be separated into different columns. This can be done using Text to Columns or Excel
formulas.
4. Click Next, select the delimiter (e.g., comma, space, or custom character).
5. Click Next, choose the column format, and select the destination where the split data
should appear.
6. Click Finish, and Excel will split the text into separate columns.
Activity 3:
Use of Functions and Formulas in Excel:
Microsoft Excel provides a wide range of functions and formulas to perform calculations and data
analysis efficiently. Formulas allow users to perform mathematical, logical, and statistical
operations, while functions are predefined formulas that simplify complex calculations.
1. SUM() Function
2. AVERAGE() Function
The AVERAGE() function calculates the mean (average) of a given set of numbers.
These functions are used to find the highest and lowest values from a dataset.
4. IF() Function
The IF() function applies a logical condition and returns different values based on whether the
condition is TRUE or FALSE.