SlideShare a Scribd company logo
1 of 41
 We can focus on specific record/rows in a large table of data by
setting conditions, so that only specific data is displayed and rest
of the records are get hidden temporarily in the spreadsheet.
Filtering data in MS Excel refers to displaying only the rows that meet
certain conditions. (The other rows get hidden temporarily).
Filter option: Data  Filter
 First we give a condition to a column of a table to get filtered data of
whole record.
 Next we give another condition to another column of the same table and
so on for getting filtered data(subset of whole record) step by step.
Whole set of Data/all the
records available in all rows
Subset of whole data when
Filtered with column1 value
Final Filtered Record
Actions for Advance Filtering:
 Filter the list, In the same place by Criteria
 Filter the list, Copy to another location Criteria
 Begins with
 Ends with
 Contains
 Equals
 Does not Equal
 Does not begin with
 Does not end with
 Is greater than
 Is less than
 Top ten
 Equals/Does not Equal
 Between
 Above average
 Below average
Sorting data in MS Excel re-arranges the rows based on the contents of a particular
column.
For numerical data, Sorting could be done in ascending order or descending order.
For text data, sorting could be done in alphabetical ascending (A-Z) order or
descending order (Z-A).
col
1
col
2
col
3
A 10 H
A 10 L
A 20 H
A 20 L
B 15 H
B 15 L
B 12 H
B 12 L
Sort by Col1
Descending
Sort by
Col1,Col2,
Col3
Descending
Sort by Col1
Ascending and
Col2,col3
Descending
col
1
col
2
col
3
B 15 H
B 15 L
B 12 H
B 12 L
A 10 H
A 10 L
A 20 H
A 20 L
col
1
col
2
col
3
B 15 H
B 15 L
B 12 H
B 12 L
A 20 H
A 20 L
A 10 H
A 10 L
col
1
col
2
col
3
A 20 L
A 20 H
A 10 L
A 10 H
B 15 L
B 15 H
B 12 L
B 12 H
MS Excel data validation feature allows you to set up certain validation
rules that what can be entered into a cell.
To specify the type of data allowable in a cell or range, follow the steps
below:
Select the cell or range.
Choose Data » Data Tools » Data Validation.
Excel displays its Data Validation dialog box having 3 tabs-
Settings
Input Message
Error alert.
Here you can set the type of validation you need. Choose an option from the Allow
drop-down list. The contents of the Data Validation dialog box will change,
displaying controls based on your choice –
Any Value
Whole Number
Decimal
List etc
We can mark invalid data by circle by using following steps:
First take a list of data in a column.
Select the data, go to “Data validation” tab for setting the
conditions.
Then click to ‘Circle invalid data’ option and invalid data will be
circled.
A formula, by which we can do some calculation and other operations.
It returns a result, which is displayed in that cell only, where the
formula is written.
 For creating formula you need to type in Formula Bar. Formula begins with '='
sign.
 When building formulas manually, you can either type the cell addresses or you
can select them in the worksheet.
 Using the selecting method to supply the cell address for formulas is often easier
and more powerful method of formula building.
Every cell in Excel has an address. A cell address is a combination of
Column name followed by the row number. For an example ‘A1’ / ‘C2’
etc.
There are two types of cell addresses: relative and absolute. By
default, all cell address have relative address.
 
By default, all cell addresses are relative addresses. When copied
across multiple cells, they change based on the relative position of
rows and columns.
if you copy the formula =A1+B1 from row 1 to row 2, the formula will
become =A2+B2
The row and column references do not change when you copy the formula because
the reference is to an actual cell address. An absolute reference uses two dollar
signs in its address: one for the column letter and one for the row number (for
example, $A$5).
A user defined function called by a formula in a worksheet cell, cannot
change the environment of Microsoft excel. This Means that, such a
function cannot do any of the following:
Insert, Delete, Format Cells on the spreadsheet.
Change another Cell’s value.
Move, Rename, Delete or add sheets to a workbook.
Change any of the environment option such as calculation mode or
screen views.
Add Names to a workbook.
Set properties or execute most methods.
Conditional formatting is used to format a cell or a range of cells by
user defined criteria.
 Choose Home Tab » Style group » Conditional Formatting dropdown.
 New Rule: It opens the New Formatting Rule dialog box, where you
