SlideShare uma empresa Scribd logo
1 de 31
Microsoft Excel
Content
 MS Excel Features
 Excel Files Formats
 Movements Keys
 Excel Sheet or Spread Sheet
 Formatting
 Cell & Range
 Formulas
 Operators
 Function
 Excel Error Values
 Important Formulas
MS Excel Features
 Number Crunching
 Creating Chart
 Organizing List
 Accessing Other Data
 Creating Graphical Dashboards
Recognizing the Excel File Formats
Format Description
XLSX A workbook file that does not contain macros
XLSM A workbook file that contains macros
XLTX A workbook template file that does not contain macros
XLTM A workbook template file that contains macros
XLSA An add-in file
XLSB
A binary file similar to the old XLS format but able to
accommodate the new features
XLSK A backup file
Excel Worksheet Movement Keys
Key Action
Up arrow (↑) Moves the active cell up one row.
Down arrow (↓) Moves the active cell down one row.
Left arrow (←) or Shift+Tab Moves the active cell one column to the left.
Right arrow (→) or Tab Moves the active cell one column to the right.
PgUp Moves the active cell up one screen.
PgDn Moves the active cell down one screen.
Alt+PgDn Moves the active cell right one screen.
Alt+PgUp Moves the active cell left one screen.
Ctrl+Backspace Scrolls the screen so that the active cell is visible.
Excel Sheet or Spread Sheet
Ribbon
The Merge & Center command
Dialog Boxes
 Activate any cell in the table.
 Choose Insert ➪ Charts ➪ Column and then select one of the 2-D column
chart types.
Excel inserts the chart in the center of your screen.
Creating a Chart
Pasting in Special Ways
Pasting Formats Description
Past (P)
Pastes the cell’s contents, formats, and data
validation from the Windows Clipboard
Formulas (F) Pastes formulas, but not formatting.
Formulas & Number Formatting
(O)
Pastes formulas and number formatting only
Keep Source Formatting (K) Pastes formulas, and all formatting.
No Borders (B)
Pastes everything except borders that appear
in the source range.
Keep Source Column Width (W)
Pastes formulas, and also duplicates the
column width of the copied cells
Paste Special Dialog Box
Adding Comments to Cells
 Choose Review ➪ Comments ➪ New Comment.
 Right-click the cell and choose Insert Comment from the
shortcut menu.
 Press Shift+F2.
Number-Formatting Keyboard
Shortcuts
Key
Combination
Formatting Applied
Ctrl+Shift+~ General number format (that is, unformatted values)
Ctrl+Shift+$ Currency format with two decimal places (negative
numbers appear in parentheses)
Ctrl+Shift+% Percentage format, with no decimal places
Ctrl+Shift+^ Scientific notation number format, with two decimal
places
Ctrl+Shift+# Date format with the day, month, and year
Ctrl+Shift+@ Time format with the hour, minute, and AM or PM
Ctrl+Shift+! Two decimal places, thousands separator, and a hyphen
for negative values
Understanding Cells and Ranges
Address Description
C24 A range that consists of a single cell.
A1:B1 Two cells that occupy one row and two columns
A1:D4 16 cells (four rows by four columns).
A6:XFD6
An entire row of cells; this range also can be expressed
as 6:6.
A1:XFD1048576
All cells in a worksheet. This range also can be
expressed as either A:XFD or 1:1048576.
Understanding Formula Basics
 Mathematical operators, such as + (for addition) and * (for
multiplication)
 Cell references (including named cells and ranges)
 Values or text
 Worksheet functions (such as SUM or AVERAGE)
Operator Name
+ Addition
- Subtraction
* Multiplication
/ Division
^ Exponentiation
& Concatenation
Operators Used in Formulas
Operator Name
= Logical comparison (equal to)
> Logical comparison (greater than)
< Logical comparison (less than)
>= Logical comparison (greater than or equal
to)
<= Logical comparison (less than or equal to)
<> Logical comparison (not equal to)
Logic Operators Used in Formulas
Operator What it Does
: (Colon) Specifies a range.
, (comma) Specifies the union of two ranges. This operator combines multiple
range references into a single reference.
(space) Specifies the intersection of two ranges. This operator produces
cells that are common to two ranges.
Reference Operators for Ranges
Function Arguments
 No arguments
 One argument
 A fixed number of arguments
 An indeterminate number of arguments
 Optional arguments
