SlideShare une entreprise Scribd logo
1  sur  8
Télécharger pour lire hors ligne
SATISH KUMAR AVUNOORI
Excel Notes
Unit – I
INTRODUCTION TO MS – EXCEL
Microsoft Excel is a member of the spreadsheet family of software. Spreadsheet software is used to
store information in columns and rows, which can then be organized and/or processed. Spreadsheets are
designed to work well with numbers but often include text. Sometimes text in a spreadsheet is called a
label, because it is labeling columns and rows of numbers. Numbers are called values sometimes, and can
include numbers for counts or measurements, dates, times, and calculations from numbers. Spreadsheets
can help organize information, like alphabetizing a list of names or other text or reordering records
according to a numeric field. However, spreadsheets are more often used for calculating, such as totaling a
column of numbers or generating a more sophisticated formula to calculate some statistical measure on a
list of numbers.
Excel allows you to create spreadsheets much like paper ledgers that can perform automatic
calculations. Each Excel file is a workbook that can hold many worksheets. The worksheet is a grid of
columns (designated by letters) and rows (designated by numbers). The letters and numbers of the
columns and rows (called labels) are displayed in gray buttons across the top and left side of the
worksheet. The intersection of a column and a row is called a cell. Each cell on the spreadsheet has a cell
address that is the column letter and the row number. Cells can contain either text, numbers, or
mathematical formulas.
Excel 2010 Screen Elements:
CREATING AND EDITING WORKSHEET:
CREATING A NEW WORKSHEET:
By default excel consist of three new blank work sheets
To add new works sheet: (Shift + F11)
Steps:
 Right Click the Sheet Name(Sheet1, Sheet2, Sheet3) and select Insert option.
 Insert dialogue window will open
 Choose the Worksheet from that
 Click on ok button
 Sheet 4 will created
BA-II Yr- SEM IV Simple way to learn excel
Page 2 of 8
HOW TO RENAME THE SHEET LABEL:
By default sheet names were (Sheet1, Sheet2….), to change the Sheet1 to for example ( TICSA )
Steps:
 Right Click on the Sheet Name (Sheet1) and select Rename option.
 Now type the sheet name to TICSA
HOW TO DELETE THE SHEET
Steps:
 Right Click on the Sheet Name Ex: Sheet2
 Choose the option Delete
 Now Sheet3 will be deleted
HOW TO HIDE THE SHEET
Steps:
 Right Click on the Sheet Name (Ex: Sheet2) fromSheet1, Sheet2 and Sheet3
 Choose the option Hide
 Now Sheet2 will be Hide
HOW TO UN HIDE THE SHEET
Steps:
 Right Click on the Sheet Name (Ex: Sheet1 or 3) from Sheet1, Sheet3
 Choose the option Unhide
 Unhide window will open
 In that window we can see the list of sheets which were hidden
 From that list select the sheet you need (Ex: Sheet2)
 Now Sheet2 will be un-hidden successfully
Short Cuts:
 To move from Sheet1 to Sheet2 (Ctrl + Page Down) key
 To move from Sheet2 to Sheet1 (Ctrl + Page Up) key
 To move the cursor up/down one by one (Up arrow / Down arrow)
 To move the cursor right / le one by one (Right arrow / Le arow)
 To move the cursor towards the down / up in certain amounts(Page Down / Page Up) Key
 To move the curosr towards right/Le in certain amounts (Alt Page Up / Alt Page Down) Keys
 To Edit the data in the cells (Function key : F2)
