SlideShare a Scribd company logo
1 of 23
Download to read offline
Excel Help 01
h t t p : / / a d v a n c e e x c e l f o r d 2 d l i f e . b l o g s p o t . c o m /
E x c e l h e l p . c o . n r
k e a s h a n j a y a w e e r a @ g m a i l . c o m
9 / 1 / 2 0 1 3
Keashan Jayaweera
Learn Advance Excel in Simple Terms
Table of Contents
Advance Uses of If Function .....................................................................................................................2
Find Maximum or Minimum With Condition .....................................................................................3
Match Function..............................................................................................................................................5
Add Drop Down List.....................................................................................................................................7
Goal Seek .......................................................................................................................................................9
Two Axis Chart............................................................................................................................................11
Use of Solver Package..............................................................................................................................13
Dynamic Drop Down Lists .......................................................................................................................16
Add Trend Line to Excel Chart ...............................................................................................................19
Error Checking ............................................................................................................................................21
Advance Uses of If Function
If function in Microsoft excel is a basic function which is used by most of us
for various formulas. If you want to learn about this function you can buy books about
the Microsoft excel by eBay or amazon stores. However this is a cost for you & is not
given an instant solution to your issue. Read below to learn the basics
about sumif, averageif functions or find maximum when we have to use if to filter data.
Follow below steps to learn how doing it. Let's assume that company ABC is doing
computer related sales & data sheet extracted from its cash book.
averageif
1. Download the excel file from here (or you can type the data into excel file in your
computer.)
2. Select the cell J1
3. Enter the "=averageif(" (If you need filter data using 2 or more conditions use
"averageifs(" )
4. Select the range which you wish to have your condition. For this example it is a
cell range which has names (our condition is "Asela"). Select the range E2:E13.
5. Then we have to enter the condition. Our condition is “Asela” & enters it within
inverted commas.
6. Finally enter the cell range which has the values to add. For this example it
is D2:D13.
7. Press enter & check whether your answer is equal to $196.43. If it is your formula
is correct. If not check your formula.
sumif
1. Select the cell J5
2. Enter the function "=sumif (" (If you need filter data using 2 or more
conditions use "sumifs(" )
3. Follow the steps 4, 5, 6 & 7 in above example. (Note that here out condition
is "Monday")
4. Your answer should be $825
Find Maximum or Minimum With Condition
When you try to use maxif or minif as we done earlier for average or sum you can notice
that there is no maxif or minif function. Then how we find the maximum or minimum
with the condition? The answer is use array formula which includes max (min) & if
functions. Follow below steps to do this.
1. Select Cell J9
2. Enter the "=max(" (or "=min(" )
3. Then enter "if(" (now formula bar shows "=max(if(" )
4. Now enter the condition as we enter to the "if" function. We are going to
find maximum sales value in Friday. Therefor our condition is
"B2:B13="Friday" ".
5. Then select the range which is to be look if the condition is true. Since are
going to find maximum sale value our range is D2:D13
6. Close the two functions "if" & "max" & press enter.
7. This time you got wrong answer because we didn't activate the array
function yet. To do that follow below steps.
8. Select the cell J9
9. Press F2 Key
10.Press Ctrl + Shift + Enter
11.Now you have the right answer which is equal to $60
Match Function
Match function is used to find out the position of an item in a range. Below
data represent the type of mobile phone using by the managers of ABC Company.
Pone Type Count
Samsung 35
Sony 30
Sony Ericsson 12
Nokia 28
HTC 15
Blackberry 5
1. Copy above data to your excel sheet or download the file here.
2. Enter "=match(" to the cell D1
3. Enter lookup value (30 for this example)
4. Then enter lookup array which you want to search your lookup value
5. Here our count data are in the column B & select B2:B7 range as lookup
range
6. Then excel ask for the match type. There are 3 types of matches in excel
1. Exact match
a. Excel finds the exact lookup value from lookup array
b. The array can be any order
2. Less than match
a. Excel finds the largest value less than to the lookup value.
b. The array must be in ascending order
3. Greater than match
a. Excel finds the smallest value that is greater than to the lookup
value
b. The array must be in descending order
7. Enter the match type you want & close the function.
8. If you use the exact match you will receive the value 2
3
Add Drop Down List
Adding drop down list to your excel sheet is very useful in some cases. Enter below data
to excel sheet or download the file from here. This data represents the type of mobile
phone using by the managers of ABC Company.
Mobile Phone
Samsung
Sony
Sony Ericsson
Nokia
HTC
BlackBerry
Now follow below steps to create your first ever drop down list.
1. Select all phone models.
2. Rename that range as phone. (you can see position where you have to enter
new name just above column A)
3. Select the cell you want to add drop down list.
4. Select data tab.
5. Click on data validation. Now you have pop up window to validate your data.
6. Select settings tab & 'list' from drop down list for allow parameter.
7. Enter '=phone' in to source parameter.
8. Click OK.
9. You are completed your first ever drop down list.
Goal Seek
Goal seek is another function in excel very valuable for you. Use this link to download file
or copy below data to your excel sheet.
Brand Item List Price Discount Selling Price
Nike Shoe $111.99 10.71% $100.00
Nike Socks $21.99 $0.00
Adidas Shoe $58.74 $0.00
Adidas Socks $16.99 $0.00
Reebok Shoe $26.59 $0.00
Here I listed details of some sports shoes & socks selling in a retail website like eBay.com
(or Amazon.com). The owner of website would like to give discounts for above items for
a limited time. He has an idea about selling price but not about the discount. He used
goal seek function in excel which I describe below.
1. Select the selling price column of any item.
2. Go to Data tools group in data tab & select goal seek from what if analysis.
3. There are 3 parameters to set.
a. Select Cell - The cell you want to change. Here we want to change the
selling price cell & already it is selected.
b. To Value - Here we enter the value we want to reach the selected cell. This
example site owner takes it as $100.00 for a Pair of Nike shoes.
c. By Changing Cell - Here you have to select the cell you want to change. It is
corresponding discount cell for this example.
4. Click Ok. Excel automatically calculates the values for discount & gives the
solution.
5. Click Ok to keep the solution & Click Cancel to reset the excel sheet.
6. Please make sure there is a link (equation) between selected cell & changing cell.
Two Axis Chart
Most of the time we are using the option excel charts to interpret our data in an
organized manner. However we are not using or not known to use two axis charts to do
so. Following steps describing this post you can easily create two axis charts in
Microsoft Excel. The data in this post are also extracted from a fresh fruit merchant who
described in a previous chapter. Please download the data file using this link from Google
drive.
1. Select the range A1:C4.
2. Click on charts group in inserts tab & select line graph format from it.
3. This section gives you the basic chart like below.
4. Select buying price series & right click on it.
5. Select "Format Data Series" from pop up menu.
6. Now you can see the pop up window like this.
7. Select "Secondary Axis" option from that window & click close.
8. Now you have the two axis chart.
9. Select "Layout" tab from Chart tools & make any changes you like.
10.Then final chart will be below.
Use of Solver Package
Solver package is another valuable package that already included in Microsoft Excel. You
can see this package under the Data tab. If you can't see the solver package activate it
following below steps.
1. Click on File (Microsoft Windows mark for Excel 2007).
2. Click Options
3. Select Add Ins
4. Select Excel add-ins from the Manage & press go
5. Select the tick mark on Solver add in
6. Press Enter
7. Now You can see Solver has added in under Data Tab
Below data expressing that the merchant who is selling fresh fruit through eBay.com.
Please download the data file using this link or copy below data to your excel sheet.
Buying
Price
Quantity
Selling
Price
Selling
Quantity
Profit
Mango 3 10 5 10 20
Banana 2 8 3 8 8
Pineapple5 6 7 6 12
24 40
Here we are going to find out Selling Prices that give maximum profit to the seller.
However maximum no of items he can sell is limited to 20. To do that follow below steps.
1. Select the total profit cell & click on solver in the Data Tab.
2. Click the Max in To group
3. Select E2:E3 as changing variables.
4. Click on 'Add' to add constraints. Add below constrains
a. Selling quantity of any item cannot exceed the quantity he brought
b. Profit of any item can't be zero or minus.
c. Item quantity total cannot exceed 20
5. Press enter.
6. You can see the result in the Popup window.
7. You can make permanent them or discard them
Dynamic Drop Down Lists
One of my previous post show that how to create Drop Down List in excel. Here I'm going
to discuss how to create Dynamic Drop Down List. Copy below data or download data
file using this link.
Phone Samsung Sony Nokia HTC BlackBerry
Samsung Samsung Galaxy S4 Xperia Z Ultra Lumia 625 HTC one BlackBerry Q10
Sony Samsung Galaxy S3 Xperia L Lumia 925 HTC Desire X BlackBerry Z10
Nokia Samsung Note II Xperia M Lumia 1020 HTC One X BlackBerry Bold 9930
HTC Samsung Galaxy Discover Xperia Z SP Asha 501 HTC One V BlackBerry Curve 9310
BlackBerry Samsung Galaxy Ring Xperia Z go Asha 210 HTC Butterfly BlackBerry Curve 9370
1. Select the range A2:A6 & name it as Manufacture. (See the marked area)
2. Name the ranges B2:B6, C2:C6, D2:D6, E2:E6 & F2:F6 as Samsung, Sony, Nokia,
HTC & BlackBerry respectively.
3. Select any cell in the sheet & Enter "Manufacture" to that cell & "Phone" next cell.
4. Select the cell below Manufacture (for this example it's E14).
5. Add Drop Down List the range "Manufacture"
6. Then select the cell bellow Phone (or this example it's F14).
7. Click on Data Validation on Data Tools group in Data Tab.
8. Select "List' from Allow drop down list.
9. Enter "=Indirect (E14)" as Source.
Press Enter. If you receive below error message, Press "Yes". Otherwise check your data
for any error. This error means you leave manufacture blank. Once you select any
manufacture from the list it will not appear again.
Now you have Dynamic Drop Down List. Select any manufacture from drop down list. See
the phone drop down list changes as manufacture selected by you.
Add Trend Line to Excel Chart
Trend lines are easiest way to find out trend of a data set. Let’s take you are selling
shoes using amazon.com & ebay.com. This year sales details listed below. You can
download data file using this link.
Web Store January FebruaryMarch April May June July
eBay.com 12 13 20 26 34 32 36
Amazon.com15 21 24 25 23 18 12
1. Before adding trend line we need chart.
2. Draw a line chart using above data.
3. Now we can add trend line for above chart.
4. Write click on any series.
5. Select 'Add Trend Line' from the pop up menu.
Then new pop up window appear we can choose behaviors & properties of trend line from
this menu.
In this example our chart is amazon.com line is looks like a parabola. So that we can
select "Polynomial" as type & set order as two. If you wish to see equation of the trend
line, tick "Display Equation on Chart".
Now you can close the window to see your trend line.
Add trend lines for both series & see how your selling pattern changing.
We can consider ebay.com line as linear.
Error Checking
I would like to discuss how can we trace error in excel formulas. There are several
methods to do so. Let's consider some of them. Download the data file from here.
Excel sheets may have lots of equations to proper functioning. If there is a mistake in
one of those equations it's very difficult to locate the correct cell manually. We can use
"Trace Precedents" & "Trace Dependents" options to locate correct cell.
1. Go to "Formula Auditing" group in "Formulas" tab.
2. You can find “Trace Precedents" & "Trace Dependents" options left side of the
group.
3. Select the cell which contains the error formula.
4. Click on "Trace Precedents".
5. See the arrow lines connecting all relevant cells.
6. Likewise see the "Trace dependents" option.
7. We can use "Remove Arrows" option to clear arrows.
8. If there is an error in formula we can use "Error Checking" function.
9. Go to "Formula Auditing" group in "Formulas" tab.
10.Select the cell which containing error value.
11.Then click small arrow on "Error Checking"
12.Select "Trace Error"
13.See red arrow from the cell which is caused to error.
Excel help 01

More Related Content

What's hot

Module 5 entering data in worksheet
Module 5 entering data in worksheetModule 5 entering data in worksheet
Module 5 entering data in worksheetDr. Shalini Pandey
 
27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a Superstar27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a SuperstarAlan Murray
 
Open Office Calc : Lesson 05
Open Office Calc : Lesson 05Open Office Calc : Lesson 05
Open Office Calc : Lesson 05thinkict
 
Excel 2007 slide enter formulas
Excel 2007 slide    enter formulasExcel 2007 slide    enter formulas
Excel 2007 slide enter formulasrezaulslide
 
Worksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 TutorialWorksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 TutorialSpreadsheetTrainer
 
Excel Excellence (Microsoft Excel training that "sticks"): Formulas
Excel Excellence (Microsoft Excel training that "sticks"): FormulasExcel Excellence (Microsoft Excel training that "sticks"): Formulas
Excel Excellence (Microsoft Excel training that "sticks"): FormulasLaura Winger
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in ExcelKim Estes
 
VERSIONS AND FUNCTIONS OF MS EXCEL
VERSIONS AND FUNCTIONS OF MS EXCELVERSIONS AND FUNCTIONS OF MS EXCEL
VERSIONS AND FUNCTIONS OF MS EXCELIMRAN WASTA
 
Excel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a WorksheetExcel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a Worksheetdpd
 
10 INTERSTING TRICKS FOR EXCEL
10 INTERSTING TRICKS FOR EXCEL10 INTERSTING TRICKS FOR EXCEL
10 INTERSTING TRICKS FOR EXCELrahul kumar
 
Office productivity tools
Office productivity toolsOffice productivity tools
Office productivity toolsUllees Selim
 

What's hot (19)

Module 5 entering data in worksheet
Module 5 entering data in worksheetModule 5 entering data in worksheet
Module 5 entering data in worksheet
 
27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a Superstar27 Excel Hacks to Make You a Superstar
27 Excel Hacks to Make You a Superstar
 
Open Office Calc : Lesson 05
Open Office Calc : Lesson 05Open Office Calc : Lesson 05
Open Office Calc : Lesson 05
 
Excel 2007 slide enter formulas
Excel 2007 slide    enter formulasExcel 2007 slide    enter formulas
Excel 2007 slide enter formulas
 
Worksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 TutorialWorksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 Tutorial
 
Excel Excellence (Microsoft Excel training that "sticks"): Formulas
Excel Excellence (Microsoft Excel training that "sticks"): FormulasExcel Excellence (Microsoft Excel training that "sticks"): Formulas
Excel Excellence (Microsoft Excel training that "sticks"): Formulas
 
Excel solver
Excel solverExcel solver
Excel solver
 
Creating Formulas in Excel
Creating Formulas in ExcelCreating Formulas in Excel
Creating Formulas in Excel
 
M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
 
VERSIONS AND FUNCTIONS OF MS EXCEL
VERSIONS AND FUNCTIONS OF MS EXCELVERSIONS AND FUNCTIONS OF MS EXCEL
VERSIONS AND FUNCTIONS OF MS EXCEL
 
Excel Chapter 2
Excel Chapter 2Excel Chapter 2
Excel Chapter 2
 
Excel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a WorksheetExcel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a Worksheet
 
Calc lessons
Calc lessonsCalc lessons
Calc lessons
 
Dynamic Chart Switcher
Dynamic Chart SwitcherDynamic Chart Switcher
Dynamic Chart Switcher
 
Formula in MS Excel
Formula in MS ExcelFormula in MS Excel
Formula in MS Excel
 
10 INTERSTING TRICKS FOR EXCEL
10 INTERSTING TRICKS FOR EXCEL10 INTERSTING TRICKS FOR EXCEL
10 INTERSTING TRICKS FOR EXCEL
 
Office productivity tools
Office productivity toolsOffice productivity tools
Office productivity tools
 
Excel
ExcelExcel
Excel
 
Ms excel
Ms excelMs excel
Ms excel
 

Similar to Excel help 01

OBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsOBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsDharmaraj Borse
 
Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4Redwan Ferdous
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3Dr T.Sivakami
 
Download 11-incredible-excel-conditional-formatting-tricks
Download 11-incredible-excel-conditional-formatting-tricksDownload 11-incredible-excel-conditional-formatting-tricks
Download 11-incredible-excel-conditional-formatting-tricksKarthikeyan Natarajan
 
Activity-2a_Data-Preparation-in-Excel.pdf
Activity-2a_Data-Preparation-in-Excel.pdfActivity-2a_Data-Preparation-in-Excel.pdf
Activity-2a_Data-Preparation-in-Excel.pdfRaquelFelicianoArgel
 
Excel Intro Part2 2007
Excel Intro Part2 2007Excel Intro Part2 2007
Excel Intro Part2 2007simply_coool
 
De vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 novemberDe vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 novemberlenasour
 
De vry math 399 ilabs & discussions latest 2016
De vry math 399 ilabs & discussions latest 2016De vry math 399 ilabs & discussions latest 2016
De vry math 399 ilabs & discussions latest 2016lenasour
 
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptxROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptxDishantGola
 
De vry math 399 ilabs & discussions latest 2016 november
De vry math 399 ilabs & discussions latest 2016 novemberDe vry math 399 ilabs & discussions latest 2016 november
De vry math 399 ilabs & discussions latest 2016 novemberlenasour
 
Advanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-ExcelAdvanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-ExcelP. SUNDARI ARUN
 
The Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docxThe Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docxpelise1
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesBurCom Consulting Ltd.
 
Using Microsoft Excel7 Advanced
Using Microsoft Excel7 AdvancedUsing Microsoft Excel7 Advanced
Using Microsoft Excel7 AdvancedJack Frost
 
Lesson 4 Advanced Spreadsheet Skills/Post-Test
Lesson 4 Advanced Spreadsheet Skills/Post-TestLesson 4 Advanced Spreadsheet Skills/Post-Test
Lesson 4 Advanced Spreadsheet Skills/Post-Testdaki01
 
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docxLabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docxDIPESH30
 
Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters DevadattaSai Cheedella
 

Similar to Excel help 01 (20)

OBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation StepsOBIEE 11g : Repository Creation Steps
OBIEE 11g : Repository Creation Steps
 
Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4Elementary Data Analysis with MS Excel_Day-4
Elementary Data Analysis with MS Excel_Day-4
 
computer applications in business unit 3
computer applications in business unit 3computer applications in business unit 3
computer applications in business unit 3
 
G10 Unit 4.pptx
G10 Unit 4.pptxG10 Unit 4.pptx
G10 Unit 4.pptx
 
Download 11-incredible-excel-conditional-formatting-tricks
Download 11-incredible-excel-conditional-formatting-tricksDownload 11-incredible-excel-conditional-formatting-tricks
Download 11-incredible-excel-conditional-formatting-tricks
 
Excel Intro Part2
Excel Intro Part2Excel Intro Part2
Excel Intro Part2
 
Activity-2a_Data-Preparation-in-Excel.pdf
Activity-2a_Data-Preparation-in-Excel.pdfActivity-2a_Data-Preparation-in-Excel.pdf
Activity-2a_Data-Preparation-in-Excel.pdf
 
Excel Intro Part2 2007
Excel Intro Part2 2007Excel Intro Part2 2007
Excel Intro Part2 2007
 
De vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 novemberDe vry math 399 all ilabs latest 2016 november
De vry math 399 all ilabs latest 2016 november
 
De vry math 399 ilabs & discussions latest 2016
De vry math 399 ilabs & discussions latest 2016De vry math 399 ilabs & discussions latest 2016
De vry math 399 ilabs & discussions latest 2016
 
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptxROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
ROLL NO 1 TO 9(G1) USE OF EXCEL IN CA PROFESSION (Final Draft).pptx
 
50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks 50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks
 
De vry math 399 ilabs & discussions latest 2016 november
De vry math 399 ilabs & discussions latest 2016 novemberDe vry math 399 ilabs & discussions latest 2016 november
De vry math 399 ilabs & discussions latest 2016 november
 
Advanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-ExcelAdvanced Filter Concepts in MS-Excel
Advanced Filter Concepts in MS-Excel
 
The Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docxThe Wear-Ever Shoes company maintains inventory data and custome.docx
The Wear-Ever Shoes company maintains inventory data and custome.docx
 
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & FormulaesE-Book 25 Tips and Tricks MS Excel Functions & Formulaes
E-Book 25 Tips and Tricks MS Excel Functions & Formulaes
 
Using Microsoft Excel7 Advanced
Using Microsoft Excel7 AdvancedUsing Microsoft Excel7 Advanced
Using Microsoft Excel7 Advanced
 
Lesson 4 Advanced Spreadsheet Skills/Post-Test
Lesson 4 Advanced Spreadsheet Skills/Post-TestLesson 4 Advanced Spreadsheet Skills/Post-Test
Lesson 4 Advanced Spreadsheet Skills/Post-Test
 
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docxLabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
LabsLab5Lab5_Excel_SH.htmlLab 5 SpreadsheetsLearning Outcomes.docx
 
Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters Advanced Excel formulas, v look up, count, count if, pivot tables, filters
Advanced Excel formulas, v look up, count, count if, pivot tables, filters
 

Recently uploaded

Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmSujith Sukumaran
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfPower Karaoke
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
buds n tech IT solutions
buds n  tech IT                solutionsbuds n  tech IT                solutions
buds n tech IT solutionsmonugehlot87
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - InfographicHr365.us smith
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样umasea
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...MyIntelliSource, Inc.
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWave PLM
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsMehedi Hasan Shohan
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...Christina Lin
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityNeo4j
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio, Inc.
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyFrank van der Linden
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptkotipi9215
 

Recently uploaded (20)

Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
Intelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalmIntelligent Home Wi-Fi Solutions | ThinkPalm
Intelligent Home Wi-Fi Solutions | ThinkPalm
 
The Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdfThe Evolution of Karaoke From Analog to App.pdf
The Evolution of Karaoke From Analog to App.pdf
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
buds n tech IT solutions
buds n  tech IT                solutionsbuds n  tech IT                solutions
buds n tech IT solutions
 
Asset Management Software - Infographic
Asset Management Software - InfographicAsset Management Software - Infographic
Asset Management Software - Infographic
 
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
办理学位证(UQ文凭证书)昆士兰大学毕业证成绩单原版一模一样
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
Try MyIntelliAccount Cloud Accounting Software As A Service Solution Risk Fre...
 
What is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need ItWhat is Fashion PLM and Why Do You Need It
What is Fashion PLM and Why Do You Need It
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
XpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software SolutionsXpertSolvers: Your Partner in Building Innovative Software Solutions
XpertSolvers: Your Partner in Building Innovative Software Solutions
 
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
ODSC - Batch to Stream workshop - integration of Apache Spark, Cassandra, Pos...
 
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed DataAlluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
Alluxio Monthly Webinar | Cloud-Native Model Training on Distributed Data
 
Engage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The UglyEngage Usergroup 2024 - The Good The Bad_The Ugly
Engage Usergroup 2024 - The Good The Bad_The Ugly
 
chapter--4-software-project-planning.ppt
chapter--4-software-project-planning.pptchapter--4-software-project-planning.ppt
chapter--4-software-project-planning.ppt
 

Excel help 01

  • 1. Excel Help 01 h t t p : / / a d v a n c e e x c e l f o r d 2 d l i f e . b l o g s p o t . c o m / E x c e l h e l p . c o . n r k e a s h a n j a y a w e e r a @ g m a i l . c o m 9 / 1 / 2 0 1 3 Keashan Jayaweera Learn Advance Excel in Simple Terms
  • 2. Table of Contents Advance Uses of If Function .....................................................................................................................2 Find Maximum or Minimum With Condition .....................................................................................3 Match Function..............................................................................................................................................5 Add Drop Down List.....................................................................................................................................7 Goal Seek .......................................................................................................................................................9 Two Axis Chart............................................................................................................................................11 Use of Solver Package..............................................................................................................................13 Dynamic Drop Down Lists .......................................................................................................................16 Add Trend Line to Excel Chart ...............................................................................................................19 Error Checking ............................................................................................................................................21
  • 3. Advance Uses of If Function If function in Microsoft excel is a basic function which is used by most of us for various formulas. If you want to learn about this function you can buy books about the Microsoft excel by eBay or amazon stores. However this is a cost for you & is not given an instant solution to your issue. Read below to learn the basics about sumif, averageif functions or find maximum when we have to use if to filter data. Follow below steps to learn how doing it. Let's assume that company ABC is doing computer related sales & data sheet extracted from its cash book. averageif 1. Download the excel file from here (or you can type the data into excel file in your computer.) 2. Select the cell J1 3. Enter the "=averageif(" (If you need filter data using 2 or more conditions use "averageifs(" ) 4. Select the range which you wish to have your condition. For this example it is a cell range which has names (our condition is "Asela"). Select the range E2:E13. 5. Then we have to enter the condition. Our condition is “Asela” & enters it within inverted commas. 6. Finally enter the cell range which has the values to add. For this example it is D2:D13. 7. Press enter & check whether your answer is equal to $196.43. If it is your formula is correct. If not check your formula.
  • 4. sumif 1. Select the cell J5 2. Enter the function "=sumif (" (If you need filter data using 2 or more conditions use "sumifs(" ) 3. Follow the steps 4, 5, 6 & 7 in above example. (Note that here out condition is "Monday") 4. Your answer should be $825 Find Maximum or Minimum With Condition When you try to use maxif or minif as we done earlier for average or sum you can notice that there is no maxif or minif function. Then how we find the maximum or minimum with the condition? The answer is use array formula which includes max (min) & if functions. Follow below steps to do this. 1. Select Cell J9 2. Enter the "=max(" (or "=min(" ) 3. Then enter "if(" (now formula bar shows "=max(if(" ) 4. Now enter the condition as we enter to the "if" function. We are going to find maximum sales value in Friday. Therefor our condition is "B2:B13="Friday" ". 5. Then select the range which is to be look if the condition is true. Since are going to find maximum sale value our range is D2:D13 6. Close the two functions "if" & "max" & press enter. 7. This time you got wrong answer because we didn't activate the array function yet. To do that follow below steps.
  • 5. 8. Select the cell J9 9. Press F2 Key 10.Press Ctrl + Shift + Enter 11.Now you have the right answer which is equal to $60
  • 6. Match Function Match function is used to find out the position of an item in a range. Below data represent the type of mobile phone using by the managers of ABC Company. Pone Type Count Samsung 35 Sony 30 Sony Ericsson 12 Nokia 28 HTC 15 Blackberry 5 1. Copy above data to your excel sheet or download the file here. 2. Enter "=match(" to the cell D1 3. Enter lookup value (30 for this example) 4. Then enter lookup array which you want to search your lookup value 5. Here our count data are in the column B & select B2:B7 range as lookup range 6. Then excel ask for the match type. There are 3 types of matches in excel 1. Exact match a. Excel finds the exact lookup value from lookup array b. The array can be any order 2. Less than match a. Excel finds the largest value less than to the lookup value. b. The array must be in ascending order 3. Greater than match a. Excel finds the smallest value that is greater than to the lookup value b. The array must be in descending order 7. Enter the match type you want & close the function. 8. If you use the exact match you will receive the value 2
  • 7. 3
  • 8. Add Drop Down List Adding drop down list to your excel sheet is very useful in some cases. Enter below data to excel sheet or download the file from here. This data represents the type of mobile phone using by the managers of ABC Company. Mobile Phone Samsung Sony Sony Ericsson Nokia HTC BlackBerry Now follow below steps to create your first ever drop down list. 1. Select all phone models. 2. Rename that range as phone. (you can see position where you have to enter new name just above column A) 3. Select the cell you want to add drop down list. 4. Select data tab. 5. Click on data validation. Now you have pop up window to validate your data. 6. Select settings tab & 'list' from drop down list for allow parameter. 7. Enter '=phone' in to source parameter. 8. Click OK. 9. You are completed your first ever drop down list.
  • 9.
  • 10. Goal Seek Goal seek is another function in excel very valuable for you. Use this link to download file or copy below data to your excel sheet. Brand Item List Price Discount Selling Price Nike Shoe $111.99 10.71% $100.00 Nike Socks $21.99 $0.00 Adidas Shoe $58.74 $0.00 Adidas Socks $16.99 $0.00 Reebok Shoe $26.59 $0.00 Here I listed details of some sports shoes & socks selling in a retail website like eBay.com (or Amazon.com). The owner of website would like to give discounts for above items for a limited time. He has an idea about selling price but not about the discount. He used goal seek function in excel which I describe below. 1. Select the selling price column of any item. 2. Go to Data tools group in data tab & select goal seek from what if analysis.
  • 11. 3. There are 3 parameters to set. a. Select Cell - The cell you want to change. Here we want to change the selling price cell & already it is selected. b. To Value - Here we enter the value we want to reach the selected cell. This example site owner takes it as $100.00 for a Pair of Nike shoes. c. By Changing Cell - Here you have to select the cell you want to change. It is corresponding discount cell for this example. 4. Click Ok. Excel automatically calculates the values for discount & gives the solution. 5. Click Ok to keep the solution & Click Cancel to reset the excel sheet. 6. Please make sure there is a link (equation) between selected cell & changing cell.
  • 12. Two Axis Chart Most of the time we are using the option excel charts to interpret our data in an organized manner. However we are not using or not known to use two axis charts to do so. Following steps describing this post you can easily create two axis charts in Microsoft Excel. The data in this post are also extracted from a fresh fruit merchant who described in a previous chapter. Please download the data file using this link from Google drive. 1. Select the range A1:C4. 2. Click on charts group in inserts tab & select line graph format from it. 3. This section gives you the basic chart like below. 4. Select buying price series & right click on it. 5. Select "Format Data Series" from pop up menu. 6. Now you can see the pop up window like this.
  • 13. 7. Select "Secondary Axis" option from that window & click close. 8. Now you have the two axis chart. 9. Select "Layout" tab from Chart tools & make any changes you like. 10.Then final chart will be below.
  • 14. Use of Solver Package Solver package is another valuable package that already included in Microsoft Excel. You can see this package under the Data tab. If you can't see the solver package activate it following below steps. 1. Click on File (Microsoft Windows mark for Excel 2007). 2. Click Options 3. Select Add Ins 4. Select Excel add-ins from the Manage & press go 5. Select the tick mark on Solver add in 6. Press Enter 7. Now You can see Solver has added in under Data Tab Below data expressing that the merchant who is selling fresh fruit through eBay.com. Please download the data file using this link or copy below data to your excel sheet. Buying Price Quantity Selling Price Selling Quantity Profit Mango 3 10 5 10 20 Banana 2 8 3 8 8 Pineapple5 6 7 6 12 24 40 Here we are going to find out Selling Prices that give maximum profit to the seller. However maximum no of items he can sell is limited to 20. To do that follow below steps. 1. Select the total profit cell & click on solver in the Data Tab. 2. Click the Max in To group
  • 15. 3. Select E2:E3 as changing variables. 4. Click on 'Add' to add constraints. Add below constrains a. Selling quantity of any item cannot exceed the quantity he brought b. Profit of any item can't be zero or minus. c. Item quantity total cannot exceed 20 5. Press enter. 6. You can see the result in the Popup window.
  • 16. 7. You can make permanent them or discard them
  • 17. Dynamic Drop Down Lists One of my previous post show that how to create Drop Down List in excel. Here I'm going to discuss how to create Dynamic Drop Down List. Copy below data or download data file using this link. Phone Samsung Sony Nokia HTC BlackBerry Samsung Samsung Galaxy S4 Xperia Z Ultra Lumia 625 HTC one BlackBerry Q10 Sony Samsung Galaxy S3 Xperia L Lumia 925 HTC Desire X BlackBerry Z10 Nokia Samsung Note II Xperia M Lumia 1020 HTC One X BlackBerry Bold 9930 HTC Samsung Galaxy Discover Xperia Z SP Asha 501 HTC One V BlackBerry Curve 9310 BlackBerry Samsung Galaxy Ring Xperia Z go Asha 210 HTC Butterfly BlackBerry Curve 9370 1. Select the range A2:A6 & name it as Manufacture. (See the marked area) 2. Name the ranges B2:B6, C2:C6, D2:D6, E2:E6 & F2:F6 as Samsung, Sony, Nokia, HTC & BlackBerry respectively. 3. Select any cell in the sheet & Enter "Manufacture" to that cell & "Phone" next cell.
  • 18. 4. Select the cell below Manufacture (for this example it's E14). 5. Add Drop Down List the range "Manufacture" 6. Then select the cell bellow Phone (or this example it's F14). 7. Click on Data Validation on Data Tools group in Data Tab. 8. Select "List' from Allow drop down list. 9. Enter "=Indirect (E14)" as Source. Press Enter. If you receive below error message, Press "Yes". Otherwise check your data for any error. This error means you leave manufacture blank. Once you select any manufacture from the list it will not appear again.
  • 19. Now you have Dynamic Drop Down List. Select any manufacture from drop down list. See the phone drop down list changes as manufacture selected by you.
  • 20. Add Trend Line to Excel Chart Trend lines are easiest way to find out trend of a data set. Let’s take you are selling shoes using amazon.com & ebay.com. This year sales details listed below. You can download data file using this link. Web Store January FebruaryMarch April May June July eBay.com 12 13 20 26 34 32 36 Amazon.com15 21 24 25 23 18 12 1. Before adding trend line we need chart. 2. Draw a line chart using above data. 3. Now we can add trend line for above chart. 4. Write click on any series. 5. Select 'Add Trend Line' from the pop up menu.
  • 21. Then new pop up window appear we can choose behaviors & properties of trend line from this menu. In this example our chart is amazon.com line is looks like a parabola. So that we can select "Polynomial" as type & set order as two. If you wish to see equation of the trend line, tick "Display Equation on Chart". Now you can close the window to see your trend line. Add trend lines for both series & see how your selling pattern changing. We can consider ebay.com line as linear.
  • 22. Error Checking I would like to discuss how can we trace error in excel formulas. There are several methods to do so. Let's consider some of them. Download the data file from here. Excel sheets may have lots of equations to proper functioning. If there is a mistake in one of those equations it's very difficult to locate the correct cell manually. We can use "Trace Precedents" & "Trace Dependents" options to locate correct cell. 1. Go to "Formula Auditing" group in "Formulas" tab. 2. You can find “Trace Precedents" & "Trace Dependents" options left side of the group. 3. Select the cell which contains the error formula. 4. Click on "Trace Precedents". 5. See the arrow lines connecting all relevant cells. 6. Likewise see the "Trace dependents" option. 7. We can use "Remove Arrows" option to clear arrows. 8. If there is an error in formula we can use "Error Checking" function. 9. Go to "Formula Auditing" group in "Formulas" tab. 10.Select the cell which containing error value. 11.Then click small arrow on "Error Checking" 12.Select "Trace Error" 13.See red arrow from the cell which is caused to error.