SlideShare una empresa de Scribd logo
1 de 16
Excel Tips
CONFIDENTIAL

                                             & Tricks



Document
Date

This report is solely for the use of client personnel. No part of it may be
circulated, quoted, or reproduced for distribution outside the client
organization without prior written approval from McKinsey & Company.
This material was used by McKinsey & Company during an oral
presentation; it is not a complete record of the discussion.
SUMIF()                                                                                                                 STICKER
Unit of measures




 What Does It Do ?

 This function adds the value of items which match criteria set by the user.
 Syntax

 =SUMIF(RangeOfThingsToBeExamined,CriteriaToBeMatched,RangeOfValuesToTotal)
 =SUMIF(C4:C12,"Brakes",E4:E12)                                This examines the names of products in C4:C12.

                                                               It then identifies the entries for Brakes.

                                                               It then totals the respective figures in E4:E12

  =SUMIF(E4:E12,">=100")                                       This examines the values in E4:E12.

                                                               If the value is >=100 the value is added to the total.
        * Footnote
        Source:            Sources
UPPER()                                                          STICKER
Unit of measures




   What Does It Do ?
   This function converts all characters in a piece of text to
   upper case.

   Syntax
   =UPPER(TextToConvert)


     * Footnote
     Source:       Sources
TRIM()                                                                   STICKER
Unit of measures




     What Does It Do ?
     This function removes unwanted spaces from a piece of text.
     The spaces before and after the text will be removed completely.
     Multiple spaces within the text will be trimmed to a single space


     Syntax
     =TRIM(TextToTrim)



      * Footnote
      Source:      Sources
ROUNDUP()                                                                                      STICKER
Unit of measures




   What Does It Do ?
   This function rounds a number up to a specified amount of decimal places.
   If 0 is used the number is rounded up to the nearest whole number.
   If a negative amount of rounding is used the figures to the left of the decimal point are
   rounded.


   Syntax
   =ROUNDUPNumberToRound,DecimalPlacesToUse)



      * Footnote
      Source:       Sources
PROPER()                                                                       STICKER
Unit of measures




  What Does It Do ?
  This function converts the first letter of each word to uppercase, and all
  subsequent letters are converted to lower case.




  Syntax
  =PROPER(TextToConvert)



     * Footnote
     Source:       Sources
ISERROR()                                                                             STICKER
Unit of measures




   What Does It Do ?
   This function tests a cell or calculation to determine whether an error has been
   generated.
   It will show TRUE for any type of error and FALSE if no error is found.


   Syntax
   =ISERROR(CellToTest)
   The CellToTest can be a cell reference or a formula.
     * Footnote
     Source:       Sources
IF()                                                                        STICKER
Unit of measures




 What Does It Do?
 This function tests a condition.
 If the condition is met it is considered to be TRUE.
 If the condition is not met it is considered as FALSE.
 Depending upon the result, one of two actions will be carried out.


 Syntax
  =IF(Condition,ActionIfTrue,ActionIfFalse)
 The Condition is usually a test of two cells, such as A1=A2.
 The ActionIfTrue and ActionIfFalse can be numbers, text or calculations.
       * Footnote
       Source:      Sources
DATEIF()                                                                                                                    STICKER
Unit of measures




  What Does It Do?
  This function calculates the difference between two dates.
  It can show the result in weeks, months or years.


  Syntax
  =DATEDIF(FirstDate,SecondDate,"Interval")
  FirstDate : This is the earliest of the two dates.
  SecondDate : This is the most recent of the two dates.
  "Interval" : This indicates what you want to calculate.
  These are the available intervals.
                                "d"          Days between the two dates.
                                "m"          Months between the two dates.
                                "y"          Years between the two dates.
                                "yd"         Days between the dates, as if the dates were in the same year.
                               "ym"          Months between the dates, as if the dates were in the same year.
                               "md"          Days between the two dates, as if the dates were in the same month and year.
        * Footnote
        Source:            Sources