FORMAT CELLS:
One of the most powerful tools in Excel is the ability to apply specific formatting for text
and numbers. Instead of displaying all cell content in exactly the same way, you can use
formatting to change the appearance of dates, times, decimals, percentages
(%), currency ($), and much more.
Steps:
Select Ex: Column B Right click choose option format cellsFormatCellswindow will
open  from that select Number tab  Choose option Currency from the option
symbol list Select option Rs Urdu  Now Column B Amount changes with Rs symbol
Note: Same Procedure for to change Number, Date, Time, Currency, Percentage etc.
MERGE CELLS:
Merging cells is often used when a title is to be centred over a particular section of a spreadsheet. When a
group of cells is merged, only the text in the upper-leftmost box is preserved.
Steps:Highlight or select a range of cells.  Right-click on the highlighted cells and select Format Cells... 
Click the Alignment tab and place a checkmark in the checkbox labelled Merge cells.
Before Merge After Merge
Note : Follow same steps for to do Wrap text and shrink to fit
Page 3 of 8
ARITHMETIC OPERATIONS (Addition +, Subtraction -, Multiplication *, Division /, …)
Page 4 of 8
FUNCTIONS:
=Min() : find the smallest number in a range of cells
=Max():find the largest number contained in a range of cells
=Trim(): Remove excess whitespace
=Len():It will show how many characters are in cell
=Concatenate():Two cells and turns it into one
=Round():This function lets you round off numbers. ROUND requires two arguments: a number or cell, and
the number of digits to round to.
=Sqrt(): Returns the square root of a number
=Power() : returns the result of number raised to a power
=left() : returns specified no. of characters from the start of a text string
=Right(): returns specified no. of characters form the end of a text string
Page 5 of 8
COMPARISON OPERATORS:(Equal =, Greater than >, Greaterthan or Equal to >=, Less than <, Less than or
equal to <=, Not equal<>
IF STATEMENTS:
SIMPLE IF: Check whether given condition is met, Returns one value if true, andanother value if false.
Syntax : IF( condition, [value_if_true], [value_if_false] )
NESTED IF: Nest multiple IF functions within one Excel formula. Simply we can say if within the if.
Syntax: if ( condition1, value_if_true1, IF( condition2, value_if_true2, value_if_false2 ))
LOGICAL FUNCTIONS: AND, OR, NOT
AND: Returns TRUE if all of the arguments evaluate to TRUE.
OR: Returns TRUE if any argument evaluates to TRUE.
From the above table any of the condition should be satisfied.
Page 6 of 8
NOT: Returns the reversed logical value of its argument. I.e. If the argument is FALSE, then TRUE is
returned and vice versa.
STATISTICAL FUNCTIONS: (Mean, Median, Mode)
CHART
A chart is a graphical representation of data, in which "the data is represented by symbols, such as bars in
a bar chart, lines in a line chart, or slices in a pie chart". A chart can represent tabular numeric data,
functions or some kinds of qualitative structure and provides different info
Example : Bar Chart
PIVOT TABLE
A pivot table is a table that summarizes data in another table, and is made by applying an operation such
as sorting, averaging, or summing to data in the first table, typically including grouping of the data.
Steps:
Keeps Source in sheet1 as shown in below Select Insert Tab Choose the option Pivot Table  Pivot
Table  Create Pivot table window will open  Select the radio button table or range  Select total
source  Click on ok button  Now Pivot table will be appear in sheet4
Sheet1 Sheet4
PIVOT CHART:
Steps:
Keeps Source in sheet1 as shown in below Select Insert Tab Choose the option Pivot Table  Pivot
Chart Create Pivot table with Pivot chart window will openSelect the radio button table or range 
Select total source  Click on ok button  Now Pivot Chart will be appear in sheet4
Same Source of example which is used for to create Pivot Table
CONSOLIDATE:
Microsoft Excel has a data consolidation feature that allows multiple tables to be consolidated into a single
summary report. Consolidating the data often enables easier editing and viewing of information since it
can be seen in aggregate form as a master spreadsheet. There are three basic ways to consolidate data in
Excel: by position, category and formula. To locate the command, start by selecting the Data menu and
then the Consolidate command, which will then prompt you to select one of the three consolidation
options.
Steps for Linking and Consolidation:
Sheet1 as shown below Sheet2 as shown below
Sheet3 as shown below
Sheet4 as shown below
Steps:
In Sheet1, Sheet2, Sheet3 in cell address Total (F3)
Write the formula
=SUM(C3:D3)
Click and drag up to F6 address
Steps to do CONSOLIDATE:
Now Click on cell C3  Under the DATA tab, in the
Data Tools group, click on Consolidate. It will display
the following Dialog Box
The worksheet Consolidate Look Like below
LINKING worksheets, click on the Sheet5
Click on Data tab and then click on Consolidate under the Data Tools group. The consolidate dialog box will appear.
Repeat step a) to e) which at side of the consolidate dialogue box in the above. • Click on the check box “Create links
to source data” • Click OK.
There is no difference between Linking and Consolidation except that if you change the data in the source pages, it
will not make any change in the Consolidation worksheet, whereas any modification on the data of the source
worksheets will automatically update the data on the Link worksheet.
Steps:
a) Click on the ‘Reference’ text box. b) Click on Sheet1 and
select cells B3 to D7 and click on the Add button. c) Click on
Sheet2 and click on Add button. d) Click on Sheet3 and click
on Add button. e) Click OK
The worksheet consolidate should now report the sum of
Marks of all the students of I Yr, II Yr and III Yr for each
subject.
FOR ONLINE CLASSES CONTACT
skype: avunoori123
satishkumar.avunoori@gmail.com

