SlideShare a Scribd company logo
NR COMPUTER LEARNING CENTER (NRCLC)

NR Computer Learning Center (NRCLC), located in Orange, CA,
specializes in providing training in using the Microsoft products.
       NRCLC is a Microsoft Authorized Training partner.

   Our goal is to help organizations and individuals improve
     business productivity and efficiency through the use of
  technology. We provide hands-on training in Excel, Access,
 Outlook, Visio, SharePoint and Project Management - ranging
                  from basic to advanced topics.
VAZI OKHANDIAR
 Microsoft Certified Trainer (MCT)
 Project Management Professional (PMP)
 MBA, MSCS and BSEE
 Over 20 years of IT Project Management, Software Development
  and Training experience.
 Worked for EDS (HP), CSC, Toyota
MICROSOFT EXCEL 2010
 Microsoft Excel 2010 is a powerful spreadsheet tool used for
  analyzing, managing and transforming data in a format that
  presentable and easy to understand for decision makers.
EXCEL 2010
 Microsoft Excel 2010, includes over 450 functions and 7
  categories to help users to easily embed functions into their
  formula for quickly and easily generate result without
  programming.


 Formula Tab > Function Library Group > Logical Library
OBJECTIVE
1.   Formula
2.   Relative vs Absolute Cell Reference
3.   Using AutoFill
4.   Using IF statement
5.   Using Multiplication operator
6.   Using Sum & Sumifs function
7.   Using Pivot Table
FORMULA
 A Formula start with an equal sign (=)
 The equal sign goes in the cell where the formula needs to
  appear.
 The equal sign informs Excel what follows is part of a formula
 The formula can consist of Cell Address, value and/or function
EXAMPLE
 The formula to add all the numbers in
 the cell address C3 through C10 using
 function sum is

     = Sum ( C3 : C10 )

    Using Excel    From cell C3
    Function Sum   to Cell C10
TWO TYPES OF CELL
REFERENCES
A cell address in a formula can be of one of the
following types:
   Relative Cell Reference
   Absolute Cell Reference
RELATIVE CELL ADDRESS

A cell address in a formula without a ‘$’ sign is
 referred to as relative cell address.
When a formula with relative cell address is
 copy and pasted on another cell in the
 spreadsheet, Excel automatically updates the
 cell address in the formula based on the new
 location of the formula.
ABSOLUTE CELL ADDRESS
A cell address in a formula with a ‘$’ sign is
 referred to as absolute cell address.
An absolute cell address consists of $ symbol
 before column letter, row number or both.
        For example: = $D$5
When a formula with absolute cell address is
 copy and pasted on another cell, Excel does
 not update the cell address in the formula.
AUTOFILL
 The Auto Fill feature in Excel automatically fill cell with
  data, based on a pattern.
 You can select cells and drag the fill handle across or down
  the cells that you want to fill.
 Example, type Sun in Cell A1, hold down the autofill handle
  and drag it to the right. Excel will automatically fill the cell
  from A1 to G1.
IF STATEMENT
 IF used to conduct conditional tests on values and formulas.
 Returns one value if a condition you specify evaluates to TRUE
  and another value if it evaluates to FALSE.

   IF(logical_test,value_if_true,value_if_false)

Logical_test: is any value or expression that can be evaluated to
TRUE or FALSE.
Value_if_true is the value that is returned if logical_test is TRUE.
Value_if_false is the value that is returned if logical_test is
FALSE.
                                           True        Logic           False
                                                        al
                                                       Test
IF FUNCTION




Formula Tab > Function Library Group > Logical Library
EXAMPLE 1: USING IF FUNCTION
   Sales Rep Table
                                Unit Price Table




   Using IF function, update Sales Rep
   Table with the price of the product listed
   in the Unit Price Table
Sales Rep Table
                                                   Unit Price Table




  Is cell D2             Is cell D2        Is cell D2            Is cell D2
      =           N          =        N        =        N            =
  Microsoft              Microsoft         Microsoft             Microsoft
  OneNote                  Office           Project                Excel
     2010                   2010              2010                  2010


        Y                      Y                 Y                     Y

