RM Lab Practical File: Submitted To: Ms. Nitya Khurana Submittedby: Chinmay Maheshwari BBA-IV (Evening)
RM Lab Practical File: Submitted To: Ms. Nitya Khurana Submittedby: Chinmay Maheshwari BBA-IV (Evening)
CONTENT
S.N TOPIC PAGE
O. NO.
1. INTRODUCTION TO MS EXCEL
1.1 Basic information
1.2 Benefits
1.3 Create workbook and spreadsheet
1.4 Data entry
1.5 Naming and adding
1.6 Basic excel function of Ribbon
2. EXCEL FORMULA
2.1 Sum
2.2 Sum product
2.3 Minimum
2.4 Maximum
2.5 Small
2.6 Large
2.7 Average
2.8 Standard Deviation
2.9 Square Root
2.10 Count, Count A, Count blank
2.11 Correlation
3. Data Analysis in EXCEL
3.1 Correlation
3.2 T-Test
3.3 ANOVA
4. LOOKUP Functions
4.1 VLOOKUP
4.2 HLOOKUP
4.3 INDEX MATCH
5. Pivot Table
1. INTRODUCTION TO MS EXCEL
Online access
Excel is available online as part of Microsoft’s Office 365
productivity suite. This means leaders and employees have
access to the program from a range of devices, from almost any
location. Providing they have a web-enabled PC, laptop, smart
phone or tablet it should be possible to access Excel, making
remote and mobile working viable.
In the
example: I have saved my file as Book1 and my spreadsheet will
be saved by this name only.
1.4 Data Entry
Start entering the data you want to enter in excel sheet.
1.5 Naming and Adding in Excel
2. EXCEL FORMULA
2.1 SUM
Sum function is used to total the data. The steps are:-
Go to any cell and type =sum().
Then select the range for which you want the total and press
ENTER.
2.1 SUMPRODUCT
Sum product function multiplies ranges and returns the sum of the
products . The steps are:-
Go to any cell and type =sum product(
Then select the first range that is math’s marks and then
press comma (,) and then select the second range that is
English marks and close the bracket before pressing ENTER.
2.3 MINIMUM
Minimum function is used to find out the least value or the
smallest value in the data. The steps are:-
Go to any cell and type =min().
Select the range for which you want the min value and press
ENTER.
2.4 MAXIMUM
Maximum function is used to find out the above value or the
largest value in the data. The steps are:-
Go to any cell and type =max().
Select the range for which you want the max value and press
ENTER.
2.5 SMALL
Small function returns numeric values based on their position in a
list ranked by values. In other words, it can retrieve 2nd smallest or
3rd smallest values. The steps are:-
Go to any cell and type =small (array,n).
Select the range for which you want the small value and press
comma (,) and enter which smallest value you want either 2
or 3 and then press ENTER.
2.6 LARGE
Large function returns numeric values based on their position in a
list ranked by values. In other words, it can retrieve nth largest or
3rd largest values etc. The steps are:-
Go to any cell and type =large (array,n).
Select the range for which you want the largest value and
press comma (,) and enter which largest value you want
either 2 or 3 and then press ENTER.
2.7 AVERAGE
Sum function is used to find out the average of the data provided .
The steps are:-
Go to any cell and type =average ().
Select the range for which you want average and press
ENTER.
2.8 STANDARD DEVIATION
Standard deviation function is used to find out the deviation of
the data that represents a sample provided . The steps are:-
Go to any cell and type =STDEV ().
Select the range for which you want deviation and press
ENTER.
2.9 SQUARE ROOT
Square root function is used to find out the square root of the data
provided . The steps are:-
Go to any cell and type =SQRT ().
Select the range for which you want square root and press
ENTER.
2.10 COUNT,
COUNTA, COUNT BLANK
Steps:-
3.2 T-TEST
Steps:-
Enter the data and then do to data tab and from data tab
select data analysis option
A box will appear .There select T-Test for unequal variances
and click ok
Select all values of column 1 for input range 1 and then select
all values of column 2 for input range 2 and then put
hypothesis difference = 0
Then for output range select any vacant cell and click ok
Result will appear on the sheet
3.3 ANOVA
Steps:-
Enter the data and then do to data tab and from data tab
select data analysis option
A box will appear .There select Anova:Single Factor option and
click ok
Select all values for input range and then click on labels
option too
Then for output range select any vacant cell and click ok
Result will appear on the sheet
4.1 VLOOKUP
Steps:-
Enter the data and select a vacant cell where you want the
answer.
Type = vlookup(lookup_value,table_array,colum number, true
or false)
Press enter
4.2 HLOOKUP
Steps:-
Enter the data and select a vacant cell where you want the
answer.
Type = index(column to return a value from, Match(lookup
value, column to look up against,0 for exact match))
Press enter
In example,=index(selected the whole population column,
Match( selected Japan as we want Japan total population, then
selected the whole country range column, then pressed 0 for
true match ))
Steps:-
Enter the data for which you want pivot table
Now select any cell in the source data table
On the ribbon, click the insert tab
In the table click in pivot tables
You can modify the data by changing filters and putting
various labels in rows, columns and values
6. CHARTS IN EXCEL
6.1 BAR GRAPH
Steps:-
Select the data that you would like to use for the bar chart
Select the insert tab in the toolbar
Click on the bar chart button in the charts group
Then select a chart from the drop down menu
The result is chart appearing on the spreadsheet
6.3 PIE-CHART
Steps:-
Select the data that you would like to use for the bar chart
Select the insert tab in the toolbar
Click on the pie chart button in the charts group
Then select a chart from the drop down menu and modify the
chart
The result is chart appearing on the spreadsheet
Steps:-
Select the data that you would like to use for the bar chart
Select the insert tab in the toolbar
Click on the line graph chart button in the charts group
Then select a chart from the drop down menu
The result is chart appearing on the spreadsheet