Contenu connexe

Tendances (20)

Word 2007
Word 2007Word 2007
Word 2007
 
Excel training
Excel  training Excel  training
Excel training
 
Excel lesson01
Excel lesson01Excel lesson01
Excel lesson01
 
Ms excel ppt presentation
Ms excel ppt presentationMs excel ppt presentation
Ms excel ppt presentation
 
Basic Ms excel
Basic Ms excelBasic Ms excel
Basic Ms excel
 
MS Excel Basics
 MS Excel Basics MS Excel Basics
MS Excel Basics
 
Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table Ms excel basic about Data, graph and pivot table
Ms excel basic about Data, graph and pivot table
 
MS Excel 2nd
MS Excel 2ndMS Excel 2nd
MS Excel 2nd
 
ms excel presentation...
ms excel presentation...ms excel presentation...
ms excel presentation...
 
MS Excel
MS ExcelMS Excel
MS Excel
 
Microsoft word 2007
Microsoft word 2007Microsoft word 2007
Microsoft word 2007
 
Presentation
PresentationPresentation
Presentation
 
Introduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 TutorialIntroduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 Tutorial
 
Ms excel 2007 pptx
Ms excel 2007 pptxMs excel 2007 pptx
Ms excel 2007 pptx
 
MS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training CourseMS Excel Learning for PPC Google AdWords Training Course
MS Excel Learning for PPC Google AdWords Training Course
 
M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
 
Ms excel 2007
Ms excel 2007Ms excel 2007
Ms excel 2007
 
MS Excel 2013
MS Excel 2013MS Excel 2013
MS Excel 2013
 
Microsoft Excel- basics
Microsoft Excel-  basicsMicrosoft Excel-  basics
Microsoft Excel- basics
 
MS EXCEL
MS EXCELMS EXCEL
MS EXCEL
 

Similaire à Excel notes by satish kumar avunoori

Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part ISi Krishan
 
Excel lesson 1
Excel lesson 1Excel lesson 1
Excel lesson 1spirax1681
 
MS Excel new version 2013
MS Excel new version 2013MS Excel new version 2013
MS Excel new version 2013AmirAshfaq
 
MS Excel and Visual Basic Applications.pptx
MS Excel and Visual Basic Applications.pptxMS Excel and Visual Basic Applications.pptx
MS Excel and Visual Basic Applications.pptxsurekha1287
 
Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersBlogger Mumma
 
Pc package i excel
Pc package i   excelPc package i   excel
Pc package i excelEswariS4
 
Introduction microsoft excel 2007
Introduction microsoft excel 2007Introduction microsoft excel 2007
Introduction microsoft excel 2007Celia Bandelier
 