define a custom conditional formatting rule to apply to the cell
selection.
 Clear Rule: It opens a continuation menu, where you can remove
conditional formatting rules for the cell selection by clicking the
Selected Cells option, for the entire worksheet by clicking the
‘Entire Sheet’ option, or for just the current data table by clicking
the ‘This Table’ option.
 Manage Rule: It opens the Conditional Formatting Rules Manager
dialog box, where you edit and delete particular rules as well as
adjust their rule precedence by moving them up or down in the Rules
list box.
V-LOOKUP is a function, which is used to search for value vertically
from lookup table.
Similarly H-LOOKUP searches for value horizontally from lookup table.
V-LOOKUP and H-LOOKUP both have 4 parameters as below.
(lookup_value, table_array, col_index_num, range_lookup)
lookup_value : It is the user input. This is the value that the function
uses to search on.
The table_array : It is the area of cells in which the table is located.
This includes not only the column being searched on, but the data
columns for which you are going to get the values that you need.
Col_index_num : It is the column of data that contains the answer
that you want.
Range_lookup : It is a TRUE or FALSE value. When set to TRUE, the lookup
function gives the closest match to the lookup_value without going over the
lookup_value. When set to FALSE, an exact match must be found to the
lookup_value or the function will return #N/A. Note, this requires that the column
containing the lookup_value be formatted in ascending order.
In the row and column label areas of a PivotTable report, you can
group the items in a field by customize ways.
Grouping data can help you to create a subset of data, which
cannot be easily grouped in other ways, such as sorting and filtering.
What can we do with Pivot Table?
 We can do dimension wise grouping
What to show in a group?
 Any possible dynamic summary of the group
A pivot chart is a graphical representation of a data summary displayed in a pivot
table. A pivot chart is always based on a pivot table. Although Excel lets you create a
pivot table and a pivot chart at the same time, you can’t create a pivot chart without a
pivot table. All Excel charting features are available in a pivot chart.
Pivot charts are available under Insert tab » PivotTable dropdown » PivotChart
We can show the relation between two columns having numeric data
by plotting charts, which have numeric data of one column along X
axis and other column’s numeric data of along Y axis.
Graph or Chart translate the data into distances and plot data points
in a way that their relative distances are kept.
If we have 3 columns of different numeric data, we can show the
relation of the data by plotting data of one column along x-axis and
other two columns along Y-axis(y1,y2) to create a chart that shows the
visual .
• To create charts for the data by below steps.
• Select the data for which you want to create chart.
• Choose Insert Tab » Select the chart or click on the Chart group to see
various chart types.
• Select the chart of your choice and click OK to generate the chart.
Column: Column chart shows data changes over a period of time or illustrates
comparisons among items.
Bar : A bar chart illustrates comparisons among individual items
Line : A line chart shows trends in data at equal intervals.
Area : An area chart emphasizes the magnitude of change over time.
Pie: A pie chart shows the size of items that make up a data series, proportional to
the sum of the items. It always shows only one data series and is useful when you
want to emphasize a significant element in the data.
Thanks!

More Related Content

What's hot

03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functionsBuffalo Seminary
 
Using Excel Functions
Using Excel FunctionsUsing Excel Functions
Using Excel FunctionsGautam Gupta
 
Using vlookup in excel
Using vlookup in excelUsing vlookup in excel
Using vlookup in excelmegankilb
 
Training On Microsoft Excel
Training On Microsoft ExcelTraining On Microsoft Excel
Training On Microsoft ExcelTimesRide
 
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...Corp-sKool
 
Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersBlogger Mumma
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excelsam ran
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part ISi Krishan
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentationvethics
 
Microsoft excel training
Microsoft excel trainingMicrosoft excel training
Microsoft excel trainingMohamed Hassan
 

What's hot (20)

Ms excel
Ms excelMs excel
Ms excel
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Using Excel Functions
Using Excel FunctionsUsing Excel Functions
Using Excel Functions
 
