SlideShare a Scribd company logo
An Introduction to
MicroSoft Excel
A Nervous Rex !
A Beginner's Guide to MS Excel
A Beginner's Guide to MS Excel
A Beginner's Guide to MS Excel
A Beginner's Guide to MS Excel
Ctrl C
Ctrl V
???
Focus Areas
Shortcuts Functions VLOOKUP
Shortcuts
General
Ctrl X : Cut
Ctrl S : Save
Ctrl F : Find
Ctrl A : Select All
Ctrl Z : Undo
Ctrl Y : Redo
Ctrl B : Bold
Ctrl Home : Move to First Cell
Alt I R : Insert Row
Alt I C : Insert Column
Alt + : Auto SumAlt D F F : Filter
Ctrl - : Delete
Specialized
Focus Areas
Shortcuts Functions VLOOKUP
Functions
Error Checking
#NULL!
#DIV/0!
#VALUE!
#REF!
#NAME?
#NUM!
#N/A
Standard problem:
1 25 1
2 30 2
3 #N/A 3
4 15 4
total #N/A total
The error messes up computations
Before After
IFERROR
(Operation , Value if error is detected)
=IFERROR (A1, “ ”)(=A1)
Functions
error check
25 1 25 25
30 2 30 30
#N/A 3 #N/A
15 4 15 15
#N/A total #N/A 70
he error messes up computations Can now find the total despite the bad data
=A1 IFERROR(A1,” ”)
Before After
Functions
BA
Focus Areas
Shortcuts Functions VLOOKUP
VLOOKUP
Vertical Look Up
• What to find
• Where to find it
• Only find that which matches exactly
• Where to send it once it is found
Team City
KCS Chennai
KRK Kolkata
RJR Jaipur
GPRS Pune
DED Delhi
RIB Bangalore
Which City does Team GPRS belong to ?
A B
1
2
3
4
5
6
77
8
=VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
Value we are trying to find
Table of data we are looking in to find the match
The column where the value will be found
Should always be "0"
VLOOKUP
Team City
KCS Chennai
KRK Kolkata
RJR Jaipur
GPRS Pune
DED Delhi
RIB Bangalore
A B
1
2
3
4
5
6
77
8
=VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
Value we are trying to find
Table of data we are looking in to find the match
The column where the value will be found
Should always be "0"
GPRS
A1 : B8
2
= vlookup(“GPRS”, A1:B8,2,0)
= vlookup(“GPRS”, $A$1:$B$8,2,0)
VLOOKUP Watch outs
• Use $ sign to lock reference
= vlookup($A1, $A$1:$B$8,2,0)
• Keep an eye on the column number
= vlookup($A1, $A$1:$B$8,2,0)
A Beginner's Guide to MS Excel

More Related Content

PDF
DOCX
Informatica
DOCX
Dti2143 lab sheet 9
PDF
Bcsl 033 data and file structures lab s3-2
DOC
C program to check leap year
PDF
Bcsl 033 data and file structures lab s3-1
PDF
Bcsl 033 data and file structures lab s2-1
PDF
AI&ML Conference 2019 - Deep Learning from zero to hero
Informatica
Dti2143 lab sheet 9
Bcsl 033 data and file structures lab s3-2
C program to check leap year
Bcsl 033 data and file structures lab s3-1
Bcsl 033 data and file structures lab s2-1
AI&ML Conference 2019 - Deep Learning from zero to hero

What's hot (20)

DOC
Exception Example in Python
PDF
Bcsl 033 data and file structures lab s1-1
PDF
Numerical Analysis lab 4
PDF
COMPUTER GRAPHICS
DOCX
10740737 1599055096995598 1135912358_n
PPTX
Lect08 exercises
PPTX
Najmul
DOCX
Cuarto Punto Parte A
DOCX
Programa
DOCX
Swadeshi Microprocessor Quiz 2020 (Start-up India)
DOC
C program to add two numbers
DOCX
Technical c
DOCX
program in c
PDF
Progr2
DOCX
Tercer Punto
PDF
Eso3 tablasestadisticas blog
DOCX
Segundo Punto
PDF
C언어 스터디 강의자료 - 1차시
Exception Example in Python
Bcsl 033 data and file structures lab s1-1
Numerical Analysis lab 4
COMPUTER GRAPHICS
10740737 1599055096995598 1135912358_n
Lect08 exercises
Najmul
Cuarto Punto Parte A
Programa
Swadeshi Microprocessor Quiz 2020 (Start-up India)
C program to add two numbers
Technical c
program in c
Progr2
Tercer Punto
Eso3 tablasestadisticas blog
Segundo Punto
C언어 스터디 강의자료 - 1차시
Ad

Viewers also liked (20)