F2 = $79              F2 =                F2 =                F2 =
                      $350                $599                $139
 =IF(D2=$I$2,$J$2,IF(D2=$I$3,$J$3,IF(D2=$I$4,$J$4,IF(D2=$I$5,$J$5,"N
 A"))))
F2
=IF(D2=$I$2,$J$2,IF(D2=$I$3,$J$3,IF(D2=$I$4,$J$4,IF(D2=$I$5,$J$5,"NA")))
                                    )




                                 update the Unit price for each
                                 sale
EXAMPLE 2: USING MULTIPLICATION
OPERATOR
Using Multiplication (*) operator,
update cost column in the Sales Rep
Table.
     Sales Rep
     Table                            Cost: G2 = E2 *
                                            F2




                                 Cost = unit price * units sold
EXAMPLE 3 : USING SUMIF FUNCTION

   Sales Rep Table
                             Unit Price Table




   Using SUMIF function, update Unit
   Price Table with the number of product
   sold
Total Unit: K2 = SUMIFS($E$2:$E$44,$D$2:$D$44,I2)


 Add the quantity listed in cell E2 to E44
 only if the product listed in column D
 matches with the item listed in column I.
EXAMPLE 4: USING SUM
FUNCTION
Using Sum function to find the grand total for the product
sold.

                                      Cell L2 = J2 * K2




                          Grand Total L6=sum(L2:L5)
PIVOT TABLE

Pivot tables are used for summarizing
 huge amounts of data.
It is also used for analyzing data,
 identifying trends and relationships.
PIVOT TABLE
To create pivot table, select the table with data, click on
Insert Tab and then click on Pivot Table.

Original Table                      Pivot Table




     Table 1: Price
     Table
REPORT 1: UNIT SOLD AND SALES
LISTED BY PRODUCT




                     Pivot Table
REPORT 2: UNIT & REVENUE BY
PRODUCT SOLD




                     Pivot Table
REPORT 3: UNIT SOLD & REVENUE
GENERATED BY EACH OF THE SALE
REPRESENTATIVE




                          Pivot Table
MICROSOFT EXCEL 2010
USEFUL FORMULA & FUNCTIONS
 Microsoft Course #: 50449
 Number of Days: 1
 Format: Instructor-Led
 Prerequisites: Excel 2010 Basic
 Description: Provides students with the knowledge
 and skills in using Formula & Functions in Microsoft
 Excel 2010.

         www.nrclc.com/Excel2010
ADDITIONAL TRAINING OPTIONS
 Instructor-Led Classroom Training (www.nrclc.com)
Online courses (www.nrclc.com/online)
   6 weeks in length
   12 self study lessons

Video (DVD) training
 (www.nrclc.com/elearning)
   Learn on your own time and in the convenience of your own
    home
   Hands-on learning experience

Private training
            www.nrclc.com/Excel2010
CONTACT INFORMATION
NR Computer Learning Center
2100 W. Orangewood, Suite 110
      Orange, CA 92868
        www.nrclc.com
         714-505-3475
       info@nrclc.com


 www.nrclc.com/Excel2010

More Related Content

What's hot

Introduction to Excel
Introduction to ExcelIntroduction to Excel
Introduction to ExcelNajma Alam
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
madhuparna bhowmik
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table
Alomgir Hossain
 
Excel formula
Excel formulaExcel formula
Training On Microsoft Excel
Training On Microsoft ExcelTraining On Microsoft Excel
Training On Microsoft Excel
TimesRide
 
Excel functions formulas
Excel functions formulasExcel functions formulas
Excel functions formulasLearnIT@UD
 
MS Excel 2013
MS Excel 2013MS Excel 2013
MS Excel 2013
Jahnavee Parmar
 
Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginners
Blogger Mumma
 
Ms excel
Ms excelMs excel
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh Tiwari
Amresh Tiwari
 
Sorting and Filtering.pptx
Sorting and Filtering.pptxSorting and Filtering.pptx
Sorting and Filtering.pptx
DrAbhishekKumarSingh3
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and Functions
P. SUNDARI ARUN
 
A practical tutorial to excel
A practical tutorial to excelA practical tutorial to excel
A practical tutorial to excel
Munna India
 
Microsoft excel
Microsoft excelMicrosoft excel
Microsoft excel
Zainab Noor
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part I
Si Krishan
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentation
vethics
 
Lesson 1 Excel Introduction
Lesson 1 Excel IntroductionLesson 1 Excel Introduction
Lesson 1 Excel Introductionwats300
 

What's hot (20)

Introduction to Excel
Introduction to ExcelIntroduction to Excel
Introduction to Excel
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table
 
22 Excel Basics
22 Excel Basics22 Excel Basics
22 Excel Basics
 
Excel formula
Excel formulaExcel formula
Excel formula
 
Training On Microsoft Excel
Training On Microsoft ExcelTraining On Microsoft Excel
Training On Microsoft Excel
 
Advanced Excel ppt
Advanced Excel pptAdvanced Excel ppt
Advanced Excel ppt
 
Excel functions formulas
Excel functions formulasExcel functions formulas
Excel functions formulas
 
MS Excel 2013
MS Excel 2013MS Excel 2013
MS Excel 2013
 
Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginners
 
Ms excel
Ms excelMs excel
Ms excel
 
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh Tiwari
 
Sorting and Filtering.pptx
Sorting and Filtering.pptxSorting and Filtering.pptx
Sorting and Filtering.pptx
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and Functions
 
A practical tutorial to excel
A practical tutorial to excelA practical tutorial to excel
A practical tutorial to excel
 
Microsoft excel
Microsoft excelMicrosoft excel
Microsoft 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 2nd
MS Excel 2ndMS Excel 2nd
MS Excel 2nd
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentation
 
Lesson 1 Excel Introduction
Lesson 1 Excel IntroductionLesson 1 Excel Introduction
Lesson 1 Excel Introduction
 

Viewers also liked

MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
Mridul Bansal
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excelsam ran
 
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
BurCom Consulting Ltd.
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
Govind Mandloi
 
50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks 50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks
BurCom Consulting Ltd.
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentationegirshovich
 
Excel 2010 Unit B PPT
Excel 2010 Unit B PPTExcel 2010 Unit B PPT
Excel 2010 Unit B PPTokmomwalking
 
MS Excel 2010 training module
MS Excel 2010 training moduleMS Excel 2010 training module
MS Excel 2010 training module
Aijaz Ali Mooro
 
Introduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 TutorialIntroduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 Tutorial
SpreadsheetTrainer
 
Excel 2010 Unit A PPT
Excel 2010 Unit A PPTExcel 2010 Unit A PPT
Excel 2010 Unit A PPTokmomwalking
 
Microsoft word basics ppt
Microsoft word basics pptMicrosoft word basics ppt
Microsoft word basics pptjdbutler13
 
Advanced Excel &Basic Excel Training
Advanced Excel &Basic Excel TrainingAdvanced Excel &Basic Excel Training
Advanced Excel &Basic Excel Training
aarkex
 
How to create a basic power point presentation
How to create a basic power point presentationHow to create a basic power point presentation
How to create a basic power point presentation
joluisae
 
Management productivity tools1
Management productivity tools1Management productivity tools1
Management productivity tools1
Hari Krishnan
 
Excel 2010.01 edited
Excel 2010.01 editedExcel 2010.01 edited
Excel 2010.01 edited
Iris Hershenson
 
STARTING MICROSOFT EXCEL 2010
STARTING MICROSOFT EXCEL 2010STARTING MICROSOFT EXCEL 2010
STARTING MICROSOFT EXCEL 2010
Estrelle M.A.
 
State of the Word 2011
State of the Word 2011State of the Word 2011
State of the Word 2011
photomatt
 

Viewers also liked (20)

MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
 
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
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
 
50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks 50 MS Excel Tips and Tricks
50 MS Excel Tips and Tricks
 
Ms excel 2007
Ms excel 2007Ms excel 2007
Ms excel 2007
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentation
 
Excel 2010 Unit B PPT
Excel 2010 Unit B PPTExcel 2010 Unit B PPT
Excel 2010 Unit B PPT
 
excell
excellexcell
excell
 
MS Excel 2010 training module
MS Excel 2010 training moduleMS Excel 2010 training module
MS Excel 2010 training module
 
Introduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 TutorialIntroduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 Tutorial
 
Excel 2010 Unit A PPT
Excel 2010 Unit A PPTExcel 2010 Unit A PPT
Excel 2010 Unit A PPT
 
Microsoft word basics ppt
Microsoft word basics pptMicrosoft word basics ppt
Microsoft word basics ppt
 
Advanced Excel &Basic Excel Training
Advanced Excel &Basic Excel TrainingAdvanced Excel &Basic Excel Training
Advanced Excel &Basic Excel Training
 
How to create a basic power point presentation
How to create a basic power point presentationHow to create a basic power point presentation
How to create a basic power point presentation
 
Management productivity tools1
Management productivity tools1Management productivity tools1
Management productivity tools1
 
EXCELL 2010 brochure
EXCELL 2010 brochureEXCELL 2010 brochure
EXCELL 2010 brochure
 
Excel 2010.01 edited
Excel 2010.01 editedExcel 2010.01 edited
Excel 2010.01 edited
 
STARTING MICROSOFT EXCEL 2010
STARTING MICROSOFT EXCEL 2010STARTING MICROSOFT EXCEL 2010
STARTING MICROSOFT EXCEL 2010
 
State of the Word 2011
State of the Word 2011State of the Word 2011
State of the Word 2011
 

Similar to Microsoft excel 2010 useful formula & functions

Succeeding in Business with Microsoft Excel 2010 A Problem Solving Approach 1...
Succeeding in Business with Microsoft Excel 2010 A Problem Solving Approach 1...Succeeding in Business with Microsoft Excel 2010 A Problem Solving Approach 1...
Succeeding in Business with Microsoft Excel 2010 A Problem Solving Approach 1...
KeithRomeros
 
03 Logical functions.pdf
03 Logical functions.pdf03 Logical functions.pdf
03 Logical functions.pdf
RizwanAli988729
 
Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functionssimply_coool
 
G10 Unit 4.pptx
G10 Unit 4.pptxG10 Unit 4.pptx
G10 Unit 4.pptx
abdulwehab2
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007simply_coool
 
Cover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docxCover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docx
faithxdunce63732
 
Microsoft excel 2010 course ii
Microsoft excel 2010   course iiMicrosoft excel 2010   course ii
Microsoft excel 2010 course ii
Don Eck
 
Excel
ExcelExcel
Excel
duttactg
 
Excel
ExcelExcel
Excel
duttactg
 
Sample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced EssentialsSample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced Essentials
learnbydoing
 
Vlookup example
Vlookup exampleVlookup example
Vlookup example
PriyanshuPandey75
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
elsagalgao
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
Ektasingh152981
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
Ektasingh152981
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
SumitBhargavGhadge
 
Excel 2003 tutorial 3
Excel 2003 tutorial 3Excel 2003 tutorial 3
Excel 2003 tutorial 3catacata1976
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
FranzLawrenzDeTorres1
 
In Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docxIn Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docx
sleeperharwell
 

Similar to Microsoft excel 2010 useful formula & functions (20)

Succeeding in Business with Microsoft Excel 2010 A Problem Solving Approach 1...
Succeeding in Business with Microsoft Excel 2010 A Problem Solving Approach 1...Succeeding in Business with Microsoft Excel 2010 A Problem Solving Approach 1...
Succeeding in Business with Microsoft Excel 2010 A Problem Solving Approach 1...
 
03 Logical functions.pdf
03 Logical functions.pdf03 Logical functions.pdf
03 Logical functions.pdf
 
Excel Formulas Functions
Excel Formulas FunctionsExcel Formulas Functions
Excel Formulas Functions
 
G10 Unit 4.pptx
G10 Unit 4.pptxG10 Unit 4.pptx
G10 Unit 4.pptx
 
Excel Formulas Functions 2007
Excel Formulas Functions 2007Excel Formulas Functions 2007
Excel Formulas Functions 2007
 
Cover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docxCover PageComplete and copy the following to Word for your cover p.docx
Cover PageComplete and copy the following to Word for your cover p.docx
 
Microsoft excel 2010 course ii
Microsoft excel 2010   course iiMicrosoft excel 2010   course ii
Microsoft excel 2010 course ii
 
Excel
ExcelExcel
Excel
 
Excel
ExcelExcel
Excel
 
Sample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced EssentialsSample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced Essentials
 
Excel formulas
Excel formulasExcel formulas
Excel formulas
 
Excel300
Excel300Excel300
Excel300
 
Vlookup example
Vlookup exampleVlookup example
Vlookup example
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
 
Introduction_Excel.ppt
Introduction_Excel.pptIntroduction_Excel.ppt
Introduction_Excel.ppt
 
Excel 2003 tutorial 3
Excel 2003 tutorial 3Excel 2003 tutorial 3
Excel 2003 tutorial 3
 
functionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdffunctionsandformulas-131221213835-phpapp01.pdf
functionsandformulas-131221213835-phpapp01.pdf
 
In Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docxIn Section 1 on the Data page, complete each column of the spreads.docx
In Section 1 on the Data page, complete each column of the spreads.docx
 

More from NR Computer Learning Center

Power BI Desktop Overview
Power BI Desktop Overview Power BI Desktop Overview
Power BI Desktop Overview
NR Computer Learning Center
 
Building Dashboard with Excel
Building Dashboard with ExcelBuilding Dashboard with Excel
Building Dashboard with Excel
NR Computer Learning Center
 
Introduction to Data Analytics
Introduction to Data AnalyticsIntroduction to Data Analytics
Introduction to Data Analytics
NR Computer Learning Center
 
Python - Data Structures
Python - Data StructuresPython - Data Structures
Python - Data Structures
NR Computer Learning Center
 
Introduction to SQL
Introduction to SQLIntroduction to SQL
Introduction to SQL
NR Computer Learning Center
 
Office 2019 tips & tricks
Office 2019 tips & tricksOffice 2019 tips & tricks
Office 2019 tips & tricks
NR Computer Learning Center
 
App Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport CentersApp Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport Centers
NR Computer Learning Center
 
Project management fundamentals
Project management fundamentalsProject management fundamentals
Project management fundamentals
NR Computer Learning Center
 
National College Testing Association (NCTA)
National College Testing Association (NCTA)National College Testing Association (NCTA)
National College Testing Association (NCTA)
NR Computer Learning Center
 
National College Testing Association (NCTA)
National College Testing Association (NCTA)National College Testing Association (NCTA)
National College Testing Association (NCTA)
NR Computer Learning Center
 
Building a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BIBuilding a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BI
NR Computer Learning Center
 
Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.
NR Computer Learning Center
 
Stem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented CareersStem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented Careers
NR Computer Learning Center
 
MTA 98 364 - database fundamentals
MTA 98 364 - database fundamentalsMTA 98 364 - database fundamentals
MTA 98 364 - database fundamentals
NR Computer Learning Center
 
MTA 361 software development fundamentals
MTA 361   software development fundamentalsMTA 361   software development fundamentals
MTA 361 software development fundamentals
NR Computer Learning Center
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
NR Computer Learning Center
 
Introduction to c++
Introduction to c++Introduction to c++
Introduction to c++
NR Computer Learning Center
 
Executive dashboard for small business
Executive dashboard for small businessExecutive dashboard for small business
Executive dashboard for small business
NR Computer Learning Center
 
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BIBuilding a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
NR Computer Learning Center
 
Arduino for teens
Arduino for teensArduino for teens
Arduino for teens
NR Computer Learning Center
 

More from NR Computer Learning Center (20)

Power BI Desktop Overview
Power BI Desktop Overview Power BI Desktop Overview
Power BI Desktop Overview
 
Building Dashboard with Excel
Building Dashboard with ExcelBuilding Dashboard with Excel
Building Dashboard with Excel
 
Introduction to Data Analytics
Introduction to Data AnalyticsIntroduction to Data Analytics
Introduction to Data Analytics
 
Python - Data Structures
Python - Data StructuresPython - Data Structures
Python - Data Structures
 
Introduction to SQL
Introduction to SQLIntroduction to SQL
Introduction to SQL
 
Office 2019 tips & tricks
Office 2019 tips & tricksOffice 2019 tips & tricks
Office 2019 tips & tricks
 
App Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport CentersApp Development with Apple Swift Certification at Certiport Centers
App Development with Apple Swift Certification at Certiport Centers
 
Project management fundamentals
Project management fundamentalsProject management fundamentals
Project management fundamentals
 
National College Testing Association (NCTA)
National College Testing Association (NCTA)National College Testing Association (NCTA)
National College Testing Association (NCTA)
 
National College Testing Association (NCTA)
National College Testing Association (NCTA)National College Testing Association (NCTA)
National College Testing Association (NCTA)
 
Building a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BIBuilding a Dashboard in an hour with Power Pivot and Power BI
Building a Dashboard in an hour with Power Pivot and Power BI
 
Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.Introduction to the basic mathematical concept with Python Turtle.
Introduction to the basic mathematical concept with Python Turtle.
 
Stem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented CareersStem presentation - Pathways to Technology Oriented Careers
Stem presentation - Pathways to Technology Oriented Careers
 
MTA 98 364 - database fundamentals
MTA 98 364 - database fundamentalsMTA 98 364 - database fundamentals
MTA 98 364 - database fundamentals
 
MTA 361 software development fundamentals
MTA 361   software development fundamentalsMTA 361   software development fundamentals
MTA 361 software development fundamentals
 
Introduction to java
Introduction to javaIntroduction to java
Introduction to java
 
Introduction to c++
Introduction to c++Introduction to c++
Introduction to c++
 
Executive dashboard for small business
Executive dashboard for small businessExecutive dashboard for small business
Executive dashboard for small business
 
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BIBuilding a Dashboard in an Hour using Microsoft PowerPivot & Power BI
Building a Dashboard in an Hour using Microsoft PowerPivot & Power BI
 
Arduino for teens
Arduino for teensArduino for teens
Arduino for teens
 

Recently uploaded

"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
Fwdays
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 

Recently uploaded (20)

"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi"Impact of front-end architecture on development cost", Viktor Turskyi
"Impact of front-end architecture on development cost", Viktor Turskyi
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdfFIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
FIDO Alliance Osaka Seminar: Passkeys and the Road Ahead.pdf
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 

Microsoft excel 2010 useful formula & functions

  • 1.
  • 2. NR COMPUTER LEARNING CENTER (NRCLC) NR Computer Learning Center (NRCLC), located in Orange, CA, specializes in providing training in using the Microsoft products. NRCLC is a Microsoft Authorized Training partner. Our goal is to help organizations and individuals improve business productivity and efficiency through the use of technology. We provide hands-on training in Excel, Access, Outlook, Visio, SharePoint and Project Management - ranging from basic to advanced topics.
  • 3. VAZI OKHANDIAR  Microsoft Certified Trainer (MCT)  Project Management Professional (PMP)  MBA, MSCS and BSEE  Over 20 years of IT Project Management, Software Development and Training experience.  Worked for EDS (HP), CSC, Toyota
  • 4. MICROSOFT EXCEL 2010  Microsoft Excel 2010 is a powerful spreadsheet tool used for analyzing, managing and transforming data in a format that presentable and easy to understand for decision makers.
  • 5. EXCEL 2010  Microsoft Excel 2010, includes over 450 functions and 7 categories to help users to easily embed functions into their formula for quickly and easily generate result without programming. Formula Tab > Function Library Group > Logical Library
  • 6. OBJECTIVE 1. Formula 2. Relative vs Absolute Cell Reference 3. Using AutoFill 4. Using IF statement 5. Using Multiplication operator 6. Using Sum & Sumifs function 7. Using Pivot Table
  • 7. FORMULA  A Formula start with an equal sign (=)  The equal sign goes in the cell where the formula needs to appear.  The equal sign informs Excel what follows is part of a formula  The formula can consist of Cell Address, value and/or function
  • 8. EXAMPLE The formula to add all the numbers in the cell address C3 through C10 using function sum is = Sum ( C3 : C10 ) Using Excel From cell C3 Function Sum to Cell C10
  • 9. TWO TYPES OF CELL REFERENCES A cell address in a formula can be of one of the following types:  Relative Cell Reference  Absolute Cell Reference
  • 10. RELATIVE CELL ADDRESS A cell address in a formula without a ‘$’ sign is referred to as relative cell address. When a formula with relative cell address is copy and pasted on another cell in the spreadsheet, Excel automatically updates the cell address in the formula based on the new location of the formula.
  • 11. ABSOLUTE CELL ADDRESS A cell address in a formula with a ‘$’ sign is referred to as absolute cell address. An absolute cell address consists of $ symbol before column letter, row number or both. For example: = $D$5 When a formula with absolute cell address is copy and pasted on another cell, Excel does not update the cell address in the formula.
  • 12. AUTOFILL  The Auto Fill feature in Excel automatically fill cell with data, based on a pattern.  You can select cells and drag the fill handle across or down the cells that you want to fill.  Example, type Sun in Cell A1, hold down the autofill handle and drag it to the right. Excel will automatically fill the cell from A1 to G1.
  • 13. IF STATEMENT  IF used to conduct conditional tests on values and formulas.  Returns one value if a condition you specify evaluates to TRUE and another value if it evaluates to FALSE. IF(logical_test,value_if_true,value_if_false) Logical_test: is any value or expression that can be evaluated to TRUE or FALSE. Value_if_true is the value that is returned if logical_test is TRUE. Value_if_false is the value that is returned if logical_test is FALSE. True Logic False al Test
  • 14. IF FUNCTION Formula Tab > Function Library Group > Logical Library
  • 15. EXAMPLE 1: USING IF FUNCTION Sales Rep Table Unit Price Table Using IF function, update Sales Rep Table with the price of the product listed in the Unit Price Table
  • 16. Sales Rep Table Unit Price Table Is cell D2 Is cell D2 Is cell D2 Is cell D2 = N = N = N = Microsoft Microsoft Microsoft Microsoft OneNote Office Project Excel 2010 2010 2010 2010 Y Y Y Y F2 = $79 F2 = F2 = F2 = $350 $599 $139 =IF(D2=$I$2,$J$2,IF(D2=$I$3,$J$3,IF(D2=$I$4,$J$4,IF(D2=$I$5,$J$5,"N A"))))
  • 18. EXAMPLE 2: USING MULTIPLICATION OPERATOR Using Multiplication (*) operator, update cost column in the Sales Rep Table. Sales Rep Table Cost: G2 = E2 * F2 Cost = unit price * units sold
  • 19. EXAMPLE 3 : USING SUMIF FUNCTION Sales Rep Table Unit Price Table Using SUMIF function, update Unit Price Table with the number of product sold
  • 20. Total Unit: K2 = SUMIFS($E$2:$E$44,$D$2:$D$44,I2) Add the quantity listed in cell E2 to E44 only if the product listed in column D matches with the item listed in column I.
  • 21. EXAMPLE 4: USING SUM FUNCTION Using Sum function to find the grand total for the product sold. Cell L2 = J2 * K2 Grand Total L6=sum(L2:L5)
  • 22. PIVOT TABLE Pivot tables are used for summarizing huge amounts of data. It is also used for analyzing data, identifying trends and relationships.
  • 23. PIVOT TABLE To create pivot table, select the table with data, click on Insert Tab and then click on Pivot Table. Original Table Pivot Table Table 1: Price Table
  • 24. REPORT 1: UNIT SOLD AND SALES LISTED BY PRODUCT Pivot Table
  • 25. REPORT 2: UNIT & REVENUE BY PRODUCT SOLD Pivot Table
  • 26. REPORT 3: UNIT SOLD & REVENUE GENERATED BY EACH OF THE SALE REPRESENTATIVE Pivot Table
  • 27. MICROSOFT EXCEL 2010 USEFUL FORMULA & FUNCTIONS  Microsoft Course #: 50449  Number of Days: 1  Format: Instructor-Led  Prerequisites: Excel 2010 Basic  Description: Provides students with the knowledge and skills in using Formula & Functions in Microsoft Excel 2010. www.nrclc.com/Excel2010
  • 28. ADDITIONAL TRAINING OPTIONS  Instructor-Led Classroom Training (www.nrclc.com) Online courses (www.nrclc.com/online)  6 weeks in length  12 self study lessons Video (DVD) training (www.nrclc.com/elearning)  Learn on your own time and in the convenience of your own home  Hands-on learning experience Private training www.nrclc.com/Excel2010
  • 29. CONTACT INFORMATION NR Computer Learning Center 2100 W. Orangewood, Suite 110 Orange, CA 92868 www.nrclc.com 714-505-3475 info@nrclc.com www.nrclc.com/Excel2010

Editor's Notes

  1. This spreadsheet contains the information regarding Order date, Region, Rep who sold it, Item that was sold, number of units sold, cost per unit.You can use pivot table to find the list of product sold, total quantity sold and total revenue generated through the sale .You can also see the revune generated by region or sales by sales rep.
  2. Or you can drill down and see who sold what in each of the regions.
  3. Small groups of students (maximum of 12)One computer per studentTraining MaterialCertified InstructorQuick Reference CardCertificate of completion