Getting started with_microsoft_excel
Getting started with_microsoft_excelGetting started with_microsoft_excel
Getting started with_microsoft_excelDeepak Chavan
 
It presentation
It presentationIt presentation
It presentationmithu mehr
 

Similaire à Excel notes by satish kumar avunoori (20)

Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part I
 
kiromax.ppt
kiromax.pptkiromax.ppt
kiromax.ppt
 
excell.pdf
excell.pdfexcell.pdf
excell.pdf
 
22 Excel Basics
22 Excel Basics22 Excel Basics
22 Excel Basics
 
Excel lesson 1
Excel lesson 1Excel lesson 1
Excel lesson 1
 
MS Excel new version 2013
MS Excel new version 2013MS Excel new version 2013
MS Excel new version 2013
 
MS Excel Training 02
MS Excel Training 02MS Excel Training 02
MS Excel Training 02
 
Excel module 1 PowerPoint
Excel module 1  PowerPoint Excel module 1  PowerPoint
Excel module 1 PowerPoint
 
MS Excel and Visual Basic Applications.pptx
MS Excel and Visual Basic Applications.pptxMS Excel and Visual Basic Applications.pptx
MS Excel and Visual Basic Applications.pptx
 
Tech training workshop 3 final 090810
Tech training   workshop 3 final 090810Tech training   workshop 3 final 090810
Tech training workshop 3 final 090810
 
Introduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginnersIntroduction to Microsoft Excel for beginners
Introduction to Microsoft Excel for beginners
 
Mop excel proj 1 power point
Mop excel proj 1   power pointMop excel proj 1   power point
Mop excel proj 1 power point
 
Pc package i excel
Pc package i   excelPc package i   excel
Pc package i excel
 
Introduction microsoft excel 2007
Introduction microsoft excel 2007Introduction microsoft excel 2007
Introduction microsoft excel 2007
 
Getting started with_microsoft_excel
Getting started with_microsoft_excelGetting started with_microsoft_excel
Getting started with_microsoft_excel
 
Excel finishing
Excel finishingExcel finishing
Excel finishing
 
NCompass Live: Excel for Librarians
NCompass Live: Excel for LibrariansNCompass Live: Excel for Librarians
NCompass Live: Excel for Librarians
 
Ms excell
Ms excellMs excell
Ms excell
 
It presentation
It presentationIt presentation
It presentation
 
Excel
ExcelExcel
Excel
 

Dernier

DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsAndolasoft Inc
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...MyIntelliSource, Inc.
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendArshad QA
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVshikhaohhpro
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 

Dernier (20)

DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
Steps To Getting Up And Running Quickly With MyTimeClock Employee Scheduling ...
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Pushp Vihar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Test Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and BackendTest Automation Strategy for Frontend and Backend
Test Automation Strategy for Frontend and Backend
 
Exploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the ProcessExploring iOS App Development: Simplifying the Process
Exploring iOS App Development: Simplifying the Process
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Optimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTVOptimizing AI for immediate response in Smart CCTV
Optimizing AI for immediate response in Smart CCTV
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 

