Updated IT File
Updated IT File
“IT SKILS - 2”
CODE: BMB 251
SUBMITTED BY SUBMITTED TO
Name: Ayushi singh Dr. Rajat Pratap Singh
1
TABLE OF CONTENT
2
Practical No 1
Create a Pivot Table and Analyze Data Using Filters and Grouping
1. Objective
To learn how to create a Pivot Table in Microsoft Excel and analyze data using filters and grouping.
A Pivot Table is a powerful feature in Microsoft Excel that allows users to summarize, analyze,
explore, and present large amounts of data quickly.
Instead of manually calculating totals or averages, a pivot table can automatically organize data into
categories and provide insights.
Pivot tables are commonly used in business analytics, sales reports, financial analysis, and data
summarization.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
3
4. Step-by-Step Practical Implementation
4
Step 3: Create the Pivot Table
4. Click OK.
A blank Pivot Table and Pivot Table Fields panel will appear.
● Columns: Product
● Values: Sales (set to Sum of Sales)
The pivot table will automatically calculate total sales for each product in each region.
Example Output:
South 0 20000 0
East 45000 0 0
5
5. Using Filters
Steps:
Now the pivot table will show sales data only for January.
6
6. Grouping Data
Steps:
4. Click Group.
Q1 85000
Q2 50000
7
8
7. Result
A pivot table was successfully created in Microsoft Excel, allowing quick analysis of sales data using
rows, columns, filters, and grouping.
8. Conclusion
Pivot Tables help users summarize large datasets efficiently and make data analysis faster and
easier. By using filters and grouping, users can quickly explore different patterns and insights from
the data.
9
Practical No 2
Goal Seek – Determine Optimal Price to Achieve Target Profit
1. Objective
To learn how to use the Goal Seek feature in Microsoft Excel to determine the optimal selling price
of a product in order to achieve a specific target profit.
Goal Seek is a What-If Analysis tool available in Microsoft Excel. It helps users find the required
input value that will produce a desired result in a formula.
Instead of manually changing numbers many times, Goal Seek automatically adjusts a selected input
value until the target result is achieved.
In this practical, Goal Seek will help determine what price should be set for a product to achieve a
specific profit.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
Example Data:
Item Value
Total Revenue
Total Cost
Profit
10
Step 1: Enter the Data
A B
Profit =B4-B5
Explanation:
● Revenue = Units Sold × Selling Price
● Total Cost = Cost per Unit × Units Sold
11
A dialog box will appear.
Excel will automatically change the Selling Price value until the Profit becomes ₹40,000.
Example result:
Item Value
Profit 40000
This means the product must be sold at ₹900 per unit to achieve a profit of ₹40,000.
12
5. Result
Using Goal Seek in Microsoft Excel, the optimal selling price required to achieve the target profit
was successfully determined.
6. Conclusion
Goal Seek is a useful analytical tool that helps businesses determine required inputs for desired
financial outcomes. It simplifies decision-making by automatically calculating the values needed to
reach specific targets such as profit, revenue, or sales goals.
13
Practical No 3
Using Solver to Optimize a Production Plan
1. Objective
To learn how to use the Solver tool in Microsoft Excel to determine the optimal production
quantity of products while considering constraints such as labor hours and material availability.
Solver is an advanced optimization tool in Microsoft Excel that helps find the best possible solution
for decision problems involving multiple variables and constraints.
Solver works by adjusting selected input values to maximize or minimize a target value, such as
profit or cost, while satisfying certain limitations.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
To enable Solver:
4. Click OK
14
4. Example Dataset
Product Profit per Unit Labor Hours per Unit Material per Unit Units to Produce
Product A 50 2 3 ?
Product B 40 1 4 ?
Resource Limits:
Resource Available
Total Labor
100
Hours
Create formulas:
Total Profit
Example formula:
=B2*E2 + B3*E3
Example:
=C2*E2 + C3*E3
15
=(MaterialA * UnitsA) + (MaterialB * UnitsB)
Example:
=D2*E2 + D3*E3
1. Go to Data Tab
2. Click Solver
Set Objective
16
8. Step 5: Add Constraints
1⃣La□bor Constraint
2⃣M□
aterial Constraint
3 ⃣N □
o n - negative production
Units ≥ 0
Click OK.
17
9. Step 6: Solve the Model
1. Click Solve.
Example Output:
18
Product Units to Produce
Product A 40
Product B 0
10. Result
Using the Solver tool in Microsoft Excel, the optimal production plan was calculated while
considering labor and material constraints.
11. Conclusion
Solver is a powerful optimization tool that helps organizations make better production and resource
allocation decisions. It allows businesses to maximize profit while efficiently utilizing limited
resources.
19
Practical No 4
Create Named Scenarios and Compare Business Cases
1. Objective
To learn how to create named scenarios in Microsoft Excel using Scenario Manager and compare
different business cases such as Best Case, Worst Case, and Normal Case.
Scenario Manager is a What-If Analysis tool in Microsoft Excel that allows users to create and save
different sets of input values called scenarios.
Each scenario represents a possible business situation. By switching between scenarios, users can
quickly analyze how changes in variables affect the final results.
Scenario Manager helps decision-makers compare outcomes and plan strategies accordingly.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
Item Value
Profit
Profit Formula:
Profit = (Selling Price × Units Sold) − (Cost per Unit × Units Sold)
20
Open Microsoft Excel and enter the following data:
A B
Profit =(B1B2)-(B3B2)
21
Step 3: Create the Best Case Scenario
1. Click Add.
4. Click OK.
Variable Value
Click OK.
22
Step 4: Create the Worst Case Scenario
Enter values:
Variable Value
Units Sold 60
Click OK.
1. Click Add.
23
2. Scenario Name: Normal Case.
Enter values:
Variable Value
Click OK.
2. Click Summary.
4. Click OK.
Excel will automatically generate a Scenario Summary Report comparing all scenarios.
24
Example Output:
7. Result
Different business scenarios were successfully created using Scenario Manager in Microsoft Excel,
and their effects on profit were compared.
8. Conclusion
Scenario Manager helps businesses analyze multiple possible outcomes without changing the
original data repeatedly. It is useful for decision-making, financial forecasting, and risk analysis.
25
Practical No 5
Data Validation in Excel
1. Objective
To learn how to apply Data Validation in Microsoft Excel to control the type of data entered in a cell
range such as whole numbers, decimals, lists, dates, and time.
Data Validation is a feature in Microsoft Excel that restricts the type of data users can enter into a
cell. It helps maintain data accuracy and consistency by preventing incorrect entries.
Using data validation, users can allow only specific types of inputs such as:
● Time values
Data validation is widely used in forms, surveys, data entry sheets, and business reports.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
● Salary
● Department
● Joining Date
26
● Working Time
● Data: Between
● Minimum: 18
● Maximum: 60
Click OK.
27
Step 3: Apply Decimal Validation (Salary)
3. Choose:
● Allow: Decimal
● Minimum: 10000
● Maximum: 100000
Click OK.
3. Choose:
● Allow: List
● In Source, enter:
Click OK.
28
Step 5: Apply Date Validation
3. Choose:
● Allow: Date
● Start Date: 01-01-2020
Click OK.
29
Step 6: Apply Time Validation
3. Choose:
● Allow: Time
● Start Time: 09:00 AM
Click OK.
5. Result
Data Validation rules were successfully applied in Microsoft Excel, restricting user inputs to valid
values such as numbers, lists, dates, and time.
6. Conclusion
Data Validation is an important feature that helps maintain data quality and accuracy in
spreadsheets. It prevents incorrect entries and ensures consistent data input, which is essential for
reliable analysis.
30
Practical No 6
Trace Precedents and Dependents in Excel
1. Objective
To learn how to use Trace Precedents and Trace Dependents in Microsoft Excel to identify the
relationship between cells used in formulas.
In Microsoft Excel, formulas often depend on values from other cells. Excel provides two auditing
tools to understand these relationships:
1. Trace Precedents:
This option shows which cells provide data to the selected formula cell. These cells are called
precedent cells.
2. Trace Dependents:
This option shows which cells use the value of the selected cell in their formulas. These are called
dependent cells.
Excel displays arrows between cells to visually show these relationships. These tools are very useful
for:
● Debugging formulas
● Understanding complex spreadsheets
● Finding errors in calculations
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
Example Data:
Laptop 2 50000
Mobile 3 20000
31
4. Step-by-Step Practical Implementation
A B C D
Excel will display arrows pointing from Quantity and Price cells to the Total cell, showing that these
cells are used in the formula.
Example:
B2 →
C2 → D2
This means B2 and C2 are precedent cells for D2.
32
Step 3: Trace Dependents
Excel will draw arrows showing that cell D2 depends on the value in B2.
Example:
B2 → D2
5. Result
Using Trace Precedents and Trace Dependents in Microsoft Excel, the relationships between
formula cells and their referenced cells were successfully identified.
6. Conclusion
Trace Precedents and Dependents are important auditing tools that help users understand and
troubleshoot formulas in Excel spreadsheets. They visually show how cells are connected, making it
easier to identify errors and verify calculations.
33
Practical No 7
Identify Missing Dependents in Excel
1. Objective
To learn how to identify cells that have no dependent cells (missing dependents) using formula
auditing tools in Microsoft Excel.
In Microsoft Excel, a dependent cell is a cell that contains a formula referencing another cell.
Sometimes a cell may contain important data but no other formula uses that data. Such cells are
said to have missing dependents. Identifying these cells helps in:
Excel provides the Trace Dependents feature to visually show which cells rely on a selected cell.
If no arrows appear when tracing dependents, it means the selected cell has no dependent cells.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
Example Dataset:
Laptop 2 50000
Mobile 3 20000
Tablet 4 15000
Formula:
34
Open Microsoft Excel and enter the following data:
A B C D
Excel will draw arrows pointing to cells that depend on the selected cell.
Example:
B2 → D2
35
1. Select another cell (for example A2 – Product Name).
5. Result
Using the Trace Dependents feature in Microsoft Excel, cells without dependent formulas were
successfully identified.
6. Conclusion
Identifying missing dependents helps improve spreadsheet quality by detecting unused data and
verifying formula relationships. This ensures better data organization and accurate analysis.
36
Practical No 8
Create a Simple Application in Spreadsheet
1. Objective
To develop a simple application using formulas and functions in Microsoft Excel to automate
calculations and perform basic data analysis.
A spreadsheet application can be created in Microsoft Excel by combining formulas, functions, and
data entry fields to automate tasks such as calculating totals, averages, and grades.
● Inventory management
In this practical, we will create a Student Result Calculator Application that automatically calculates
total marks, average marks, and grade.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
A B C D E F G
37
Example:
Rahul 75 80 85
Priya 60 70 65
Aman 90 85 88
=SUM(B2:D2)
Press Enter and drag the formula down for other students.
=AVERAGE(B2:D2)
=IF(F2>=80,"A",IF(F2>=60,"B","C"))
Explanation:
38
● A Grade: Average ≥ 80
● B Grade: Average ≥ 60
Rahul 75 80 85 240 80 A
Priya 60 70 65 195 65 B
The spreadsheet now works like a simple automated application for calculating student results.
5. Result
A simple spreadsheet application was successfully created in Microsoft Excel using formulas such as
SUM, AVERAGE, and IF to automatically calculate totals, averages, and grades.
6. Conclusion
Spreadsheet applications help automate calculations and reduce manual errors. By using formulas
and functions in Microsoft Excel, simple applications can be developed to manage and analyze data
efficiently.
39
Practical No 9
Record and Run a Macro to Automate a Repetitive Task
1. Objective
To learn how to record and run a Macro in Microsoft Excel in order to automate repetitive tasks
such as formatting data or performing repeated calculations.
A Macro in Microsoft Excel is a set of recorded actions that can be executed automatically to
perform repetitive tasks. Instead of repeating the same steps multiple times, users can record a
macro once and run it whenever needed.
Macros are created using the Macro Recorder, which records user actions and converts them into
instructions. These macros are stored using Visual Basic for Applications (VBA).
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
Example Task: Automatically format a dataset by applying bold headings, borders, and column
width adjustments.
Laptop 2 50000
Mobile 3 20000
40
Step 2: Enable the Developer Tab
3. Check Developer.
4. Click OK.
3. Enter:
● Macro Name: FormatData
● Store Macro In: This Workbook
4. Click OK.
41
Step 4: Perform the Actions to Record
While recording:
42
1. Go to the Developer tab.
2. Click Macros.
3. Select FormatData.
4. Click Run.
5. Result
A macro was successfully recorded and executed in Microsoft Excel, allowing repetitive formatting
tasks to be performed automatically.
6. Conclusion
Macros are powerful automation tools that help save time and reduce manual effort. By using
macros in Microsoft Excel, repetitive spreadsheet tasks can be automated efficiently.
43
Practical No 10
Create a Column Chart to Visualize Sales Data
1. Objective
To learn how to create a Column Chart in Microsoft Excel in order to visually represent and compare
sales data.
A Column Chart is a graphical representation of data where values are displayed as vertical bars. It is
commonly used to compare different categories such as sales across products, months, or regions.
Column charts are widely used in business analytics, marketing reports, and sales analysis.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
Laptop 50000
Mobile 30000
Tablet 20000
Printer 15000
Open Microsoft Excel and enter the sales dataset in two columns:
A B
Product Sales
44
A B
Laptop 50000
Mobile 30000
Tablet 20000
Printer 15000
45
Step 4: Customize the Chart
5. Example Output
The chart will display vertical bars representing sales for each product, making it easier to compare
which product has the highest or lowest sales.
Example interpretation:
● Laptop has the highest sales.
● Printer has the lowest sales.
6. Result
A Column Chart was successfully created in Microsoft Excel to visually represent and compare sales
data.
7. Conclusion
Column charts help transform numerical data into visual information, making it easier to analyze
trends and comparisons. Using charts in Microsoft Excel improves data presentation and decision-
making.
46
Practical No 11
Create a Line Chart to Show Trend Analysis
1. Objective
To learn how to create a Line Chart in Microsoft Excel in order to visualize trends and changes in
data over time.
A Line Chart is a graphical representation where data points are connected by lines. It is commonly
used to show trends or patterns over a period of time, such as monthly sales, stock prices, or
temperature changes.
Line charts are widely used in business analytics, financial analysis, and sales forecasting.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
January 20000
February 25000
March 30000
April 28000
May 35000
47
A B
Month Sales
January 20000
February 25000
March 30000
April 28000
May 35000
Excel will automatically generate a line chart connecting the sales values for each month.
To improve readability:
48
2. Add Axis Titles:
o X-axis: Month
5. Example Output
The line chart will display a trend line showing sales changes from January to May.
Example interpretation:
6. Result
A Line Chart was successfully created in Microsoft Excel to visualize and analyze the trend of sales
over different months.
7. Conclusion
Line charts are useful tools for trend analysis and time-based comparisons. Using charts in
Microsoft Excel helps present data visually and makes it easier to interpret patterns and trends.
49
Practical No 12
Create a Pie Chart to Visualize Market Share
1. Objective
To learn how to create a Pie Chart in Microsoft Excel to visually represent the market share of
different products or companies.
A Pie Chart is a circular chart divided into slices where each slice represents a proportion or
percentage of the whole. It is mainly used to display percentage distribution of categories.
Pie charts are commonly used in business analytics, marketing reports, and market share analysis.
3. Requirements / Tools
● Computer or Laptop
● Microsoft Excel
Company A 40
Company B 25
Company C 20
Company D 15
A B
50
A B
Company A 40
Company B 25
Company C 20
Company D 15
Excel will automatically create a pie chart showing the market share distribution.
51
5. Example Output
The pie chart will show different slices representing each company's market share.
Example interpretation:
● Company A holds the largest market share (40%).
● Company D has the smallest share (15%).
This makes it easier to visually understand the distribution of market share among companies.
6. Result
A Pie Chart was successfully created in Microsoft Excel to visually represent the market share of
different companies.
7. Conclusion
Pie charts are effective tools for displaying percentage distribution and market share. Using charts
in Microsoft Excel helps present data clearly and improves understanding of category proportions.
52