Function
 Algebraic Functions
 Logic Functions
 Lookup Function
 Statistic Function
 Financial Function
 Text Function
 Date & Time Function
Operator Name Description
Sum Add Selected array in one cell
Product Multiply of two or more references
Quotient Divide two or more references
- (Subtraction) Subtraction of references
Algebraic Function
Algebraic Function
 Division
=QUOTIENT(First_Reference,Second_Reference)
 Multiplication
=PRODUCT(Start_Cell:End_Cell)
 Addition
=SUM(Start_Cell:End_Cell)
 Subtraction
=First_Reference - Second_Reference
Function Description
AND Both logic are true then return true
Or One logic is true then return true
> First greater then Second
< First less then second
>= First Greater then or Equal the second
<= First less then or Equal the second
IF Logic is true the return true other wise false
Logic Function
 AND
=AND(First_Logic,Second_Logic)
 OR
=OR(First_Logic,Second_Logic)
 Greater Then ( > )
= First_ Condition > Second_Condition
 Less Then ( < )
= First_ Condition < Second_Condition
 IF
=IF(Logic,Truth_Value,Flase Value)
(if reference true then truth value else/otherwise false value)
Logic Function
Functions Lookup
Function Description
CHOOSE Returns a specific value from a list of values supplied as arguments
HLOOKUP
Horizontal lookup. Searches for a value in the top row of a table and returns
a value in the same column from a row you specify in the table.
IF
Returns one value if a condition you specify is TRUE, and returns another
value if the condition is FALSE.
IFERROR
If the first argument returns an error, the second argument is evaluated and
returned. If the first argument does not return an error, then it is evaluated
and returned.
INDEX Returns a value (or the reference to a value) from within a table or range
LOOKUP
Returns a value either from a one-row or one-column range. Another form of
the LOOKUP function works like VLOOKUP but is restricted to returning a
value from the last column of a range.
MATCH
Returns the relative position of an item in a range that matches a specified
value.
OFFSET
Returns a reference to a range that is a specified number of rows and
columns from a cell or range of cells.
VLOOKUP
Vertical lookup. Searches for a value in the first column of a table and returns
a value in the same row from a column you specify in the table.
The VLOOKUP function
VLOOKUP(lookup_value,table_array,col_index_num,range_lookup)
The HLOOKUP function
HLOOKUP(lookup_value,table_array,row_index_num,range_lookup)
The LOOKUP function
LOOKUP(lookup_value,lookup_vector,result_vector)
The MATCH and INDEX functions
MATCH(lookup_value,lookup_array,match_type)
INDEX(array,row_num,column_num)
LOOKUP Function
Excel Error Values
Error
Value
Description/Explanation
#DIV/0!
The formula is trying to divide by zero. This also occurs when the
formula attempts to divide by what’s in a cell that is empty (that is, by
nothing).
#NAME?
The formula uses a name that Excel doesn’t recognize. This can
happen if you delete a name that’s used in the formula or if you have
unmatched quotes when using text.
#N/A
The formula is referring (directly or indirectly) to a cell that uses the
NA function to signal that data is not available. Some functions (for
example, VLOOKUP) can also return #N/A.
#NULL! The formula uses an intersection of two ranges that don’t intersect.
#NUM!
A problem with a value exists; for example, you specified a negative
number where a positive number is expected.
#REF!
The formula refers to a cell that isn’t valid. This can happen if the cell
has been deleted from the worksheet.
#VALUE!
The formula includes an argument or operand of the wrong type. An
operand is a value or cell reference that a formula uses to calculate a
result.
Function Formulas
Count Count Numbers
=COUNT(Start_Cell:End_Cell)
Count Alphabet
=COUNTA(Start_Cell:End_Cell)
Countif
=COUNTIF(Range,Criteria)
Countifs
=COUNTIFS(Range1,Criteria,Range2,Criteria,……)
Sum
Sum
=SUM(Start_Num:End_Num)
Sumif
=SUMIF(Range,Criteria,Sum_Range)
Sumifs
=SUMIFS(Sum_Range,Range1,Criteria1,Range2,Criteria2,…….)
Average
Average
=AVERAGE(Start_Num:End_Num)
Averageif
=AVERAGEIF(Range,Criteria,Average_Range)
Averageifs
=AVERAGEIFS(Average_Range,Range1,Ceriteri1,Range2,Criteria2,…..)
Ms excel
Ms excel