CONCATENATE()                                                        STICKER
Unit of measures




        What Does It Do?
        This function joins separate pieces of text into one item.


        Syntax
        =CONCATENATE(Text1,Text2,Text3...Text30)
        Up to thirty pieces of text can be joined.




     * Footnote
     Source:       Sources
Splitting The Text                                                                 STICKER
Unit of measures




   The following formula are useful when you have one cell containing text which
   needs to be split up.

   One of the most common examples of this is when a persons FirstName and
   LastName are entered in full into a cell.

   The formula use various text functions to accomplish the task.
   Each of the techniques uses the space between the names to identify where to
   split.


     * Footnote
     Source:       Sources
Graphs                                                                                             STICKER
Unit of measures


             Jan    Feb      Mar
    North    45      50      50
    South    30      25      35
     East    35      10      50
     West    20      50       5




 Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in
 data. For instance, rather than having to analyze several columns of worksheet numbers, you can see
 at a glance whether sales are falling or rising over the periods/zonal.
 Some Very Famous Charts types :
  1.Column Chart
  2. Bar Chart
  3. Line Chart
  4. Pie Chart
  5. Cylinder Chart
  6. Cone Chart
  7. Pyramid Chart
      * Footnote
      Source:      Sources
Protect Workbook / Sheet                                                                 STICKER
Unit of measures                                  Tools -> Protection -> Protect Sheet
Microsoft Excel provides several layers of
protection to control who can access and
change your Excel data.


Worksheet protection You can protect
elements on a worksheet— such as cells with
formulas

Workbook-level protection You can apply
protection to workbook elements and you can
protect a workbook file from viewing and
changes.

Protecting elements from all users You
can prevent users from inserting, deleting,
and formatting rows and columns, from
changing the contents of locked cells, and
from moving the cursor to cells that are locked
or to cells that are unlocked.




      * Footnote
      Source:      Sources
Pivot Table                       STICKER
Unit of measures
 • From Data menu, select
      Pivot Table

 •   The Pivot Table Wizard
     appears

 •   Choose your source-
     usually Excel database

 •   Select the database
     range- include titles

 •   Next drag field buttons
     to where you want that
     data in the pivot table
     (more on this)

 •   Finish- create pivot table
     name




     * Footnote
     Source:      Sources
Macros                                                                                                  STICKER
Unit of measures
    If you perform a task repeatedly in Microsoft Excel, you can automate the task with a macro. A macro
    is a series of commands and functions.

    For example, if you often enter long text strings in cells, you can create a macro to format those cells
    so that the text wraps.

    Recording macros When you record a macro, Excel stores information about each step you take as
    you perform a series of commands. You then run the macro to repeat, or "play back," the commands.

    Making a macro easy to run You can run a macro by choosing it from a list in the Macro dialog box.
    To make a macro run whenever you click a particular button or press a particular key combination, you
    can assign the macro to a toolbar button.




    Tools -> Macro -> Record New Macro




      * Footnote
      Source:      Sources
STICKER
Unit of measures




                             Thank You !




     * Footnote
     Source:       Sources

Más contenido relacionado

La actualidad más candente

Advances in ms excel
Advances in ms excelAdvances in ms excel
Advances in ms excelMohit Kumar
 
Excel functions formulas
Excel functions formulasExcel functions formulas
Excel functions formulasLearnIT@UD
 
Parameter Estimation User Guide
Parameter Estimation User GuideParameter Estimation User Guide
Parameter Estimation User GuideAndy Salmon
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functionsBuffalo Seminary
 
Python PCEP Operators
Python PCEP OperatorsPython PCEP Operators
Python PCEP OperatorsIHTMINSTITUTE
 
Excel Formula and Function Basics
Excel Formula and Function BasicsExcel Formula and Function Basics
Excel Formula and Function Basicsguest1c3d8c6
 
