0% found this document useful (0 votes)
8 views2 pages

MS Excel Lab Assignment Guide

The document is a step-by-step guide for an MS Excel lab assignment aimed at understanding basic and advanced functionalities. It includes tasks on data entry, formatting, using formulas, logical functions, text functions, creating charts, and managing Pivot Tables and scenarios. The final task involves summarizing class statistics and results in a dedicated sheet.

Uploaded by

Trish Gupta
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views2 pages

MS Excel Lab Assignment Guide

The document is a step-by-step guide for an MS Excel lab assignment aimed at understanding basic and advanced functionalities. It includes tasks on data entry, formatting, using formulas, logical functions, text functions, creating charts, and managing Pivot Tables and scenarios. The final task involves summarizing class statistics and results in a dedicated sheet.

Uploaded by

Trish Gupta
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

MS Excel Lab Assignment - Step-by-Step Guide

Objective: To understand the basic and advanced functionalities of MS Excel, including data entry,
formatting, formulas, charts, Pivot Tables, and Scenario Management.

Task 1: Introduction and Data Entry


1 Open Microsoft Excel and create a new workbook named 'Excel_Practical_Assignment.xlsx'.
2 Enter the provided student data in Sheet1 with columns: Roll No, Name, Course, Accounting,
Economics, Business Law, Date of Exam, Loan Amount, Interest Rate, Duration (Years).

Task 2: Formatting and Editing


1 Make headers bold and center-aligned.
2 Apply borders and a background color to the header row.
3 Adjust column width for readability.
4 Sort data alphabetically by Name.
5 Use Filter to display only [Link] (H) students.

Task 3: Using Formulas and Mathematical Functions


1 Add columns for Total Marks and Average Marks.
2 Formulas:
3 Total Marks =SUM(D2:F2)
4 Average Marks =AVERAGE(D2:F2)
5 Below the table, calculate: Class Total, Class Average, Highest, and Lowest marks using SUM,
AVERAGE, MAX, and MIN functions.

Task 4: Logical, Statistical and Date Functions


1 Add a new column 'Result' with formula: =IF(H2>=80, "Distinction", IF(H2>=60, "Pass", "Fail")).
2 Use COUNT(A2:A21) to count number of students.
3 Use COUNTA(B2:B21) to count non-empty names.
4 Use TODAY() and NOW() functions to display current date and time.

Task 5: Text and Financial Functions


1 Text Functions:
2 Full Detail =CONCAT(B2, " - ", C2)
3 First 3 Letters of Name =LEFT(B2,3)
4 Last 3 Letters of Course =RIGHT(C2,3)
5 Length of Name =LEN(B2)
6 Financial Function: Monthly Loan Payment =PMT(I2/12, J2*12, -H2).

Task 6: Graphs and Charts


1 Create a Clustered Column Chart showing Average Marks vs Student Names.
2 Add Chart Title, Axis Titles, and Legend.
3 Format chart colors neatly.

Task 7: Pivot Table and Scenario Management


1 Insert Pivot Table and Chart in a new sheet.
2 Rows → Course, Columns → Duration, Values → Max of Interest Rate.
3 Use Scenario Manager for Aditi Sharma:
4 Scenario 1: 'Original Marks'
5 Scenario 2: 'Increased Marks by 10'
6 Compare both scenarios and observe change in averages.

Task 8: Summary Sheet


1 Create a new sheet named 'Scenario Summary'.
2 Summarize class statistics, charts, and Pivot results neatly.

Common questions

Powered by AI

To determine academic performance, use the SUM function to calculate total marks for each student by adding their scores across subjects, and the AVERAGE function to compute the average mark. Logical functions like IF can categorize performance, e.g., =IF(H2>=80, 'Distinction', IF(H2>=60, 'Pass', 'Fail')) for grading based on total marks. These provide a clear assessment of individual and class-wide performance .

Formatting, like making headers bold, centering them, adjusting column widths, and applying borders, improves readability, making it easier to navigate and analyze large datasets. Filtering, e.g., showing only B.Com (H) students, allows focus on specific data subsets, improving analysis efficiency. These techniques streamline data management and facilitate accurate insights .

Combine formulas, charts, Pivot Tables, and scenarios in a 'Scenario Summary' sheet to encapsulate performance. For instance, calculate Class Totals via SUM, Average with AVERAGE, visualize with charts, and detail variances with Pivot Tables. This synthesis offers an all-encompassing view of results, supporting thorough analysis and strategy formulation .

Logical functions automate decision-making by evaluating conditions and returning specific outcomes. For example, the IF function can assign grades by checking if a student's score is above a certain threshold: =IF(H2>=80, 'Distinction', IF(H2>=60, 'Pass', 'Fail')). It automates grading decisions based on predefined criteria, enhancing productivity by reducing manual supervision .

Text functions enhance presentation by reformatting data for clarity and interaction. CONCAT() merges strings to show full details like 'Name - Course', LEFT() and RIGHT() extract specific characters, and LEN() counts string length. These functions refine data visualization, making information intuitive and user-friendly .

Scenario management allows evaluation of different academic outcomes by modeling various possibilities. By creating scenarios, such as 'Original Marks' versus 'Increased Marks by 10', users can compare potential impacts on averages without altering real data. This assists in strategic planning and performance optimization, offering a mechanism to foresee impacts of hypothetical changes .

Date functions like TODAY() and NOW() keep academic records current by displaying today's date and time dynamically. They automate date-stamping for reports, ensuring documents reflect the latest information without manual updating, critical in maintaining accurate transaction records and deadlines .

Financial functions, like PMT, calculate loan-related figures such as monthly payments. Given interest rates and loan durations, PMT(I2/12, J2*12, -H2) provides the periodic payment amount. These functions help plan repayment schedules and budget effectively by assessing financial commitments .

Charts provide a visual representation of data, making complex information easily understandable. A Clustered Column Chart of Average Marks vs. Student Names, complete with titles and legends, can quickly convey performance trends across a class, highlighting outliers and making comparisons simple. Proper formatting ensures clarity and impact, aiding in data-driven decision making .

To create a Pivot Table, select data, choose Insert > Pivot Table, and define rows, columns, and values (e.g., Course, Duration, Max Interest Rate). It summarizes large datasets efficiently, revealing patterns and insights by enabling dynamic exploration of intricate data, crucial for informed decision-making .

You might also like