Mais conteúdo relacionado

Mais procurados

Introduction to Excel
Introduction to ExcelIntroduction to Excel
Introduction to Excel
Najma Alam
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
Buffalo Seminary
 

Mais procurados (20)

Introduction to Excel
Introduction to ExcelIntroduction to Excel
Introduction to Excel
 
Training On Microsoft Excel
Training On Microsoft ExcelTraining On Microsoft Excel
Training On Microsoft Excel
 
Excel lesson01
Excel lesson01Excel lesson01
Excel lesson01
 
Microsoft Excel Basics
Microsoft Excel BasicsMicrosoft Excel Basics
Microsoft Excel Basics
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
 
Microsoft word
Microsoft wordMicrosoft word
Microsoft word
 
Introduction to MS Word
Introduction to MS WordIntroduction to MS Word
Introduction to MS Word
 
Ms word 2010
Ms word 2010Ms word 2010
Ms word 2010
 
Advanced Microsoft Excel
Advanced Microsoft ExcelAdvanced Microsoft Excel
Advanced Microsoft Excel
 
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 2nd
MS Excel 2ndMS Excel 2nd
MS Excel 2nd
 
M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
 
03 Excel formulas and functions
03 Excel formulas and functions03 Excel formulas and functions
03 Excel formulas and functions
 
Ms excel
Ms excelMs excel
Ms excel
 
Ms word 2007
Ms word 2007Ms word 2007
Ms word 2007
 
Excel training
Excel trainingExcel training
Excel training
 
MS Excel 2013
MS Excel 2013MS Excel 2013
MS Excel 2013
 
Ms word
Ms wordMs word
Ms word
 
Excel Tutorial
Excel TutorialExcel Tutorial
Excel Tutorial
 
Microsoft excel
Microsoft excelMicrosoft excel
Microsoft excel
 

Destaque

Digital etiquette
Digital etiquetteDigital etiquette
Digital etiquette
Aria016
 
Digital Etiquette
Digital EtiquetteDigital Etiquette
Digital Etiquette
13sh
 
Cyber safety & Social Media - Penguin 2012
Cyber safety & Social Media - Penguin 2012Cyber safety & Social Media - Penguin 2012
Cyber safety & Social Media - Penguin 2012
Corrie Barclay
 
Digital Etiquette
Digital EtiquetteDigital Etiquette
Digital Etiquette
guesta9fbb7
 
Digital Etiquette
Digital EtiquetteDigital Etiquette
Digital Etiquette
13sh
 

Destaque (20)

Introduction to Computing Lecture 01 history of computers
Introduction to Computing Lecture 01 history of computersIntroduction to Computing Lecture 01 history of computers
Introduction to Computing Lecture 01 history of computers
 
FEATURES OF MICROSOFT EXCEL
FEATURES OF MICROSOFT EXCELFEATURES OF MICROSOFT EXCEL
FEATURES OF MICROSOFT EXCEL
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 
01 intro to vb-net
01 intro to vb-net01 intro to vb-net
01 intro to vb-net
 
Formulas Cheat Sheet
Formulas Cheat SheetFormulas Cheat Sheet
Formulas Cheat Sheet
 
Otomatisasi siklus akuntansi menggunakan excel
Otomatisasi siklus akuntansi menggunakan excelOtomatisasi siklus akuntansi menggunakan excel
Otomatisasi siklus akuntansi menggunakan excel
 
Excel Presentation
Excel PresentationExcel Presentation
Excel Presentation
 
Internet Phishing
Internet PhishingInternet Phishing
Internet Phishing
 
Internet Phishing
Internet Phishing�Internet Phishing�
Internet Phishing
 
Excel
ExcelExcel
Excel
 
Digital etiquette
Digital etiquetteDigital etiquette
Digital etiquette
 
Ms excel
Ms excelMs excel
Ms excel
 
Digital Etiquette
Digital EtiquetteDigital Etiquette
Digital Etiquette
 
Our Solutions To the Problems with Guided Reading
Our Solutions To the Problems with Guided ReadingOur Solutions To the Problems with Guided Reading
Our Solutions To the Problems with Guided Reading
 