Guide To Mastering The MySQL Query Execution Plan
Guide To Mastering The MySQL Query Execution PlanGuide To Mastering The MySQL Query Execution Plan
Guide To Mastering The MySQL Query Execution PlanOptimiz DBA
 
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticMaria Elena Acdol-Talavera
 
Session 05 – mel and expression
Session 05 – mel and expressionSession 05 – mel and expression
Session 05 – mel and expressionTrí Bằng
 
Working on MS-Excel 'FORMULA TAB'
Working on MS-Excel 'FORMULA TAB'Working on MS-Excel 'FORMULA TAB'
Working on MS-Excel 'FORMULA TAB'Pranav Kumar
 
Vlookup - an introduction
Vlookup - an introductionVlookup - an introduction
Vlookup - an introductionvvmenon22
 
Excel Datamining Addin Intermediate
Excel Datamining Addin IntermediateExcel Datamining Addin Intermediate
Excel Datamining Addin IntermediateDataminingTools Inc
 

La actualidad más candente (17)

Advances in ms excel
Advances in ms excelAdvances in ms excel
Advances in ms excel
 
Excel functions formulas
Excel functions formulasExcel functions formulas
Excel functions formulas
 
Parameter Estimation User Guide
Parameter Estimation User GuideParameter Estimation User Guide
Parameter Estimation User Guide
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Matlab for marketing people
Matlab for marketing peopleMatlab for marketing people
Matlab for marketing people
 
Formula in MS Excel
Formula in MS ExcelFormula in MS Excel
Formula in MS Excel
 
Python PCEP Operators
Python PCEP OperatorsPython PCEP Operators
Python PCEP Operators
 
Excel Formula and Function Basics
Excel Formula and Function BasicsExcel Formula and Function Basics
Excel Formula and Function Basics
 
Guide To Mastering The MySQL Query Execution Plan
Guide To Mastering The MySQL Query Execution PlanGuide To Mastering The MySQL Query Execution Plan
Guide To Mastering The MySQL Query Execution Plan
 
How to Use VLOOKUP in Excel
How to Use VLOOKUP in ExcelHow to Use VLOOKUP in Excel
How to Use VLOOKUP in Excel
 
Fieldsymbols
FieldsymbolsFieldsymbols
Fieldsymbols
 
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious AnalyticVLOOKUP Function - Marelen Talavera - Vivacious Analytic
VLOOKUP Function - Marelen Talavera - Vivacious Analytic
 
Session 05 – mel and expression
Session 05 – mel and expressionSession 05 – mel and expression
Session 05 – mel and expression
 
Working on MS-Excel 'FORMULA TAB'
Working on MS-Excel 'FORMULA TAB'Working on MS-Excel 'FORMULA TAB'
Working on MS-Excel 'FORMULA TAB'
 
Vlookup - an introduction
Vlookup - an introductionVlookup - an introduction
Vlookup - an introduction
 
Advanced Excel, Day 1
Advanced Excel, Day 1Advanced Excel, Day 1
Advanced Excel, Day 1
 
Excel Datamining Addin Intermediate
Excel Datamining Addin IntermediateExcel Datamining Addin Intermediate
Excel Datamining Addin Intermediate
 

Destacado

Fibonacci sequence and golden ratio
Fibonacci sequence and golden ratioFibonacci sequence and golden ratio
Fibonacci sequence and golden ratiovayappurathu
 
Excel tips advance
Excel tips advanceExcel tips advance
Excel tips advanceAshish Patel
 
Designing for the web - 101
Designing for the web - 101Designing for the web - 101
Designing for the web - 101Ashraf Hamdy
 
Paul Bhangal, images from work experience, events and travel
Paul Bhangal, images from work experience, events and travelPaul Bhangal, images from work experience, events and travel
Paul Bhangal, images from work experience, events and travelPaul Bhangal
 
Sex revershal
Sex revershalSex revershal
Sex revershalwiyah_Ra
 