Excel lesson01
Excel lesson01Excel lesson01
Excel lesson01
 
Using vlookup in excel
Using vlookup in excelUsing vlookup in excel
Using vlookup in excel
 
Training On Microsoft Excel
Training On Microsoft ExcelTraining On Microsoft Excel
Training On Microsoft Excel
 
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
Introduction to Microsoft Excel basics | Excel Intro | Excel | Excel for star...
 
Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginners
 
Pivot Tables
Pivot TablesPivot Tables
Pivot Tables
 
Pivot table
Pivot tablePivot table
Pivot table
 
Basic Ms excel
Basic Ms excelBasic Ms excel
Basic Ms excel
 
MS EXCEL
MS EXCELMS EXCEL
MS EXCEL
 
Excel training
Excel  training Excel  training
Excel training
 
MS Excel 2nd
MS Excel 2ndMS Excel 2nd
MS Excel 2nd
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part I
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentation
 
Presentation
PresentationPresentation
Presentation
 
M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
 
Microsoft excel training
Microsoft excel trainingMicrosoft excel training
Microsoft excel training
 

Viewers also liked

Advanced Excel &Basic Excel Training
Advanced Excel &Basic Excel TrainingAdvanced Excel &Basic Excel Training
Advanced Excel &Basic Excel Trainingaarkex
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMridul Bansal
 
Microsoft excel training module
Microsoft excel training moduleMicrosoft excel training module
Microsoft excel training moduleJeff Piontek
 
Advances in ms excel
Advances in ms excelAdvances in ms excel
Advances in ms excelMohit Kumar
 
MS Excel Pivot Table Reports & Charts
MS Excel Pivot Table Reports & ChartsMS Excel Pivot Table Reports & Charts
MS Excel Pivot Table Reports & Chartsdnbakhan
 
Microsoft excel 2010 intermediated advanced
Microsoft excel 2010 intermediated advancedMicrosoft excel 2010 intermediated advanced
Microsoft excel 2010 intermediated advancedsmittichai chaiyawong
 
Using Microsoft excel for six sigma
Using Microsoft excel for six sigmaUsing Microsoft excel for six sigma
Using Microsoft excel for six sigmaAbhilash Surendran
 
2016 ms excel_bm
2016 ms excel_bm2016 ms excel_bm
2016 ms excel_bmRajesh Math
 
MS Excel Training(Basic)
MS Excel Training(Basic)MS Excel Training(Basic)
MS Excel Training(Basic)vikash kumar
 
Basic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialBasic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialSpreadsheetTrainer
 
How to create a validation list in excel
How to create a validation list in excelHow to create a validation list in excel
How to create a validation list in excelDanny Wong
 
Dynamic Data Validation Lists
Dynamic Data Validation ListsDynamic Data Validation Lists
Dynamic Data Validation ListsMarc Rivait, PMP
 
Intermediate excel application to advanced courses
Intermediate excel   application to advanced coursesIntermediate excel   application to advanced courses
Intermediate excel application to advanced courseszavenger
 
AP Excel Intermediate 8th June 2016
AP Excel Intermediate 8th June 2016AP Excel Intermediate 8th June 2016
AP Excel Intermediate 8th June 2016Andrea Pizzadili
 
Excel Intermediate 2007
Excel Intermediate 2007Excel Intermediate 2007
Excel Intermediate 2007simply_coool
 

Viewers also liked (20)

Advanced Excel &Basic Excel Training
Advanced Excel &Basic Excel TrainingAdvanced Excel &Basic Excel Training
Advanced Excel &Basic Excel Training
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 
Microsoft excel training module
Microsoft excel training moduleMicrosoft excel training module
Microsoft excel training module
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
 
Ms excel 2007
Ms excel 2007Ms excel 2007
Ms excel 2007
 
Advances in ms excel
Advances in ms excelAdvances in ms excel
Advances in ms excel
 
MS Excel Pivot Table Reports & Charts
MS Excel Pivot Table Reports & ChartsMS Excel Pivot Table Reports & Charts
MS Excel Pivot Table Reports & Charts
 