Problem solving reading and writing classes
Problem solving reading and writing classesProblem solving reading and writing classes
Problem solving reading and writing classes
 
Cyber safety & Social Media - Penguin 2012
Cyber safety & Social Media - Penguin 2012Cyber safety & Social Media - Penguin 2012
Cyber safety & Social Media - Penguin 2012
 
Digital Etiquette
Digital EtiquetteDigital Etiquette
Digital Etiquette
 
Fungsi IF , Hlookup dan Vlookup
Fungsi IF , Hlookup dan VlookupFungsi IF , Hlookup dan Vlookup
Fungsi IF , Hlookup dan Vlookup
 
Digital Etiquette
Digital EtiquetteDigital Etiquette
Digital Etiquette
 
What Is Digital Etiquette
What Is Digital EtiquetteWhat Is Digital Etiquette
What Is Digital Etiquette
 

Semelhante a Ms excel

4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
Nitish Nagar
 
Microsoft Excel Project 1 Presentation
Microsoft Excel Project 1 PresentationMicrosoft Excel Project 1 Presentation
Microsoft Excel Project 1 Presentation
jmartinvvc
 
Excel 2003 tutorial 3
Excel 2003 tutorial 3Excel 2003 tutorial 3
Excel 2003 tutorial 3
catacata1976
 
SQL select statement and functions
SQL select statement and functionsSQL select statement and functions
SQL select statement and functions
Vikas Gupta
 

Semelhante a Ms excel (20)

1.2 Zep Excel.pptx
1.2 Zep Excel.pptx1.2 Zep Excel.pptx
1.2 Zep Excel.pptx
 
Advanced Excel ppt
Advanced Excel pptAdvanced Excel ppt
Advanced Excel ppt
 
9 - Advanced Functions in MS Excel.pptx
9 - Advanced Functions in MS Excel.pptx9 - Advanced Functions in MS Excel.pptx
9 - Advanced Functions in MS Excel.pptx
 
Excel Training
Excel TrainingExcel Training
Excel Training
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
New Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel TutorialNew Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel Tutorial
 
Basic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 TutorialBasic Formulas - Excel 2013 Tutorial
Basic Formulas - Excel 2013 Tutorial
 
3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt3 Formulas, Ranges, Functions.ppt
3 Formulas, Ranges, Functions.ppt
 
Excel for research
Excel  for researchExcel  for research
Excel for research
 
Be a pro in LOOKUP function in Excel.pptx
Be a pro in LOOKUP function in Excel.pptxBe a pro in LOOKUP function in Excel.pptx
Be a pro in LOOKUP function in Excel.pptx
 
Intermediate Excel
Intermediate Excel Intermediate Excel
Intermediate Excel
 
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
4b6c1c5c-e913-4bbf-b3a4-41e23cb961ba-161004200047.pdf
 
Excle
ExcleExcle
Excle
 
Microsoft Excel Project 1 Presentation
Microsoft Excel Project 1 PresentationMicrosoft Excel Project 1 Presentation
Microsoft Excel Project 1 Presentation
 
Day-2 SQL Theory_V1.pptx
Day-2 SQL Theory_V1.pptxDay-2 SQL Theory_V1.pptx
Day-2 SQL Theory_V1.pptx
 
Excel 2003 tutorial 3
Excel 2003 tutorial 3Excel 2003 tutorial 3
Excel 2003 tutorial 3
 
Microsoft Excel Glossary & Keyboard Shortcuts-Function Keys
Microsoft Excel Glossary & Keyboard Shortcuts-Function KeysMicrosoft Excel Glossary & Keyboard Shortcuts-Function Keys
Microsoft Excel Glossary & Keyboard Shortcuts-Function Keys
 
Microsoft Excel.pptx
Microsoft Excel.pptxMicrosoft Excel.pptx
Microsoft Excel.pptx
 
Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basics
 
SQL select statement and functions
SQL select statement and functionsSQL select statement and functions
SQL select statement and functions
 

Último

Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
amitlee9823
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
amitlee9823
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
amitlee9823
 

Último (20)

Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night StandCall Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Doddaballapur Road ☎ 7737669865 🥵 Book Your One night Stand
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Anomaly detection and data imputation within time series
Anomaly detection and data imputation within time seriesAnomaly detection and data imputation within time series
Anomaly detection and data imputation within time series
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
Abortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get CytotecAbortion pills in Jeddah | +966572737505 | Get Cytotec
Abortion pills in Jeddah | +966572737505 | Get Cytotec
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Begur Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 
Capstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics ProgramCapstone Project on IBM Data Analytics Program
Capstone Project on IBM Data Analytics Program
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
 