John Shannon Portfolio
John Shannon PortfolioJohn Shannon Portfolio
John Shannon Portfolio38shannon
 
ShopekLobek first term work summary
ShopekLobek first term work summaryShopekLobek first term work summary
ShopekLobek first term work summaryAshraf Hamdy
 
Excel tips advance
Excel tips advanceExcel tips advance
Excel tips advanceAshish Patel
 
Financial management
Financial managementFinancial management
Financial managementAshish Patel
 
Fibonacci Sequence and Golden Ratio
Fibonacci Sequence and Golden RatioFibonacci Sequence and Golden Ratio
Fibonacci Sequence and Golden Ratiovayappurathu
 

Destacado (17)

Fibonacci sequence and golden ratio
Fibonacci sequence and golden ratioFibonacci sequence and golden ratio
Fibonacci sequence and golden ratio
 
Bbfc certifications
Bbfc certificationsBbfc certifications
Bbfc certifications
 
Excel tips advance
Excel tips advanceExcel tips advance
Excel tips advance
 
Designing for the web - 101
Designing for the web - 101Designing for the web - 101
Designing for the web - 101
 
Excel tips
Excel tipsExcel tips
Excel tips
 
Paul Bhangal, images from work experience, events and travel
Paul Bhangal, images from work experience, events and travelPaul Bhangal, images from work experience, events and travel
Paul Bhangal, images from work experience, events and travel
 
Sex revershal
Sex revershalSex revershal
Sex revershal
 
John Shannon Portfolio
John Shannon PortfolioJohn Shannon Portfolio
John Shannon Portfolio
 
ShopekLobek first term work summary
ShopekLobek first term work summaryShopekLobek first term work summary
ShopekLobek first term work summary
 
Sam 1
Sam 1Sam 1
Sam 1
 
Excel tips advance
Excel tips advanceExcel tips advance
Excel tips advance
 
Genre research
Genre researchGenre research
Genre research
 
Protista
ProtistaProtista
Protista
 
Financial management
Financial managementFinancial management
Financial management
 
fantasy research
fantasy research fantasy research
fantasy research
 
Research conclusion
Research conclusionResearch conclusion
Research conclusion
 
Fibonacci Sequence and Golden Ratio
Fibonacci Sequence and Golden RatioFibonacci Sequence and Golden Ratio
Fibonacci Sequence and Golden Ratio
 

Similar a Excel tips advance

Simple formulas excel
Simple formulas excelSimple formulas excel
Simple formulas excelMalika khalil
 
Microsoft excel training
Microsoft excel trainingMicrosoft excel training
Microsoft excel trainingEmilyE120
 
Getting started with Microsoft Excel Macros
Getting started with Microsoft Excel MacrosGetting started with Microsoft Excel Macros
Getting started with Microsoft Excel MacrosNick Weisenberger
 
VERSIONS AND FUNCTIONS OF MS EXCEL
VERSIONS AND FUNCTIONS OF MS EXCELVERSIONS AND FUNCTIONS OF MS EXCEL
VERSIONS AND FUNCTIONS OF MS EXCELIMRAN WASTA
 
Useful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxUseful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxvanshikatyagi74
 
Python_Unit-1_PPT_Data Types.pptx
Python_Unit-1_PPT_Data Types.pptxPython_Unit-1_PPT_Data Types.pptx
Python_Unit-1_PPT_Data Types.pptxSahajShrimal1
 
Phd coursestatalez2datamanagement
Phd coursestatalez2datamanagementPhd coursestatalez2datamanagement
Phd coursestatalez2datamanagementMarco Delogu
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsP. SUNDARI ARUN
 
Functions of ms excel 2003
Functions of ms excel 2003Functions of ms excel 2003
Functions of ms excel 2003gaurav jain
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answerRaajTech
 