Microsoft excel 2010 intermediated advanced
Microsoft excel 2010 intermediated advancedMicrosoft excel 2010 intermediated advanced
Microsoft excel 2010 intermediated advanced
 
Using Microsoft excel for six sigma
Using Microsoft excel for six sigmaUsing Microsoft excel for six sigma
Using Microsoft excel for six sigma
 
2016 ms excel_bm
2016 ms excel_bm2016 ms excel_bm
2016 ms excel_bm
 
MS Excel Training(Basic)
MS Excel Training(Basic)MS Excel Training(Basic)
MS Excel Training(Basic)
 
Basic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialBasic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 Tutorial
 
MS Excel Training 01
MS Excel Training 01MS Excel Training 01
MS Excel Training 01
 
How to create a validation list in excel
How to create a validation list in excelHow to create a validation list in excel
How to create a validation list in excel
 
Dynamic Data Validation Lists
Dynamic Data Validation ListsDynamic Data Validation Lists
Dynamic Data Validation Lists
 
Macro VBA Excel2010 by A'Rong
Macro VBA Excel2010 by A'RongMacro VBA Excel2010 by A'Rong
Macro VBA Excel2010 by A'Rong
 
Intermediate excel application to advanced courses
Intermediate excel   application to advanced coursesIntermediate excel   application to advanced courses
Intermediate excel application to advanced courses
 
AP Excel Intermediate 8th June 2016
AP Excel Intermediate 8th June 2016AP Excel Intermediate 8th June 2016
AP Excel Intermediate 8th June 2016
 
Excel Intermediate 2007
Excel Intermediate 2007Excel Intermediate 2007
Excel Intermediate 2007
 
Jayansh computer
Jayansh computerJayansh computer
Jayansh computer
 

Similar to Advanced Excel ppt

4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdfNitish Nagar
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment HelpRahul Kataria
 
Excel_2007_Final.pptx
Excel_2007_Final.pptxExcel_2007_Final.pptx
Excel_2007_Final.pptxZORAIZ HAIDER
 
Workshop Presetation.pptx
Workshop Presetation.pptxWorkshop Presetation.pptx
Workshop Presetation.pptxJanineCanlas1
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALRishabh Bansal
 
Introduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.pptIntroduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.pptdejene3
 
Focusing on specific data by using filterss
Focusing on specific data by using filterssFocusing on specific data by using filterss
Focusing on specific data by using filterssum5ashm
 
IPT Preliminary Spreadsheets
IPT Preliminary SpreadsheetsIPT Preliminary Spreadsheets
IPT Preliminary Spreadsheetsthowell1985
 
Microsoft Excel.pptx
Microsoft Excel.pptxMicrosoft Excel.pptx
Microsoft Excel.pptxSIMNchannel
 
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.pptCorrelations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.pptJoshuaCasas7
 
Excel Slope Instruction
Excel Slope InstructionExcel Slope Instruction
Excel Slope Instructiontotoros_girl
 
Lab 4 excel basics
Lab 4 excel basicsLab 4 excel basics
Lab 4 excel basicsAnuja Lad
 

Similar to Advanced Excel ppt (20)

4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment Help
 
Excel_2007_Final.pptx
Excel_2007_Final.pptxExcel_2007_Final.pptx
Excel_2007_Final.pptx
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
 
stats
statsstats
stats
 
Workshop Presetation.pptx
Workshop Presetation.pptxWorkshop Presetation.pptx
Workshop Presetation.pptx
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
 
ITB - UNIT 4.pdf
ITB - UNIT 4.pdfITB - UNIT 4.pdf
ITB - UNIT 4.pdf
 
Introduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.pptIntroduction to micro soft Training ms Excel.ppt
Introduction to micro soft Training ms Excel.ppt
 
Focusing on specific data by using filterss
Focusing on specific data by using filterssFocusing on specific data by using filterss
Focusing on specific data by using filterss
 
IPT Preliminary Spreadsheets
IPT Preliminary SpreadsheetsIPT Preliminary Spreadsheets
IPT Preliminary Spreadsheets
 
Intermediate Excel
Intermediate Excel Intermediate Excel
Intermediate Excel
 
Excel training
Excel trainingExcel training
Excel training
 