Ms excel

  • 2. Content  MS Excel Features  Excel Files Formats  Movements Keys  Excel Sheet or Spread Sheet  Formatting  Cell & Range  Formulas  Operators  Function  Excel Error Values  Important Formulas
  • 3. MS Excel Features  Number Crunching  Creating Chart  Organizing List  Accessing Other Data  Creating Graphical Dashboards
  • 4. Recognizing the Excel File Formats Format Description XLSX A workbook file that does not contain macros XLSM A workbook file that contains macros XLTX A workbook template file that does not contain macros XLTM A workbook template file that contains macros XLSA An add-in file XLSB A binary file similar to the old XLS format but able to accommodate the new features XLSK A backup file
  • 5. Excel Worksheet Movement Keys Key Action Up arrow (↑) Moves the active cell up one row. Down arrow (↓) Moves the active cell down one row. Left arrow (←) or Shift+Tab Moves the active cell one column to the left. Right arrow (→) or Tab Moves the active cell one column to the right. PgUp Moves the active cell up one screen. PgDn Moves the active cell down one screen. Alt+PgDn Moves the active cell right one screen. Alt+PgUp Moves the active cell left one screen. Ctrl+Backspace Scrolls the screen so that the active cell is visible.
  • 6. Excel Sheet or Spread Sheet
  • 8. The Merge & Center command
  • 10.  Activate any cell in the table.  Choose Insert ➪ Charts ➪ Column and then select one of the 2-D column chart types. Excel inserts the chart in the center of your screen. Creating a Chart
  • 11. Pasting in Special Ways Pasting Formats Description Past (P) Pastes the cell’s contents, formats, and data validation from the Windows Clipboard Formulas (F) Pastes formulas, but not formatting. Formulas & Number Formatting (O) Pastes formulas and number formatting only Keep Source Formatting (K) Pastes formulas, and all formatting. No Borders (B) Pastes everything except borders that appear in the source range. Keep Source Column Width (W) Pastes formulas, and also duplicates the column width of the copied cells
  • 13. Adding Comments to Cells  Choose Review ➪ Comments ➪ New Comment.  Right-click the cell and choose Insert Comment from the shortcut menu.  Press Shift+F2.
  • 14. Number-Formatting Keyboard Shortcuts Key Combination Formatting Applied Ctrl+Shift+~ General number format (that is, unformatted values) Ctrl+Shift+$ Currency format with two decimal places (negative numbers appear in parentheses) Ctrl+Shift+% Percentage format, with no decimal places Ctrl+Shift+^ Scientific notation number format, with two decimal places Ctrl+Shift+# Date format with the day, month, and year Ctrl+Shift+@ Time format with the hour, minute, and AM or PM Ctrl+Shift+! Two decimal places, thousands separator, and a hyphen for negative values
  • 15. Understanding Cells and Ranges Address Description C24 A range that consists of a single cell. A1:B1 Two cells that occupy one row and two columns A1:D4 16 cells (four rows by four columns). A6:XFD6 An entire row of cells; this range also can be expressed as 6:6. A1:XFD1048576 All cells in a worksheet. This range also can be expressed as either A:XFD or 1:1048576.
  • 16. Understanding Formula Basics  Mathematical operators, such as + (for addition) and * (for multiplication)  Cell references (including named cells and ranges)  Values or text  Worksheet functions (such as SUM or AVERAGE)
  • 17. Operator Name + Addition - Subtraction * Multiplication / Division ^ Exponentiation & Concatenation Operators Used in Formulas
  • 18. Operator Name = Logical comparison (equal to) > Logical comparison (greater than) < Logical comparison (less than) >= Logical comparison (greater than or equal to) <= Logical comparison (less than or equal to) <> Logical comparison (not equal to) Logic Operators Used in Formulas
  • 19. Operator What it Does : (Colon) Specifies a range. , (comma) Specifies the union of two ranges. This operator combines multiple range references into a single reference. (space) Specifies the intersection of two ranges. This operator produces cells that are common to two ranges. Reference Operators for Ranges
  • 20. Function Arguments  No arguments  One argument  A fixed number of arguments  An indeterminate number of arguments  Optional arguments
  • 21. Function  Algebraic Functions  Logic Functions  Lookup Function  Statistic Function  Financial Function  Text Function  Date & Time Function
  • 22. Operator Name Description Sum Add Selected array in one cell Product Multiply of two or more references Quotient Divide two or more references - (Subtraction) Subtraction of references Algebraic Function
  • 23. Algebraic Function  Division =QUOTIENT(First_Reference,Second_Reference)  Multiplication =PRODUCT(Start_Cell:End_Cell)  Addition =SUM(Start_Cell:End_Cell)  Subtraction =First_Reference - Second_Reference
  • 24. Function Description AND Both logic are true then return true Or One logic is true then return true > First greater then Second < First less then second >= First Greater then or Equal the second <= First less then or Equal the second IF Logic is true the return true other wise false Logic Function
  • 25.  AND =AND(First_Logic,Second_Logic)  OR =OR(First_Logic,Second_Logic)  Greater Then ( > ) = First_ Condition > Second_Condition  Less Then ( < ) = First_ Condition < Second_Condition  IF =IF(Logic,Truth_Value,Flase Value) (if reference true then truth value else/otherwise false value) Logic Function
  • 26. Functions Lookup Function Description CHOOSE Returns a specific value from a list of values supplied as arguments HLOOKUP Horizontal lookup. Searches for a value in the top row of a table and returns a value in the same column from a row you specify in the table. IF Returns one value if a condition you specify is TRUE, and returns another value if the condition is FALSE. IFERROR If the first argument returns an error, the second argument is evaluated and returned. If the first argument does not return an error, then it is evaluated and returned. INDEX Returns a value (or the reference to a value) from within a table or range LOOKUP Returns a value either from a one-row or one-column range. Another form of the LOOKUP function works like VLOOKUP but is restricted to returning a value from the last column of a range. MATCH Returns the relative position of an item in a range that matches a specified value. OFFSET Returns a reference to a range that is a specified number of rows and columns from a cell or range of cells. VLOOKUP Vertical lookup. Searches for a value in the first column of a table and returns a value in the same row from a column you specify in the table.
  • 27. The VLOOKUP function VLOOKUP(lookup_value,table_array,col_index_num,range_lookup) The HLOOKUP function HLOOKUP(lookup_value,table_array,row_index_num,range_lookup) The LOOKUP function LOOKUP(lookup_value,lookup_vector,result_vector) The MATCH and INDEX functions MATCH(lookup_value,lookup_array,match_type) INDEX(array,row_num,column_num) LOOKUP Function
  • 28. Excel Error Values Error Value Description/Explanation #DIV/0! The formula is trying to divide by zero. This also occurs when the formula attempts to divide by what’s in a cell that is empty (that is, by nothing). #NAME? The formula uses a name that Excel doesn’t recognize. This can happen if you delete a name that’s used in the formula or if you have unmatched quotes when using text. #N/A The formula is referring (directly or indirectly) to a cell that uses the NA function to signal that data is not available. Some functions (for example, VLOOKUP) can also return #N/A. #NULL! The formula uses an intersection of two ranges that don’t intersect. #NUM! A problem with a value exists; for example, you specified a negative number where a positive number is expected. #REF! The formula refers to a cell that isn’t valid. This can happen if the cell has been deleted from the worksheet. #VALUE! The formula includes an argument or operand of the wrong type. An operand is a value or cell reference that a formula uses to calculate a result.
  • 29. Function Formulas Count Count Numbers =COUNT(Start_Cell:End_Cell) Count Alphabet =COUNTA(Start_Cell:End_Cell) Countif =COUNTIF(Range,Criteria) Countifs =COUNTIFS(Range1,Criteria,Range2,Criteria,……) Sum Sum =SUM(Start_Num:End_Num) Sumif =SUMIF(Range,Criteria,Sum_Range) Sumifs =SUMIFS(Sum_Range,Range1,Criteria1,Range2,Criteria2,…….) Average Average =AVERAGE(Start_Num:End_Num) Averageif =AVERAGEIF(Range,Criteria,Average_Range) Averageifs =AVERAGEIFS(Average_Range,Range1,Ceriteri1,Range2,Criteria2,…..)