Abstract Data Types (a) Explain briefly what is meant by the ter.pdf
Abstract Data Types (a) Explain briefly what is meant by the ter.pdfAbstract Data Types (a) Explain briefly what is meant by the ter.pdf
Abstract Data Types (a) Explain briefly what is meant by the ter.pdfkarymadelaneyrenne19
 

Similar a Excel tips advance (20)

Lect11
Lect11Lect11
Lect11
 
Simple formulas excel
Simple formulas excelSimple formulas excel
Simple formulas excel
 
Excel300
Excel300Excel300
Excel300
 
Microsoft excel training
Microsoft excel trainingMicrosoft excel training
Microsoft excel training
 
ADVANCE ITT BY PRASAD
ADVANCE ITT BY PRASADADVANCE ITT BY PRASAD
ADVANCE ITT BY PRASAD
 
Excel Training
Excel TrainingExcel Training
Excel Training
 
Getting started with Microsoft Excel Macros
Getting started with Microsoft Excel MacrosGetting started with Microsoft Excel Macros
Getting started with Microsoft Excel Macros
 
VERSIONS AND FUNCTIONS OF MS EXCEL
VERSIONS AND FUNCTIONS OF MS EXCELVERSIONS AND FUNCTIONS OF MS EXCEL
VERSIONS AND FUNCTIONS OF MS EXCEL
 
Useful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptxUseful Excel Functions & Formula Used everywhere.pptx
Useful Excel Functions & Formula Used everywhere.pptx
 
stats
statsstats
stats
 
Bt0065
Bt0065Bt0065
Bt0065
 
B T0065
B T0065B T0065
B T0065
 
Excel_Tips
Excel_TipsExcel_Tips
Excel_Tips
 
Python_Unit-1_PPT_Data Types.pptx
Python_Unit-1_PPT_Data Types.pptxPython_Unit-1_PPT_Data Types.pptx
Python_Unit-1_PPT_Data Types.pptx
 
Excel.useful fns
Excel.useful fnsExcel.useful fns
Excel.useful fns
 
Phd coursestatalez2datamanagement
Phd coursestatalez2datamanagementPhd coursestatalez2datamanagement
Phd coursestatalez2datamanagement
 
MS-Excel Formulas and Functions
MS-Excel Formulas and FunctionsMS-Excel Formulas and Functions
MS-Excel Formulas and Functions
 
Functions of ms excel 2003
Functions of ms excel 2003Functions of ms excel 2003
Functions of ms excel 2003
 
Chapter 16-spreadsheet1 questions and answer
Chapter 16-spreadsheet1  questions and answerChapter 16-spreadsheet1  questions and answer
Chapter 16-spreadsheet1 questions and answer
 
Abstract Data Types (a) Explain briefly what is meant by the ter.pdf
Abstract Data Types (a) Explain briefly what is meant by the ter.pdfAbstract Data Types (a) Explain briefly what is meant by the ter.pdf
Abstract Data Types (a) Explain briefly what is meant by the ter.pdf
 

Más de Ashish Patel

Más de Ashish Patel (8)

Business economics b com part i
Business economics b com  part iBusiness economics b com  part i
Business economics b com part i
 
VINAYAKA MISSIONS UNIVERSITY
VINAYAKA MISSIONS UNIVERSITYVINAYAKA MISSIONS UNIVERSITY
VINAYAKA MISSIONS UNIVERSITY
 
2222
22222222
2222
 
Micnotes
MicnotesMicnotes
Micnotes
 
Excel tips advance
Excel tips advanceExcel tips advance
Excel tips advance
 
Advance Excel tips
Advance Excel tips Advance Excel tips
Advance Excel tips
 
Excel tips
Excel tipsExcel tips
Excel tips
 
Excel tips
Excel tipsExcel tips
Excel tips
 

Último

Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Association for Project Management
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6Vanessa Camilleri
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptxDhatriParmar
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1GloryAnnCastre1
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxAneriPatwari
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17Celine George
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptxmary850239
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptxmary850239
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxAnupam32727
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQuiz Club NITW
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...DhatriParmar
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDhatriParmar
 