Microsoft Excel.pptx
Microsoft Excel.pptxMicrosoft Excel.pptx
Microsoft Excel.pptx
 
Excellence with excel
Excellence with excelExcellence with excel
Excellence with excel
 
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.pptCorrelations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
Correlations and Scatterplots MS Excel Lesson 2 Grade 8.ppt
 
Excel Slope Instruction
Excel Slope InstructionExcel Slope Instruction
Excel Slope Instruction
 
Lab 4 excel basics
Lab 4 excel basicsLab 4 excel basics
Lab 4 excel basics
 
Lab 4 excel basics
Lab 4 excel basicsLab 4 excel basics
Lab 4 excel basics
 
Lab 4 Excel Basics.ppt
Lab 4 Excel Basics.pptLab 4 Excel Basics.ppt
Lab 4 Excel Basics.ppt
 

Advanced Excel ppt

  • 1.
  • 2.
  • 3.
  • 4.  We can focus on specific record/rows in a large table of data by setting conditions, so that only specific data is displayed and rest of the records are get hidden temporarily in the spreadsheet.
  • 5. Filtering data in MS Excel refers to displaying only the rows that meet certain conditions. (The other rows get hidden temporarily). Filter option: Data  Filter
  • 6.  First we give a condition to a column of a table to get filtered data of whole record.  Next we give another condition to another column of the same table and so on for getting filtered data(subset of whole record) step by step. Whole set of Data/all the records available in all rows Subset of whole data when Filtered with column1 value Final Filtered Record
  • 7. Actions for Advance Filtering:  Filter the list, In the same place by Criteria  Filter the list, Copy to another location Criteria
  • 8.  Begins with  Ends with  Contains  Equals  Does not Equal  Does not begin with  Does not end with
  • 9.  Is greater than  Is less than  Top ten  Equals/Does not Equal  Between  Above average  Below average
  • 10.
  • 11. Sorting data in MS Excel re-arranges the rows based on the contents of a particular column. For numerical data, Sorting could be done in ascending order or descending order. For text data, sorting could be done in alphabetical ascending (A-Z) order or descending order (Z-A).
  • 12. col 1 col 2 col 3 A 10 H A 10 L A 20 H A 20 L B 15 H B 15 L B 12 H B 12 L Sort by Col1 Descending Sort by Col1,Col2, Col3 Descending Sort by Col1 Ascending and Col2,col3 Descending col 1 col 2 col 3 B 15 H B 15 L B 12 H B 12 L A 10 H A 10 L A 20 H A 20 L col 1 col 2 col 3 B 15 H B 15 L B 12 H B 12 L A 20 H A 20 L A 10 H A 10 L col 1 col 2 col 3 A 20 L A 20 H A 10 L A 10 H B 15 L B 15 H B 12 L B 12 H
  • 13.
  • 14. MS Excel data validation feature allows you to set up certain validation rules that what can be entered into a cell.
  • 15. To specify the type of data allowable in a cell or range, follow the steps below: Select the cell or range. Choose Data » Data Tools » Data Validation. Excel displays its Data Validation dialog box having 3 tabs- Settings Input Message Error alert.
  • 16. Here you can set the type of validation you need. Choose an option from the Allow drop-down list. The contents of the Data Validation dialog box will change, displaying controls based on your choice – Any Value Whole Number Decimal List etc
  • 17. We can mark invalid data by circle by using following steps: First take a list of data in a column. Select the data, go to “Data validation” tab for setting the conditions. Then click to ‘Circle invalid data’ option and invalid data will be circled.
  • 18.
  • 19. A formula, by which we can do some calculation and other operations. It returns a result, which is displayed in that cell only, where the formula is written.
  • 20.  For creating formula you need to type in Formula Bar. Formula begins with '=' sign.  When building formulas manually, you can either type the cell addresses or you can select them in the worksheet.  Using the selecting method to supply the cell address for formulas is often easier and more powerful method of formula building.
  • 21. Every cell in Excel has an address. A cell address is a combination of Column name followed by the row number. For an example ‘A1’ / ‘C2’ etc. There are two types of cell addresses: relative and absolute. By default, all cell address have relative address.
  • 22.   By default, all cell addresses are relative addresses. When copied across multiple cells, they change based on the relative position of rows and columns. if you copy the formula =A1+B1 from row 1 to row 2, the formula will become =A2+B2
  • 23. The row and column references do not change when you copy the formula because the reference is to an actual cell address. An absolute reference uses two dollar signs in its address: one for the column letter and one for the row number (for example, $A$5).
  • 24. A user defined function called by a formula in a worksheet cell, cannot change the environment of Microsoft excel. This Means that, such a function cannot do any of the following: Insert, Delete, Format Cells on the spreadsheet. Change another Cell’s value. Move, Rename, Delete or add sheets to a workbook. Change any of the environment option such as calculation mode or screen views. Add Names to a workbook. Set properties or execute most methods.
  • 25. Conditional formatting is used to format a cell or a range of cells by user defined criteria.  Choose Home Tab » Style group » Conditional Formatting dropdown.
  • 26.  New Rule: It opens the New Formatting Rule dialog box, where you define a custom conditional formatting rule to apply to the cell selection.  Clear Rule: It opens a continuation menu, where you can remove conditional formatting rules for the cell selection by clicking the Selected Cells option, for the entire worksheet by clicking the ‘Entire Sheet’ option, or for just the current data table by clicking the ‘This Table’ option.  Manage Rule: It opens the Conditional Formatting Rules Manager dialog box, where you edit and delete particular rules as well as adjust their rule precedence by moving them up or down in the Rules list box.
  • 27. V-LOOKUP is a function, which is used to search for value vertically from lookup table. Similarly H-LOOKUP searches for value horizontally from lookup table. V-LOOKUP and H-LOOKUP both have 4 parameters as below. (lookup_value, table_array, col_index_num, range_lookup)
  • 28. lookup_value : It is the user input. This is the value that the function uses to search on. The table_array : It is the area of cells in which the table is located. This includes not only the column being searched on, but the data columns for which you are going to get the values that you need. Col_index_num : It is the column of data that contains the answer that you want.
  • 29. Range_lookup : It is a TRUE or FALSE value. When set to TRUE, the lookup function gives the closest match to the lookup_value without going over the lookup_value. When set to FALSE, an exact match must be found to the lookup_value or the function will return #N/A. Note, this requires that the column containing the lookup_value be formatted in ascending order.
  • 30.
  • 31. In the row and column label areas of a PivotTable report, you can group the items in a field by customize ways. Grouping data can help you to create a subset of data, which cannot be easily grouped in other ways, such as sorting and filtering.
  • 32. What can we do with Pivot Table?  We can do dimension wise grouping What to show in a group?  Any possible dynamic summary of the group
  • 33.
  • 34. A pivot chart is a graphical representation of a data summary displayed in a pivot table. A pivot chart is always based on a pivot table. Although Excel lets you create a pivot table and a pivot chart at the same time, you can’t create a pivot chart without a pivot table. All Excel charting features are available in a pivot chart. Pivot charts are available under Insert tab » PivotTable dropdown » PivotChart
  • 35.
  • 36. We can show the relation between two columns having numeric data by plotting charts, which have numeric data of one column along X axis and other column’s numeric data of along Y axis. Graph or Chart translate the data into distances and plot data points in a way that their relative distances are kept.
  • 37. If we have 3 columns of different numeric data, we can show the relation of the data by plotting data of one column along x-axis and other two columns along Y-axis(y1,y2) to create a chart that shows the visual .
  • 38. • To create charts for the data by below steps. • Select the data for which you want to create chart. • Choose Insert Tab » Select the chart or click on the Chart group to see various chart types. • Select the chart of your choice and click OK to generate the chart.
  • 39. Column: Column chart shows data changes over a period of time or illustrates comparisons among items. Bar : A bar chart illustrates comparisons among individual items Line : A line chart shows trends in data at equal intervals. Area : An area chart emphasizes the magnitude of change over time.
  • 40. Pie: A pie chart shows the size of items that make up a data series, proportional to the sum of the items. It always shows only one data series and is useful when you want to emphasize a significant element in the data.