PPT
Excel for beginners class 1
PPT
Microsoft Excel VLOOKUP Function
PPTX
Using PowerPivot instead o VLOOKUP
PPTX
Vlookup In Excel
PDF
How to be a VLOOKUP Expert!
PPTX
Creating a vlookup v1.0 050813
PPTX
Vlookup Using Lists
PDF
Module4 peripherals
PPTX
PDF
USING VLOOKUP FUNCTION
PPT
Using vlookup in excel
DOC
MICROSOFT EXCEL (ICTL)
PDF
PDF
IoT Protocols
DOCX
ประวัติวอลเลย์บอล
PDF
Speed up your digital transformation
PPTX
Luyện thi Chứng chỉ A Tin học
PPTX
Final start
DOCX
Tugas 1
Excel for beginners class 1
Microsoft Excel VLOOKUP Function
Using PowerPivot instead o VLOOKUP
Vlookup In Excel
How to be a VLOOKUP Expert!
Creating a vlookup v1.0 050813
Vlookup Using Lists
Module4 peripherals
USING VLOOKUP FUNCTION
Using vlookup in excel
MICROSOFT EXCEL (ICTL)
IoT Protocols
ประวัติวอลเลย์บอล
Speed up your digital transformation
Luyện thi Chứng chỉ A Tin học
Final start
Tugas 1
Ad

Similar to A Beginner's Guide to MS Excel (19)

PDF
To excel or not?
PPT
Verilogforlab
PPT
Interesting facts on c
PDF
Chapter 5
PPT
c_tutorial_2.ppt
DOCX
CST2403 NOTES
PDF
C SLIDES PREPARED BY M V B REDDY
PPTX
Advanced Excel Functions in powerpoint presentation
PDF
stackconf 2022: Are all programming languages in english?
PPTX
Csci101 lect03 algorithms_i
PPTX
presentation_c_basics_1589366177_381682.pptx
PPTX
Operators in C programming language.pptx
PPTX
Keyboard shortcuts in ms excel 5
PDF
Funções, Scanf, EOF
PPTX
UNIT 1.pptx Programming for Problem Solving
PDF
C++ Programming From Problem Analysis to Program Design 7th Edition Malik Tes...
PDF
100-Excel-Tips.pdf
PDF
The Definitive 100 Most Useful Excel Tips
To excel or not?
Verilogforlab
Interesting facts on c
Chapter 5
c_tutorial_2.ppt
CST2403 NOTES
C SLIDES PREPARED BY M V B REDDY
Advanced Excel Functions in powerpoint presentation
stackconf 2022: Are all programming languages in english?
Csci101 lect03 algorithms_i
presentation_c_basics_1589366177_381682.pptx
Operators in C programming language.pptx
Keyboard shortcuts in ms excel 5
Funções, Scanf, EOF
UNIT 1.pptx Programming for Problem Solving
C++ Programming From Problem Analysis to Program Design 7th Edition Malik Tes...
100-Excel-Tips.pdf
The Definitive 100 Most Useful Excel Tips

Recently uploaded (20)

PDF
Lecture1 pattern recognition............
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
Introduction to machine learning and Linear Models
PPT
Reliability_Chapter_ presentation 1221.5784
PDF
Foundation of Data Science unit number two notes
PPT
Quality review (1)_presentation of this 21
PPTX
Introduction to Knowledge Engineering Part 1
PDF
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
PDF
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
PPTX
Business Ppt On Nestle.pptx huunnnhhgfvu
PPTX
Supervised vs unsupervised machine learning algorithms
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PPTX
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PPTX
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
PPTX
IB Computer Science - Internal Assessment.pptx
PPT
Miokarditis (Inflamasi pada Otot Jantung)
PDF
Business Analytics and business intelligence.pdf
Lecture1 pattern recognition............
IBA_Chapter_11_Slides_Final_Accessible.pptx
Introduction to machine learning and Linear Models
Reliability_Chapter_ presentation 1221.5784
Foundation of Data Science unit number two notes
Quality review (1)_presentation of this 21
Introduction to Knowledge Engineering Part 1
BF and FI - Blockchain, fintech and Financial Innovation Lesson 2.pdf
168300704-gasification-ppt.pdfhghhhsjsjhsuxush
Business Ppt On Nestle.pptx huunnnhhgfvu
Supervised vs unsupervised machine learning algorithms
STUDY DESIGN details- Lt Col Maksud (21).pptx
DISORDERS OF THE LIVER, GALLBLADDER AND PANCREASE (1).pptx
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
Introduction-to-Cloud-ComputingFinal.pptx
Introduction to Basics of Ethical Hacking and Penetration Testing -Unit No. 1...
IB Computer Science - Internal Assessment.pptx
Miokarditis (Inflamasi pada Otot Jantung)
Business Analytics and business intelligence.pdf

A Beginner's Guide to MS Excel