Último (20)

Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
Team Lead Succeed – Helping you and your team achieve high-performance teamwo...
 
ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6ICS 2208 Lecture Slide Notes for Topic 6
ICS 2208 Lecture Slide Notes for Topic 6
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
Unraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptxUnraveling Hypertext_ Analyzing  Postmodern Elements in  Literature.pptx
Unraveling Hypertext_ Analyzing Postmodern Elements in Literature.pptx
 
Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1Reading and Writing Skills 11 quarter 4 melc 1
Reading and Writing Skills 11 quarter 4 melc 1
 
CHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptxCHEST Proprioceptive neuromuscular facilitation.pptx
CHEST Proprioceptive neuromuscular facilitation.pptx
 
How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17How to Fix XML SyntaxError in Odoo the 17
How to Fix XML SyntaxError in Odoo the 17
 
4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx4.11.24 Poverty and Inequality in America.pptx
4.11.24 Poverty and Inequality in America.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 
4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx4.11.24 Mass Incarceration and the New Jim Crow.pptx
4.11.24 Mass Incarceration and the New Jim Crow.pptx
 
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptxCLASSIFICATION OF ANTI - CANCER DRUGS.pptx
CLASSIFICATION OF ANTI - CANCER DRUGS.pptx
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITWQ-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
Q-Factor HISPOL Quiz-6th April 2024, Quiz Club NITW
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
Blowin' in the Wind of Caste_ Bob Dylan's Song as a Catalyst for Social Justi...
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptxDecoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
Decoding the Tweet _ Practical Criticism in the Age of Hashtag.pptx
 

