SlideShare uma empresa 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

Mais conteúdo relacionado

Mais procurados

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
 

Mais procurados (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
 

Destaque

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
 

Destaque (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
 

Semelhante 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
 

Semelhante 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
 

Mais de Ashish Patel

Mais 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

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 

Último (20)

Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 

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