Aman It (4
Aman It (4
Aman It (4
SUBMITTED TO:
SUBMITTED BY:
MR R.K . TOMAR SIR
AMAN SHANDILYA
1
ACKNOWLEDGEMENT
I would like to acknowledge the following people and sources for
their valuable contribution and guidance in completing this “ IT
SKILLS PRACTICAL ”. First of all I would like to thank our IT
professor (MR. R. K. TOMAR) for her constant support and
feedback throughout the course. She provided me with useful
references and resources to enhance my understanding and analysis of
the topic. I would like to express my gratitude to my classmates, for
their collaboration and cooperation in the project. They helped me to
improve my presentation and communication skills by giving
constructive suggestion and feedback
I would also like to acknowledge the online sources that I used for
this project. They helped in finding relevant and reliable information.
Finally, I would like to thank my family and friends for their
encouragement and support throughout my academic journey. This
assignment is a reflection of my learning and growth as a MBA
student.
2
TABLE OF CONTENT
3
EXERCISE-1
Question:- Define Spreadsheet and Explain its basic components such as
rows, columns and cell?
Ans. A spreadsheet is a digital document or application that organizes data in a grid of rows
and columns. This structure allows users to store, manipulate, and analyze data efficiently.
Spreadsheets are widely used for various tasks, including financial calculations, data analysis,
project management, and record-keeping.
2. Columns:
3. Cells:
• Definition: The individual boxes in a spreadsheet where rows and columns intersect.
• Identification: Each cell is uniquely identified by its column letter and row number (e.g., A1,
B2, C3).
• Purpose: Cells are the fundamental units of a spreadsheet where data is entered and stored.
Each cell can contain different types of data, including text, numbers, dates, and formulas.
A B C
1 Name Age Salary
2 John Doe 30 $50,000
3 Jane Smith 25 $60,000
4 Emily Davis 40 $70,000
4
• Rows: The spreadsheet has rows 1 through 4. Each row represents a different person’s data.
• Columns: The spreadsheet has columns A through C. Each column represents a different
attribute (Name, Age, Salary).
• Cells: Individual cells, such as A1 (Name), B2 (30), and C4 ($70,000), hold specific pieces of
information.
Functions of a Spreadsheet:
Understanding these basic components and their functions is essential for effectively using a
spreadsheet to manage and analyze data.
5
EXERCISE-2
Question:- Define Sorting an Filtering in Excel?
Ans. Sort and filter options in Excel narrow down a dataset allowing a
deeper analysis.
Using the filter tool, you can filter a column based on given criteria. The sorting
tool allows you to sort data based on alphabetical order, numbers, dates, etc.
6
After sorting data based on Profit, in descending order:
7
How to Enable Sort and Filter in Excel
• Click any cell in the dataset.
• Go to the Data tab.
• In Sort & Filter, click Filter.
8
You will see the dropdown beside every column header.
Steps
• Click the dropdown menu beside “Name”.
9
• Click Sort A to Z to sort the Name column in ascending order.
Steps
• Click the dropdown menu beside the Total Sales column.
• Click Sort Smallest to Largest.
10
3. Sort by Largest to Smallest
Steps
• Click the dropdown menu beside the Profit column.
You can also call it “Custom Sort” Multi-level sorting means sorting based on
multiple columns.
5. SORT Function
11
Steps
• Enter the following formula in H5:
=SORT (B5:F15,3,-1)
• Press Enter.
A regular filter means you can filter data based on any values.
Steps
• Click the dropdown menu beside Product.
Filter text with Text Filters. Excel automatically shows Number Filters in
columns containing numeric values.
Filter the dataset based on the Total Sales less than $3500.
Steps
• Click the dropdown menu beside Total Sales.
• Enter $3500.
• Click OK.
12
3. Custom Filter
You can use the Custom Filter with the AND or the OR logic.
To filter data based on the Total Sales greater than $2000 but less than $3000:
Steps
• Click the dropdown menu beside Total Sales.
2. Undo Filter
• Click Clear Filter From “Region” (column name can be different based on your
filtering).
13
14
EXERCISE- 3
Question:- What is the use of VLOOKUP Function in MS Excel?
The VLOOKUP function looks for a given value in the leftmost column of a given
table and then returns a value in the same row from a specified column.
Syntax:
=VLOOKUP(lookup_value,table_array,col_index_num,[range_lookup])
15
Arguments:
=VLOOKUP("shane Lee",B6:D10,3,FALSE)
• It searches for “Shane Lee” in the leftmost column B of the table_array B6:D10.
• It finds a result in cell B8. Thus, it moves to column 3 (col_index_num) of the table in
the same row, which is cell D8.
• The formula returns the value from that cell. In this case, it is the salary of Shane Lee,
$22,000.00.
16
Example 1 – Finding Out the Holder of Maximum Value from a Dataset
Here we have the employee IDs, employee names, and salaries of a company
named Saturn Group in columns B, C, and D respectively. We will find out the
holder of the maximum ID using the VLOOKUP function.
• We have found the Employee with the highest ID, Angela Mills with an ID of 372.
Explanation of the Formula:
Let’s determine the holders of any top N values from a data set using
the VLOOKUP function, for example the employees with the top 5 IDs from the
same data set.
17
♦ VLOOKUP(372,B5:D21,2,0)
♦ VLOOKUP(317,B5:D21,2,0)
♦ VLOOKUP(309,B5:D21,2,0)
♦ VLOOKUP(293,B5:D21,2,0)
♦ VLOOKUP(267,B5:D21,2,0)
This is an array formula, so press Ctrl + Shift + Enter to apply it unless you are
in Office 365.
Example 4 – Match Multiple Lookup Values with Excel VLOOKUP Array Formula
• It searches for G4 (Shane Lee) in the table and returns his salary, $22000.
• Then, it searches for H4 (Alfred Moyes) in the table and returns his salary, $22000.
18
Note:
Note that you have to press Ctrl + Shift + Enter to enter an array Formula unless
you are in Office 365.
The VLOOKUP function can be used to extract data for multiple criteria lookups
when combined with CHOOSE, IF, or MATCH functions. Here we have the
Brand, Model, Chipset, RAM, and Price data of some mobile phone companies.
• We set two criteria, Brand and Model, to get the corresponding Price in cell C18.
• The formula will be:
=VLOOKUP($D$15&$D$16,CHOOSE({1,2},$B$5:$B$13&$C$5:$C$13,$F$5:$F$13),2,FA
LSE)
Example 6 – Use a Helper Column and Merge VLOOKUP with the MATCH Function
for Multiple Criteria
• Create a helper column to concatenate the Brand and Model columns with the following
formula:
=C5&D5
• Apply the following formula in the output cell to get the desired result:
=VLOOKUP(D15&D16,B5:G13,MATCH(B18,B4:G4,0),FALSE)
We have 4 sheets named Jan, Feb, Mar, and Apr with the data for the months of
January, February, March, and April. Here’s how one of them looks.
19
• Create another sheet that contains the datasheet names. You have to write the names of
the sheets accurately to avoid errors.
• Go to your main sheet where you want to perform lookup operations. Here, we are
looking up Order nos.
• In cell C5, copy the following formula:
=IFNA(VLOOKUP($B5, INDIRECT("'"&INDEX(Lookup_Sheet_List,MATCH(1, --
(COUNTIF(INDIRECT("'" & Lookup_Sheet_List &"'!$B$3:$B$6"), $B5)>0), 0)) &
"'!$B$5:$D$9"), 2, FALSE), "Not found")
• To get Amounts, copy the following formula in the column next to it.
=IFNA(VLOOKUP($B5, INDIRECT("'"&INDEX(Lookup_Sheet_List,MATCH(1, --
(COUNTIF(INDIRECT("'" & Lookup_Sheet_List &"'!$B$3:$B$6"), $B5)>0), 0)) &
"'!$B$5:$D$9"), 3, FALSE), "Not found")
This time, we want to look up the Employee’s Name and get the corresponding ID.
Here, {1,0} inside the IF function is important. If you alter the sequence, i.e. put
{0,1} instead, the formula will not work as expected.
20
Common Errors with Excel VLOOKUP Function
The VLOOKUP function has the following common errors.
#N/A! Shows when it does not find a match of the lookup_value in the leftmost column.
Show when an argument of the function is of the wrong data type. For example,
#VALUE! when the col_index_number is negative, or a text or the [range_lookup] argument is
not 0 or 1.
• You can’t use it when the lookup_value is in a column right next to the required
value.
For example, in example 1, you can not use the VLOOKUP function if you are
asked to find out the employee with the maximum salary because the salary is in a
column right to the required value, the employee name.
You can use the XLOOKUP or INDEX-MATCH functions of Excel to come out
of this limitation.
• If you have the same lookup_value more than once in the table, the VLOOKUP
function will only provide you with information about the first one it gets.
For example, in the data set of example 1, there are two employees named Mathew
Rilee. Now if we want to get the salary of Mathew Rilee, we will only get the
salary of the first one, $28000.
21
22