Excel notes by satish kumar avunoori

  • 1. SATISH KUMAR AVUNOORI Excel Notes Unit – I INTRODUCTION TO MS – EXCEL Microsoft Excel is a member of the spreadsheet family of software. Spreadsheet software is used to store information in columns and rows, which can then be organized and/or processed. Spreadsheets are designed to work well with numbers but often include text. Sometimes text in a spreadsheet is called a label, because it is labeling columns and rows of numbers. Numbers are called values sometimes, and can include numbers for counts or measurements, dates, times, and calculations from numbers. Spreadsheets can help organize information, like alphabetizing a list of names or other text or reordering records according to a numeric field. However, spreadsheets are more often used for calculating, such as totaling a column of numbers or generating a more sophisticated formula to calculate some statistical measure on a list of numbers. Excel allows you to create spreadsheets much like paper ledgers that can perform automatic calculations. Each Excel file is a workbook that can hold many worksheets. The worksheet is a grid of columns (designated by letters) and rows (designated by numbers). The letters and numbers of the columns and rows (called labels) are displayed in gray buttons across the top and left side of the worksheet. The intersection of a column and a row is called a cell. Each cell on the spreadsheet has a cell address that is the column letter and the row number. Cells can contain either text, numbers, or mathematical formulas. Excel 2010 Screen Elements: CREATING AND EDITING WORKSHEET: CREATING A NEW WORKSHEET: By default excel consist of three new blank work sheets To add new works sheet: (Shift + F11) Steps:  Right Click the Sheet Name(Sheet1, Sheet2, Sheet3) and select Insert option.  Insert dialogue window will open  Choose the Worksheet from that  Click on ok button  Sheet 4 will created BA-II Yr- SEM IV Simple way to learn excel
  • 2. Page 2 of 8 HOW TO RENAME THE SHEET LABEL: By default sheet names were (Sheet1, Sheet2….), to change the Sheet1 to for example ( TICSA ) Steps:  Right Click on the Sheet Name (Sheet1) and select Rename option.  Now type the sheet name to TICSA HOW TO DELETE THE SHEET Steps:  Right Click on the Sheet Name Ex: Sheet2  Choose the option Delete  Now Sheet3 will be deleted HOW TO HIDE THE SHEET Steps:  Right Click on the Sheet Name (Ex: Sheet2) fromSheet1, Sheet2 and Sheet3  Choose the option Hide  Now Sheet2 will be Hide HOW TO UN HIDE THE SHEET Steps:  Right Click on the Sheet Name (Ex: Sheet1 or 3) from Sheet1, Sheet3  Choose the option Unhide  Unhide window will open  In that window we can see the list of sheets which were hidden  From that list select the sheet you need (Ex: Sheet2)  Now Sheet2 will be un-hidden successfully Short Cuts:  To move from Sheet1 to Sheet2 (Ctrl + Page Down) key  To move from Sheet2 to Sheet1 (Ctrl + Page Up) key  To move the cursor up/down one by one (Up arrow / Down arrow)  To move the cursor right / le one by one (Right arrow / Le arow)  To move the cursor towards the down / up in certain amounts(Page Down / Page Up) Key  To move the curosr towards right/Le in certain amounts (Alt Page Up / Alt Page Down) Keys  To Edit the data in the cells (Function key : F2) FORMAT CELLS: One of the most powerful tools in Excel is the ability to apply specific formatting for text and numbers. Instead of displaying all cell content in exactly the same way, you can use formatting to change the appearance of dates, times, decimals, percentages (%), currency ($), and much more. Steps: Select Ex: Column B Right click choose option format cellsFormatCellswindow will open  from that select Number tab  Choose option Currency from the option symbol list Select option Rs Urdu  Now Column B Amount changes with Rs symbol Note: Same Procedure for to change Number, Date, Time, Currency, Percentage etc. MERGE CELLS: Merging cells is often used when a title is to be centred over a particular section of a spreadsheet. When a group of cells is merged, only the text in the upper-leftmost box is preserved. Steps:Highlight or select a range of cells.  Right-click on the highlighted cells and select Format Cells...  Click the Alignment tab and place a checkmark in the checkbox labelled Merge cells. Before Merge After Merge Note : Follow same steps for to do Wrap text and shrink to fit
  • 3. Page 3 of 8 ARITHMETIC OPERATIONS (Addition +, Subtraction -, Multiplication *, Division /, …)
  • 4. Page 4 of 8 FUNCTIONS: =Min() : find the smallest number in a range of cells =Max():find the largest number contained in a range of cells =Trim(): Remove excess whitespace =Len():It will show how many characters are in cell =Concatenate():Two cells and turns it into one =Round():This function lets you round off numbers. ROUND requires two arguments: a number or cell, and the number of digits to round to. =Sqrt(): Returns the square root of a number =Power() : returns the result of number raised to a power =left() : returns specified no. of characters from the start of a text string =Right(): returns specified no. of characters form the end of a text string
  • 5. Page 5 of 8 COMPARISON OPERATORS:(Equal =, Greater than >, Greaterthan or Equal to >=, Less than <, Less than or equal to <=, Not equal<> IF STATEMENTS: SIMPLE IF: Check whether given condition is met, Returns one value if true, andanother value if false. Syntax : IF( condition, [value_if_true], [value_if_false] ) NESTED IF: Nest multiple IF functions within one Excel formula. Simply we can say if within the if. Syntax: if ( condition1, value_if_true1, IF( condition2, value_if_true2, value_if_false2 )) LOGICAL FUNCTIONS: AND, OR, NOT AND: Returns TRUE if all of the arguments evaluate to TRUE. OR: Returns TRUE if any argument evaluates to TRUE. From the above table any of the condition should be satisfied.
  • 6. Page 6 of 8 NOT: Returns the reversed logical value of its argument. I.e. If the argument is FALSE, then TRUE is returned and vice versa. STATISTICAL FUNCTIONS: (Mean, Median, Mode) CHART A chart is a graphical representation of data, in which "the data is represented by symbols, such as bars in a bar chart, lines in a line chart, or slices in a pie chart". A chart can represent tabular numeric data, functions or some kinds of qualitative structure and provides different info Example : Bar Chart PIVOT TABLE A pivot table is a table that summarizes data in another table, and is made by applying an operation such as sorting, averaging, or summing to data in the first table, typically including grouping of the data. Steps: Keeps Source in sheet1 as shown in below Select Insert Tab Choose the option Pivot Table  Pivot Table  Create Pivot table window will open  Select the radio button table or range  Select total source  Click on ok button  Now Pivot table will be appear in sheet4 Sheet1 Sheet4
  • 7. PIVOT CHART: Steps: Keeps Source in sheet1 as shown in below Select Insert Tab Choose the option Pivot Table  Pivot Chart Create Pivot table with Pivot chart window will openSelect the radio button table or range  Select total source  Click on ok button  Now Pivot Chart will be appear in sheet4 Same Source of example which is used for to create Pivot Table CONSOLIDATE: Microsoft Excel has a data consolidation feature that allows multiple tables to be consolidated into a single summary report. Consolidating the data often enables easier editing and viewing of information since it can be seen in aggregate form as a master spreadsheet. There are three basic ways to consolidate data in Excel: by position, category and formula. To locate the command, start by selecting the Data menu and then the Consolidate command, which will then prompt you to select one of the three consolidation options. Steps for Linking and Consolidation: Sheet1 as shown below Sheet2 as shown below Sheet3 as shown below Sheet4 as shown below Steps: In Sheet1, Sheet2, Sheet3 in cell address Total (F3) Write the formula =SUM(C3:D3) Click and drag up to F6 address Steps to do CONSOLIDATE: Now Click on cell C3  Under the DATA tab, in the Data Tools group, click on Consolidate. It will display the following Dialog Box
  • 8. The worksheet Consolidate Look Like below LINKING worksheets, click on the Sheet5 Click on Data tab and then click on Consolidate under the Data Tools group. The consolidate dialog box will appear. Repeat step a) to e) which at side of the consolidate dialogue box in the above. • Click on the check box “Create links to source data” • Click OK. There is no difference between Linking and Consolidation except that if you change the data in the source pages, it will not make any change in the Consolidation worksheet, whereas any modification on the data of the source worksheets will automatically update the data on the Link worksheet. Steps: a) Click on the ‘Reference’ text box. b) Click on Sheet1 and select cells B3 to D7 and click on the Add button. c) Click on Sheet2 and click on Add button. d) Click on Sheet3 and click on Add button. e) Click OK The worksheet consolidate should now report the sum of Marks of all the students of I Yr, II Yr and III Yr for each subject. FOR ONLINE CLASSES CONTACT skype: avunoori123 satishkumar.avunoori@gmail.com