Excel tips advance

  • 1. Excel Tips CONFIDENTIAL & Tricks Document Date This report is solely for the use of client personnel. No part of it may be circulated, quoted, or reproduced for distribution outside the client organization without prior written approval from McKinsey & Company. This material was used by McKinsey & Company during an oral presentation; it is not a complete record of the discussion.
  • 2. SUMIF() STICKER Unit of measures What Does It Do ? This function adds the value of items which match criteria set by the user. Syntax =SUMIF(RangeOfThingsToBeExamined,CriteriaToBeMatched,RangeOfValuesToTotal) =SUMIF(C4:C12,"Brakes",E4:E12) This examines the names of products in C4:C12. It then identifies the entries for Brakes. It then totals the respective figures in E4:E12 =SUMIF(E4:E12,">=100") This examines the values in E4:E12. If the value is >=100 the value is added to the total. * Footnote Source: Sources
  • 3. UPPER() STICKER Unit of measures What Does It Do ? This function converts all characters in a piece of text to upper case. Syntax =UPPER(TextToConvert) * Footnote Source: Sources
  • 4. TRIM() STICKER Unit of measures What Does It Do ? This function removes unwanted spaces from a piece of text. The spaces before and after the text will be removed completely. Multiple spaces within the text will be trimmed to a single space Syntax =TRIM(TextToTrim) * Footnote Source: Sources
  • 5. ROUNDUP() STICKER Unit of measures What Does It Do ? This function rounds a number up to a specified amount of decimal places. If 0 is used the number is rounded up to the nearest whole number. If a negative amount of rounding is used the figures to the left of the decimal point are rounded. Syntax =ROUNDUPNumberToRound,DecimalPlacesToUse) * Footnote Source: Sources
  • 6. PROPER() STICKER Unit of measures What Does It Do ? This function converts the first letter of each word to uppercase, and all subsequent letters are converted to lower case. Syntax =PROPER(TextToConvert) * Footnote Source: Sources
  • 7. ISERROR() STICKER Unit of measures What Does It Do ? This function tests a cell or calculation to determine whether an error has been generated. It will show TRUE for any type of error and FALSE if no error is found. Syntax =ISERROR(CellToTest) The CellToTest can be a cell reference or a formula. * Footnote Source: Sources
  • 8. IF() STICKER Unit of measures What Does It Do? This function tests a condition. If the condition is met it is considered to be TRUE. If the condition is not met it is considered as FALSE. Depending upon the result, one of two actions will be carried out. Syntax =IF(Condition,ActionIfTrue,ActionIfFalse) The Condition is usually a test of two cells, such as A1=A2. The ActionIfTrue and ActionIfFalse can be numbers, text or calculations. * Footnote Source: Sources
  • 9. DATEIF() STICKER Unit of measures What Does It Do? This function calculates the difference between two dates. It can show the result in weeks, months or years. Syntax =DATEDIF(FirstDate,SecondDate,"Interval") FirstDate : This is the earliest of the two dates. SecondDate : This is the most recent of the two dates. "Interval" : This indicates what you want to calculate. These are the available intervals. "d" Days between the two dates. "m" Months between the two dates. "y" Years between the two dates. "yd" Days between the dates, as if the dates were in the same year. "ym" Months between the dates, as if the dates were in the same year. "md" Days between the two dates, as if the dates were in the same month and year. * Footnote Source: Sources
  • 10. CONCATENATE() STICKER Unit of measures What Does It Do? This function joins separate pieces of text into one item. Syntax =CONCATENATE(Text1,Text2,Text3...Text30) Up to thirty pieces of text can be joined. * Footnote Source: Sources
  • 11. Splitting The Text STICKER Unit of measures The following formula are useful when you have one cell containing text which needs to be split up. One of the most common examples of this is when a persons FirstName and LastName are entered in full into a cell. The formula use various text functions to accomplish the task. Each of the techniques uses the space between the names to identify where to split. * Footnote Source: Sources
  • 12. Graphs STICKER Unit of measures Jan Feb Mar North 45 50 50 South 30 25 35 East 35 10 50 West 20 50 5 Charts are visually appealing and make it easy for users to see comparisons, patterns, and trends in data. For instance, rather than having to analyze several columns of worksheet numbers, you can see at a glance whether sales are falling or rising over the periods/zonal. Some Very Famous Charts types : 1.Column Chart 2. Bar Chart 3. Line Chart 4. Pie Chart 5. Cylinder Chart 6. Cone Chart 7. Pyramid Chart * Footnote Source: Sources
  • 13. Protect Workbook / Sheet STICKER Unit of measures Tools -> Protection -> Protect Sheet Microsoft Excel provides several layers of protection to control who can access and change your Excel data. Worksheet protection You can protect elements on a worksheet— such as cells with formulas Workbook-level protection You can apply protection to workbook elements and you can protect a workbook file from viewing and changes. Protecting elements from all users You can prevent users from inserting, deleting, and formatting rows and columns, from changing the contents of locked cells, and from moving the cursor to cells that are locked or to cells that are unlocked. * Footnote Source: Sources
  • 14. Pivot Table STICKER Unit of measures • From Data menu, select Pivot Table • The Pivot Table Wizard appears • Choose your source- usually Excel database • Select the database range- include titles • Next drag field buttons to where you want that data in the pivot table (more on this) • Finish- create pivot table name * Footnote Source: Sources
  • 15. Macros STICKER Unit of measures If you perform a task repeatedly in Microsoft Excel, you can automate the task with a macro. A macro is a series of commands and functions. For example, if you often enter long text strings in cells, you can create a macro to format those cells so that the text wraps. Recording macros When you record a macro, Excel stores information about each step you take as you perform a series of commands. You then run the macro to repeat, or "play back," the commands. Making a macro easy to run You can run a macro by choosing it from a list in the Macro dialog box. To make a macro run whenever you click a particular button or press a particular key combination, you can assign the macro to a toolbar button. Tools -> Macro -> Record New Macro * Footnote Source: Sources
  • 16. STICKER Unit of measures Thank You ! * Footnote Source: Sources