SlideShare a Scribd company logo
1 of 41
UNIVERSITY COLLEGE OF SCIENCEUNIVERSITY COLLEGE OF SCIENCE
INTRODUCTION TOINTRODUCTION TO
MICROSOFT EXCELMICROSOFT EXCEL
GUIDED BY :GUIDED BY :
KANIKA MA’AMKANIKA MA’AM
PRESENTED BY :PRESENTED BY :
DHAWAL MEHTADHAWAL MEHTA
BCA( 1BCA( 1STST
SEMESTER)SEMESTER)
CONTENTCONTENT
• Introducing excelIntroducing excel
• Office buttonOffice button
• Features overview and exploring of excelFeatures overview and exploring of excel
• Basic mouse pointer shapesBasic mouse pointer shapes
• Cell referenceCell reference
• worksheetsworksheets
• Find, replace and spelling checkerFind, replace and spelling checker
• Entering formulas and functionsEntering formulas and functions
• AutosumAutosum
• Shortcut keysShortcut keys
• Printing the workbook and print previewPrinting the workbook and print preview
INTRODUCING EXCELINTRODUCING EXCEL
• Microsoft ExcelMicrosoft Excel is a spreadsheet application developed by Microsoftis a spreadsheet application developed by Microsoft
for Microsoft windows operating system .for Microsoft windows operating system .
• ItIt is a program used to enter, analyze, and present quantitative datais a program used to enter, analyze, and present quantitative data
• It allows you to create professional spreadsheets and charts.It allows you to create professional spreadsheets and charts.
• It features graphing tools , calculation and important tablesIt features graphing tools , calculation and important tables..
OFFICE BUTTON CONTAINS..
NEW-TO OPEN NEW WORKBOOK. (CTRL+N)
OPEN-TO OPEN EXISTING DOCUMENT
(CTRL+O)
SAVE-TO SAVE A DOCUMENT. (CTRL+S)
SAVE AS-TO SAVE COPY DOCUMENT. (F12)
PRINT-TO PRINT A DOCUMENT. (CTRL+P)
PREPARE-TO PREPARE DOCUMENT FOR DISTRIBUTION.
SEND-TO SEND A COPY OF DOCUMENT TO OTHER PEOPLE.
PUBLISH-TO DISTRIBUTE DOCUMENT TO OTHER PEOPLE.
CLOSE-TO CLOSE A DOCUMENT (CTRL+W).
FEATURES OF EXCELFEATURES OF EXCEL
• Graphical User InterfaceGraphical User Interface
Excel is a GUI based Software most of the task performed by excelExcel is a GUI based Software most of the task performed by excel
can be carried out just by pressing a button in a toolbar.can be carried out just by pressing a button in a toolbar.
• CalculationCalculation
Excel is one of the fastest spreadsheet programs when you add orExcel is one of the fastest spreadsheet programs when you add or
delete or modify a particular figure in between then Excel recalculatesdelete or modify a particular figure in between then Excel recalculates
and changes the result automatically. and changes the result automatically. 
• FunctionFunction
The excel program offers several mathematical , statistical andThe excel program offers several mathematical , statistical and
financial along with several date, time and logical functions.financial along with several date, time and logical functions.
•   GraphsGraphs
Excel also allow the graphical representation data many types ofExcel also allow the graphical representation data many types of
graphs may be drown like :-graphs may be drown like :-
- Bar graph- Bar graph
- Line graph- Line graph
- X-Y graph- X-Y graph
- Pie chart- Pie chart
EXPLORING EXCELEXPLORING EXCEL
• Toolbars contain icons that perform common commandsToolbars contain icons that perform common commands
• Formula bar displays the contents of the active cellFormula bar displays the contents of the active cell
• located near the top of the worksheetlocated near the top of the worksheet
• Status bar keeps you informed of what is happening as you work located atStatus bar keeps you informed of what is happening as you work located at
the bottom of the worksheetthe bottom of the worksheet
• Title bar Contains the name of the document you are working on at a givenTitle bar Contains the name of the document you are working on at a given
time. When we create a new workbook it is assigned provisionally the nametime. When we create a new workbook it is assigned provisionally the name
Book 1, until we save it and give it the name we desire.Book 1, until we save it and give it the name we desire.
TOOLBARS
• Menu bar Contains those Excel operations gathered in dropdownMenu bar Contains those Excel operations gathered in dropdown
menus. You can do all operations from these menusmenus. You can do all operations from these menus
• Standard tool bar ContainsStandard tool bar Contains icons to perform in an immediate way someicons to perform in an immediate way some
of the operations that are most frequent like save ,copy ,cut etc.of the operations that are most frequent like save ,copy ,cut etc.
OVERVIEW OF EXCELOVERVIEW OF EXCEL
• A workbook is the MS Excel file in which you enter and store relatedA workbook is the MS Excel file in which you enter and store related
data. Adata. A Workbook is a collection of many worksheets.Workbook is a collection of many worksheets.
• Worksheet is made of many rows and columns and also calledWorksheet is made of many rows and columns and also called
spreadsheets.spreadsheets.
• There areThere are 16384 columns and 1048576 rows16384 columns and 1048576 rows in a worksheet.in a worksheet.
• On the worksheet intersection of rows and column is called cell.On the worksheet intersection of rows and column is called cell.
•A column is formed by cells vertically arranged. Each column is identified
by letters, for example A, B, C,... AA, AB,... IV.
•Each row is numbered, from 1 to 1048576, and is the
horizontal selection of cells in a sheet.
BASIC MOUSE POINTER SHAPESBASIC MOUSE POINTER SHAPES
Mouse Pointer Meaning
Default Mouse Pointer
Cursor
Auto-fill Handle
Rows and Columns Manual Resize
Move
Vertical Resize
Horizontal Resize
Diagonal Resize 1
Diagonal Resize 2
I-Beam
Insertion Point
CELL REFERENCECELL REFERENCE
• Each cell has a specific address which is a combination of numbersEach cell has a specific address which is a combination of numbers
and letters.and letters.
for example : A1,B10for example : A1,B10
• On a worksheet thick rectangular box represents currently selected orOn a worksheet thick rectangular box represents currently selected or
active cell.active cell.
CELL REFERENCECELL REFERENCE
A RELATIVE CELL
REFERENCE AS (A1)
IS BASED ON THE
RELATIVE POSITION
OF THE CELL. IF THE
POSITION OF THE
CELL THAT
CONTAINS THE
REFERENCE
CHANGES, THE
REFERENCE ITSELF IS
CHANGED.
IN CELL (C1) SUM FUNCTION IS USED.
THEN FUNCTION FROM CELL (C1) IS COPY TO CELL (D3).
WHEN THE POSITION OF THE CELL IS CHANGED FROM (C1) TO
(D3),THEN THE REFERENCE IS ALSO CHANGED FROM (A1,B1) TO
(B3,C3).
Cell Refrencing
AN ABSOLUTE CELL
REFERENCE AS ($A$1)
ALWAYS REFERS TO A
CELL IN A SPECIFIC
LOCATION. IF THE
POSITION OF THE
CELL THAT CONTAINS
THE FORMULA
CHANGES, THE
ABSOLUTE
REFERENCE REMAINS
THE SAME.
IN CELL (C1) SUM FUNCTION IS USED.
THEN FUNCTION FROM CELL (C1) IS COPY TO CELL (D3).
WHEN THE POSITION OF THE CELL IS CHANGED FROM (C1) TO (D3),THEN
THE ABSOLUTE REFERENCE REMAINS THE SAME(A1,B1).$ IS USED FOR
CONSTANT ROW OR COLUMN.
Cell Refrencing
IN CELL (C1) SUM FUNCTION IS USED.
THEN FUNCTION FROM CELL (C1) IS COPY TO CELL (D3).
WHEN THE POSITION OF THE CELL IS CHANGED FROM (C1) TO (D3),THEN
ROW REFERENCE IS CHANGED(FROM 1 TO 3) BUT COLUMN REFERENCE
REMAINS SAME(A,B).
A MIXED REFERENCE
HAS EITHER AN
ABSOLUTE COLUMN
AND RELATIVE ROW OR
ABSOLUTE ROW AND
RELATIVE COLUMN. AN
ABSOLUTE COLUMN
REFERENCE TAKES THE
FORM $A1, $B1.AN
ABSOLUTE ROW
REFERENCE TAKES THE
FORM A$1, B$1.
Cell Refrencing
INSERTING AND DELETING AINSERTING AND DELETING A
WORKSHEETWORKSHEET
• To insert a new worksheet into the workbook, right-click a sheet tab, clickTo insert a new worksheet into the workbook, right-click a sheet tab, click
Insert on the shortcut menu, select a sheet type, and then click the OKInsert on the shortcut menu, select a sheet type, and then click the OK
buttonbutton
• You can delete a worksheet from a workbook in two waysYou can delete a worksheet from a workbook in two ways
• You can right-click the sheet tab of the worksheet you want to delete,You can right-click the sheet tab of the worksheet you want to delete,
and then click Delete on the shortcut menuand then click Delete on the shortcut menu
• You can also click the Delete button arrow in the Cells group on theYou can also click the Delete button arrow in the Cells group on the
Home tab, and then click Delete SheetHome tab, and then click Delete Sheet
MODIFYING THE WORKSHEETMODIFYING THE WORKSHEET
• Insert commandInsert command
• can be used to add individual rows, columns, or cellscan be used to add individual rows, columns, or cells
• Delete commandDelete command
• can be used to delete individual rows, columns, or cellscan be used to delete individual rows, columns, or cells
USING FIND AND REPLACEUSING FIND AND REPLACE
• The Find command locates data in a worksheet, which is particularlyThe Find command locates data in a worksheet, which is particularly
helpful when a worksheet contains a large amount of data. You canhelpful when a worksheet contains a large amount of data. You can
use the Find command to locate words or parts of wordsuse the Find command to locate words or parts of words
• The Replace command is an extension of the Find command.The Replace command is an extension of the Find command.
Replacing data substitutes new data for the data that the FindReplacing data substitutes new data for the data that the Find
command locates.command locates.
ENTERING A FORMULAENTERING A FORMULA
• AA formulaformula is an expression that returns a valueis an expression that returns a value
• A formula is written usingA formula is written using operatorsoperators that combine different values,that combine different values,
returning a single value that is then displayed in the cellreturning a single value that is then displayed in the cell
• The most commonly used operators areThe most commonly used operators are arithmetic operatorsarithmetic operators
• TheThe order of precedenceorder of precedence is a set of predefined rules used tois a set of predefined rules used to
determine the sequence in which operators are applied in adetermine the sequence in which operators are applied in a
calculationcalculation
• Click the cell in which you want the formula results to appearClick the cell in which you want the formula results to appear
• Type = and an expression that calculates a value using cell referencesType = and an expression that calculates a value using cell references
and arithmetic operatorsand arithmetic operators
• Press the Enter key or press the Tab key to complete the formulaPress the Enter key or press the Tab key to complete the formula
HOW FORMULA IS ENTEREDHOW FORMULA IS ENTERED
COPY & PASTE FORMULASCOPY & PASTE FORMULAS
INTRODUCING FUNCTIONSINTRODUCING FUNCTIONS
• A function in excel is a built-in formula that performs a mathematicalA function in excel is a built-in formula that performs a mathematical
operation or returns information specified by the formulaoperation or returns information specified by the formula
• Function syntax :- =function name(Argument)Function syntax :- =function name(Argument)
For example :- =SUM(A1,C3)For example :- =SUM(A1,C3)
• .You can easily calculate the sum of a large number of cells by using a.You can easily calculate the sum of a large number of cells by using a
functionfunction
• The SUM function is a very commonly used math function in Excel.The SUM function is a very commonly used math function in Excel.
• A basic formula example to add up a small number of cells isA basic formula example to add up a small number of cells is
=A1+A2+A3+A4, but that method would be cumbersome if there were=A1+A2+A3+A4, but that method would be cumbersome if there were
100 cells to add up.100 cells to add up.
• Use Excel's SUM function to total the values in a range of cells like this:Use Excel's SUM function to total the values in a range of cells like this:
SUM (A1:A100)SUM (A1:A100)
FUNCTION DIALOG BOXFUNCTION DIALOG BOX
ENTERING FUNCTIONS WITHENTERING FUNCTIONS WITH
AUTOSUMAUTOSUM
• TheThe AutoSumAutoSum button quickly inserts Excel functions that summarizesbutton quickly inserts Excel functions that summarizes
all the values in a column or row using a single statisticall the values in a column or row using a single statistic
• Sum of the values in the column or rowSum of the values in the column or row
• Average value in the column or rowAverage value in the column or row
• Total count of numeric values in the column or rowTotal count of numeric values in the column or row
• Minimum value in the column or rowMinimum value in the column or row
• Maximum value in the column or rowMaximum value in the column or row
PARTICULARS
 EDIT THE ACTIVE CELL
 CREATE A CHART
 INSERT CELL COMMENT
 FUNCTION DIALOG BOX
 INSERT A NEW WORKSHEET
 NAME MANAGER DIALOGUE BOX
 VISUAL BASIC EDITOR
 MACRO DIALOG BOX
 HIDE THE SELECTED COLUMNS
 UNHIDE THE COLUMNS
 HIDE THE SELECTED ROWS
 UNHIDE THE ROWS
 SELECT ALL CELLS WITH COMMENT
KEYS
F2
F11
SHIFT + F2
SHIFT + F3
SHIFT + F11
CTRL + F3
ALT + F11
ALT + F8
CTRL + 0
CTRL + SHIFT + 0
CTRL + 9
CTRL + SHIFT + 9
PARTICULARS
 DOWN FILL
 RIGHT FILL
 ENTER SUM FUNCTION IN CELL
 EURO SYMBOL
 CENT SYMBOL
 POUND SYMBOL
 YEN SYMBOL
 ENTER NEW LINE IN ACTIVE CELL
 CURRENT DATE
 CURRENT TIME
 SHOW FORMULA
 SELECT ENTIRE COLUMN
 SELECT ENTIRE ROW
KEYS
CTRL + D
CTRL + R
ALT + =
ALT + 0128
ALT + 0162
ALT + 0163
ALT + 0165
ALT + ENTER
CTRL + ;
CTRL + SHIFT + ;
CTRL + `
CTRL + SPACEBAR
SHIFT + SPACEBAR
PARTICULARS
 APPLIES NUMBER FORMAT
 APPLIES CURRENCY FORMAT
 APPLIES PERCENTAGE FORMAT
 APPLIES EXPONENTIAL FORMAT
 APPLIES GENERAL NO. FORMAT
 APPLIES TIME FORMAT
 APPLIES DATE FORMAT
 APPLIES OUTLINE BORDER
 REMOVE OUTLINE BORDER
KEYS
CTRL + SHIFT + !
CTRL + SHIFT + $
CTRL + SHIFT + %
CTRL + SHIFT + ^
CTRL + SHIFT + ~
CTRL + SHIFT + @
CTRL + SHIFT + #
CTRL + SHIFT + &
CTRL + SHIFT + _
PRINTING THE WORKBOOKPRINTING THE WORKBOOK
• You can print the contents of your workbook by using the PrintYou can print the contents of your workbook by using the Print
command on the Office Buttoncommand on the Office Button
• The Print command provides three options:The Print command provides three options:
• You can open the Print dialog box from which you can specify theYou can open the Print dialog box from which you can specify the
printer settings, including which printer to use, which worksheetsprinter settings, including which printer to use, which worksheets
to include in the printout, and the number of copies to printto include in the printout, and the number of copies to print
• You can perform a Quick Print using the print options currently setYou can perform a Quick Print using the print options currently set
in the Print dialog boxin the Print dialog box
PRINT PREVIEWPRINT PREVIEW
• The print preview is a tool that permits us to visualize our sheet beforeThe print preview is a tool that permits us to visualize our sheet before
printing it. It permits us to see the skips in the page, the margins, theprinting it. It permits us to see the skips in the page, the margins, the
headers and footers, and the complete sheet formatheaders and footers, and the complete sheet format
• To visualize the print preview, follow these next steps:-To visualize the print preview, follow these next steps:-
1.1. Select the File menu.Select the File menu.
2.2. Then select the Print preview option. If this option does notThen select the Print preview option. If this option does not
appear, extend the menu.appear, extend the menu.
Or, click on the Print preview button on the toolbarOr, click on the Print preview button on the toolbar
Questions

More Related Content

What's hot

Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
sam ran
 

What's hot (20)

M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
 
Teaching Excel
Teaching ExcelTeaching Excel
Teaching Excel
 
Ms excel
Ms excelMs excel
Ms excel
 
Excel Shortcuts & Formulas
Excel Shortcuts & FormulasExcel Shortcuts & Formulas
Excel Shortcuts & Formulas
 
Excel formulas tf-jul1605
Excel formulas tf-jul1605Excel formulas tf-jul1605
Excel formulas tf-jul1605
 
Excel for beginner
Excel for beginnerExcel for beginner
Excel for beginner
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part I
 
Excel training
Excel trainingExcel training
Excel training
 
Sample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced EssentialsSample Excel 2013 Advanced Essentials
Sample Excel 2013 Advanced Essentials
 
Formulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh TiwariFormulas and functions - By Amresh Tiwari
Formulas and functions - By Amresh Tiwari
 
Advance excel
Advance excelAdvance excel
Advance excel
 
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
 
Excel Tutorial
Excel TutorialExcel Tutorial
Excel Tutorial
 
MS Excel Basics
 MS Excel Basics MS Excel Basics
MS Excel Basics
 
Cell references
Cell referencesCell references
Cell references
 
Vlookup - an introduction
Vlookup - an introductionVlookup - an introduction
Vlookup - an introduction
 
Entering Data - Excel 2013 Tutorial
Entering Data - Excel 2013 TutorialEntering Data - Excel 2013 Tutorial
Entering Data - Excel 2013 Tutorial
 
MS Excel Training 01
MS Excel Training 01MS Excel Training 01
MS Excel Training 01
 
Excel lesson01
Excel lesson01Excel lesson01
Excel lesson01
 
Sorting and Filtering.pptx
Sorting and Filtering.pptxSorting and Filtering.pptx
Sorting and Filtering.pptx
 

Viewers also liked

تمرينات على الإكسل - عبد العظيم أحمد محمود
تمرينات على الإكسل - عبد العظيم أحمد محمودتمرينات على الإكسل - عبد العظيم أحمد محمود
تمرينات على الإكسل - عبد العظيم أحمد محمود
Abdelazeem1
 
الجداول الالكترونية
الجداول الالكترونيةالجداول الالكترونية
الجداول الالكترونية
Moselhy Hussein
 
بوربوينت الجداول الإلكترونية إكسل
بوربوينت الجداول الإلكترونية إكسلبوربوينت الجداول الإلكترونية إكسل
بوربوينت الجداول الإلكترونية إكسل
khaled990990
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentation
egirshovich
 

Viewers also liked (20)

Logic family
Logic familyLogic family
Logic family
 
Internet service
Internet serviceInternet service
Internet service
 
Integrated circuits
Integrated circuitsIntegrated circuits
Integrated circuits
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recovery
 
تمرينات على الإكسل - عبد العظيم أحمد محمود
تمرينات على الإكسل - عبد العظيم أحمد محمودتمرينات على الإكسل - عبد العظيم أحمد محمود
تمرينات على الإكسل - عبد العظيم أحمد محمود
 
الأكسيل Excel
الأكسيل  Excelالأكسيل  Excel
الأكسيل Excel
 
اكسل
اكسلاكسل
اكسل
 
الجداول الالكترونية
الجداول الالكترونيةالجداول الالكترونية
الجداول الالكترونية
 
بوربوينت الجداول الإلكترونية إكسل
بوربوينت الجداول الإلكترونية إكسلبوربوينت الجداول الإلكترونية إكسل
بوربوينت الجداول الإلكترونية إكسل
 
Worksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 TutorialWorksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 Tutorial
 
Ppt on ms excel
Ppt on ms excelPpt on ms excel
Ppt on ms excel
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Ms excel 2007
Ms excel 2007Ms excel 2007
Ms excel 2007
 
Microsoft word presentation
Microsoft word presentationMicrosoft word presentation
Microsoft word presentation
 
MS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATIONMS EXCEL PPT PRESENTATION
MS EXCEL PPT PRESENTATION
 
Introduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 TutorialIntroduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 Tutorial
 
What Makes Great Infographics
What Makes Great InfographicsWhat Makes Great Infographics
What Makes Great Infographics
 
Masters of SlideShare
Masters of SlideShareMasters of SlideShare
Masters of SlideShare
 
STOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to SlideshareSTOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
STOP! VIEW THIS! 10-Step Checklist When Uploading to Slideshare
 
You Suck At PowerPoint!
You Suck At PowerPoint!You Suck At PowerPoint!
You Suck At PowerPoint!
 

Similar to Excel presentation (short)

excelpresentationshort-170322174149.pdf
excelpresentationshort-170322174149.pdfexcelpresentationshort-170322174149.pdf
excelpresentationshort-170322174149.pdf
Nitish Nagar
 
Report in emerging technologies.pptx
Report in emerging technologies.pptxReport in emerging technologies.pptx
Report in emerging technologies.pptx
CHERRYTMARTIN
 
Excel basics for everyday use
Excel basics for everyday useExcel basics for everyday use
Excel basics for everyday use
Kevin McLogan
 
Excel basics for everyday use part two
Excel basics for everyday use part twoExcel basics for everyday use part two
Excel basics for everyday use part two
Kevin McLogan
 
Microsoft excel lessons FINAL GRADE 8 edited and final one.pptx
Microsoft excel lessons FINAL GRADE 8 edited and final one.pptxMicrosoft excel lessons FINAL GRADE 8 edited and final one.pptx
Microsoft excel lessons FINAL GRADE 8 edited and final one.pptx
JoshuaCasas7
 

Similar to Excel presentation (short) (20)

excelpresentationshort-170322174149.pdf
excelpresentationshort-170322174149.pdfexcelpresentationshort-170322174149.pdf
excelpresentationshort-170322174149.pdf
 
Excel_Breif_Overview.pptx
Excel_Breif_Overview.pptxExcel_Breif_Overview.pptx
Excel_Breif_Overview.pptx
 
Excel
ExcelExcel
Excel
 
Report in emerging technologies.pptx
Report in emerging technologies.pptxReport in emerging technologies.pptx
Report in emerging technologies.pptx
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
MICROSOFT EXCEL.pptx
MICROSOFT EXCEL.pptxMICROSOFT EXCEL.pptx
MICROSOFT EXCEL.pptx
 
Ms excel.pdf
Ms excel.pdfMs excel.pdf
Ms excel.pdf
 
Microsoft Excel
Microsoft ExcelMicrosoft Excel
Microsoft Excel
 
cath.pptx
cath.pptxcath.pptx
cath.pptx
 
Excel basics for everyday use
Excel basics for everyday useExcel basics for everyday use
Excel basics for everyday use
 
'Spreadsheet'
'Spreadsheet''Spreadsheet'
'Spreadsheet'
 
Excel basics for everyday use part two
Excel basics for everyday use part twoExcel basics for everyday use part two
Excel basics for everyday use part two
 
Spread sheet Ppt Amna Mukhtar 6G2 (Revised).pptx
Spread sheet Ppt Amna Mukhtar 6G2 (Revised).pptxSpread sheet Ppt Amna Mukhtar 6G2 (Revised).pptx
Spread sheet Ppt Amna Mukhtar 6G2 (Revised).pptx
 
Introduction to MS excel
Introduction to MS excelIntroduction to MS excel
Introduction to MS excel
 
Touring excel using terminologies
Touring excel using terminologiesTouring excel using terminologies
Touring excel using terminologies
 
Microsoft excel lessons FINAL GRADE 8 edited and final one.pptx
Microsoft excel lessons FINAL GRADE 8 edited and final one.pptxMicrosoft excel lessons FINAL GRADE 8 edited and final one.pptx
Microsoft excel lessons FINAL GRADE 8 edited and final one.pptx
 
Week2 excel
Week2 excelWeek2 excel
Week2 excel
 
Ms excel 2007 tutorial
Ms excel 2007 tutorialMs excel 2007 tutorial
Ms excel 2007 tutorial
 
Spreadsheet
SpreadsheetSpreadsheet
Spreadsheet
 
Using Spreadsheets.pptx
Using Spreadsheets.pptxUsing Spreadsheets.pptx
Using Spreadsheets.pptx
 

Recently uploaded

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
shinachiaurasa2
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
mohitmore19
 
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
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

The title is not connected to what is inside
The title is not connected to what is insideThe title is not connected to what is inside
The title is not connected to what is inside
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptxBUS PASS MANGEMENT SYSTEM USING PHP.pptx
BUS PASS MANGEMENT SYSTEM USING PHP.pptx
 
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
 
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
%in Stilfontein+277-882-255-28 abortion pills for sale in Stilfontein
 
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
Crypto Cloud Review - How To Earn Up To $500 Per DAY Of Bitcoin 100% On AutoP...
 
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...Chinsurah Escorts ☎️8617697112  Starting From 5K to 15K High Profile Escorts ...
Chinsurah Escorts ☎️8617697112 Starting From 5K to 15K High Profile Escorts ...
 
AI & Machine Learning Presentation Template
AI & Machine Learning Presentation TemplateAI & Machine Learning Presentation Template
AI & Machine Learning Presentation Template
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
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-...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
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...
 

Excel presentation (short)

  • 1. UNIVERSITY COLLEGE OF SCIENCEUNIVERSITY COLLEGE OF SCIENCE INTRODUCTION TOINTRODUCTION TO MICROSOFT EXCELMICROSOFT EXCEL
  • 2. GUIDED BY :GUIDED BY : KANIKA MA’AMKANIKA MA’AM PRESENTED BY :PRESENTED BY : DHAWAL MEHTADHAWAL MEHTA BCA( 1BCA( 1STST SEMESTER)SEMESTER)
  • 3. CONTENTCONTENT • Introducing excelIntroducing excel • Office buttonOffice button • Features overview and exploring of excelFeatures overview and exploring of excel • Basic mouse pointer shapesBasic mouse pointer shapes • Cell referenceCell reference • worksheetsworksheets • Find, replace and spelling checkerFind, replace and spelling checker • Entering formulas and functionsEntering formulas and functions • AutosumAutosum • Shortcut keysShortcut keys • Printing the workbook and print previewPrinting the workbook and print preview
  • 4. INTRODUCING EXCELINTRODUCING EXCEL • Microsoft ExcelMicrosoft Excel is a spreadsheet application developed by Microsoftis a spreadsheet application developed by Microsoft for Microsoft windows operating system .for Microsoft windows operating system . • ItIt is a program used to enter, analyze, and present quantitative datais a program used to enter, analyze, and present quantitative data • It allows you to create professional spreadsheets and charts.It allows you to create professional spreadsheets and charts. • It features graphing tools , calculation and important tablesIt features graphing tools , calculation and important tables..
  • 5. OFFICE BUTTON CONTAINS.. NEW-TO OPEN NEW WORKBOOK. (CTRL+N) OPEN-TO OPEN EXISTING DOCUMENT (CTRL+O) SAVE-TO SAVE A DOCUMENT. (CTRL+S) SAVE AS-TO SAVE COPY DOCUMENT. (F12) PRINT-TO PRINT A DOCUMENT. (CTRL+P) PREPARE-TO PREPARE DOCUMENT FOR DISTRIBUTION. SEND-TO SEND A COPY OF DOCUMENT TO OTHER PEOPLE. PUBLISH-TO DISTRIBUTE DOCUMENT TO OTHER PEOPLE. CLOSE-TO CLOSE A DOCUMENT (CTRL+W).
  • 6. FEATURES OF EXCELFEATURES OF EXCEL • Graphical User InterfaceGraphical User Interface Excel is a GUI based Software most of the task performed by excelExcel is a GUI based Software most of the task performed by excel can be carried out just by pressing a button in a toolbar.can be carried out just by pressing a button in a toolbar. • CalculationCalculation Excel is one of the fastest spreadsheet programs when you add orExcel is one of the fastest spreadsheet programs when you add or delete or modify a particular figure in between then Excel recalculatesdelete or modify a particular figure in between then Excel recalculates and changes the result automatically. and changes the result automatically. 
  • 7. • FunctionFunction The excel program offers several mathematical , statistical andThe excel program offers several mathematical , statistical and financial along with several date, time and logical functions.financial along with several date, time and logical functions. •   GraphsGraphs Excel also allow the graphical representation data many types ofExcel also allow the graphical representation data many types of graphs may be drown like :-graphs may be drown like :- - Bar graph- Bar graph - Line graph- Line graph - X-Y graph- X-Y graph - Pie chart- Pie chart
  • 9. • Toolbars contain icons that perform common commandsToolbars contain icons that perform common commands • Formula bar displays the contents of the active cellFormula bar displays the contents of the active cell • located near the top of the worksheetlocated near the top of the worksheet • Status bar keeps you informed of what is happening as you work located atStatus bar keeps you informed of what is happening as you work located at the bottom of the worksheetthe bottom of the worksheet • Title bar Contains the name of the document you are working on at a givenTitle bar Contains the name of the document you are working on at a given time. When we create a new workbook it is assigned provisionally the nametime. When we create a new workbook it is assigned provisionally the name Book 1, until we save it and give it the name we desire.Book 1, until we save it and give it the name we desire. TOOLBARS
  • 10. • Menu bar Contains those Excel operations gathered in dropdownMenu bar Contains those Excel operations gathered in dropdown menus. You can do all operations from these menusmenus. You can do all operations from these menus • Standard tool bar ContainsStandard tool bar Contains icons to perform in an immediate way someicons to perform in an immediate way some of the operations that are most frequent like save ,copy ,cut etc.of the operations that are most frequent like save ,copy ,cut etc.
  • 11. OVERVIEW OF EXCELOVERVIEW OF EXCEL • A workbook is the MS Excel file in which you enter and store relatedA workbook is the MS Excel file in which you enter and store related data. Adata. A Workbook is a collection of many worksheets.Workbook is a collection of many worksheets. • Worksheet is made of many rows and columns and also calledWorksheet is made of many rows and columns and also called spreadsheets.spreadsheets. • There areThere are 16384 columns and 1048576 rows16384 columns and 1048576 rows in a worksheet.in a worksheet. • On the worksheet intersection of rows and column is called cell.On the worksheet intersection of rows and column is called cell.
  • 12. •A column is formed by cells vertically arranged. Each column is identified by letters, for example A, B, C,... AA, AB,... IV.
  • 13. •Each row is numbered, from 1 to 1048576, and is the horizontal selection of cells in a sheet.
  • 14. BASIC MOUSE POINTER SHAPESBASIC MOUSE POINTER SHAPES Mouse Pointer Meaning Default Mouse Pointer Cursor Auto-fill Handle Rows and Columns Manual Resize Move Vertical Resize Horizontal Resize Diagonal Resize 1 Diagonal Resize 2 I-Beam Insertion Point
  • 15. CELL REFERENCECELL REFERENCE • Each cell has a specific address which is a combination of numbersEach cell has a specific address which is a combination of numbers and letters.and letters. for example : A1,B10for example : A1,B10 • On a worksheet thick rectangular box represents currently selected orOn a worksheet thick rectangular box represents currently selected or active cell.active cell.
  • 17. A RELATIVE CELL REFERENCE AS (A1) IS BASED ON THE RELATIVE POSITION OF THE CELL. IF THE POSITION OF THE CELL THAT CONTAINS THE REFERENCE CHANGES, THE REFERENCE ITSELF IS CHANGED. IN CELL (C1) SUM FUNCTION IS USED. THEN FUNCTION FROM CELL (C1) IS COPY TO CELL (D3). WHEN THE POSITION OF THE CELL IS CHANGED FROM (C1) TO (D3),THEN THE REFERENCE IS ALSO CHANGED FROM (A1,B1) TO (B3,C3). Cell Refrencing
  • 18. AN ABSOLUTE CELL REFERENCE AS ($A$1) ALWAYS REFERS TO A CELL IN A SPECIFIC LOCATION. IF THE POSITION OF THE CELL THAT CONTAINS THE FORMULA CHANGES, THE ABSOLUTE REFERENCE REMAINS THE SAME. IN CELL (C1) SUM FUNCTION IS USED. THEN FUNCTION FROM CELL (C1) IS COPY TO CELL (D3). WHEN THE POSITION OF THE CELL IS CHANGED FROM (C1) TO (D3),THEN THE ABSOLUTE REFERENCE REMAINS THE SAME(A1,B1).$ IS USED FOR CONSTANT ROW OR COLUMN. Cell Refrencing
  • 19. IN CELL (C1) SUM FUNCTION IS USED. THEN FUNCTION FROM CELL (C1) IS COPY TO CELL (D3). WHEN THE POSITION OF THE CELL IS CHANGED FROM (C1) TO (D3),THEN ROW REFERENCE IS CHANGED(FROM 1 TO 3) BUT COLUMN REFERENCE REMAINS SAME(A,B). A MIXED REFERENCE HAS EITHER AN ABSOLUTE COLUMN AND RELATIVE ROW OR ABSOLUTE ROW AND RELATIVE COLUMN. AN ABSOLUTE COLUMN REFERENCE TAKES THE FORM $A1, $B1.AN ABSOLUTE ROW REFERENCE TAKES THE FORM A$1, B$1. Cell Refrencing
  • 20. INSERTING AND DELETING AINSERTING AND DELETING A WORKSHEETWORKSHEET • To insert a new worksheet into the workbook, right-click a sheet tab, clickTo insert a new worksheet into the workbook, right-click a sheet tab, click Insert on the shortcut menu, select a sheet type, and then click the OKInsert on the shortcut menu, select a sheet type, and then click the OK buttonbutton • You can delete a worksheet from a workbook in two waysYou can delete a worksheet from a workbook in two ways • You can right-click the sheet tab of the worksheet you want to delete,You can right-click the sheet tab of the worksheet you want to delete, and then click Delete on the shortcut menuand then click Delete on the shortcut menu • You can also click the Delete button arrow in the Cells group on theYou can also click the Delete button arrow in the Cells group on the Home tab, and then click Delete SheetHome tab, and then click Delete Sheet
  • 21. MODIFYING THE WORKSHEETMODIFYING THE WORKSHEET • Insert commandInsert command • can be used to add individual rows, columns, or cellscan be used to add individual rows, columns, or cells
  • 22. • Delete commandDelete command • can be used to delete individual rows, columns, or cellscan be used to delete individual rows, columns, or cells
  • 23. USING FIND AND REPLACEUSING FIND AND REPLACE • The Find command locates data in a worksheet, which is particularlyThe Find command locates data in a worksheet, which is particularly helpful when a worksheet contains a large amount of data. You canhelpful when a worksheet contains a large amount of data. You can use the Find command to locate words or parts of wordsuse the Find command to locate words or parts of words • The Replace command is an extension of the Find command.The Replace command is an extension of the Find command. Replacing data substitutes new data for the data that the FindReplacing data substitutes new data for the data that the Find command locates.command locates.
  • 24.
  • 25. ENTERING A FORMULAENTERING A FORMULA • AA formulaformula is an expression that returns a valueis an expression that returns a value • A formula is written usingA formula is written using operatorsoperators that combine different values,that combine different values, returning a single value that is then displayed in the cellreturning a single value that is then displayed in the cell • The most commonly used operators areThe most commonly used operators are arithmetic operatorsarithmetic operators • TheThe order of precedenceorder of precedence is a set of predefined rules used tois a set of predefined rules used to determine the sequence in which operators are applied in adetermine the sequence in which operators are applied in a calculationcalculation
  • 26. • Click the cell in which you want the formula results to appearClick the cell in which you want the formula results to appear • Type = and an expression that calculates a value using cell referencesType = and an expression that calculates a value using cell references and arithmetic operatorsand arithmetic operators • Press the Enter key or press the Tab key to complete the formulaPress the Enter key or press the Tab key to complete the formula
  • 27. HOW FORMULA IS ENTEREDHOW FORMULA IS ENTERED
  • 28. COPY & PASTE FORMULASCOPY & PASTE FORMULAS
  • 29. INTRODUCING FUNCTIONSINTRODUCING FUNCTIONS • A function in excel is a built-in formula that performs a mathematicalA function in excel is a built-in formula that performs a mathematical operation or returns information specified by the formulaoperation or returns information specified by the formula • Function syntax :- =function name(Argument)Function syntax :- =function name(Argument) For example :- =SUM(A1,C3)For example :- =SUM(A1,C3) • .You can easily calculate the sum of a large number of cells by using a.You can easily calculate the sum of a large number of cells by using a functionfunction
  • 30. • The SUM function is a very commonly used math function in Excel.The SUM function is a very commonly used math function in Excel. • A basic formula example to add up a small number of cells isA basic formula example to add up a small number of cells is =A1+A2+A3+A4, but that method would be cumbersome if there were=A1+A2+A3+A4, but that method would be cumbersome if there were 100 cells to add up.100 cells to add up. • Use Excel's SUM function to total the values in a range of cells like this:Use Excel's SUM function to total the values in a range of cells like this: SUM (A1:A100)SUM (A1:A100)
  • 32. ENTERING FUNCTIONS WITHENTERING FUNCTIONS WITH AUTOSUMAUTOSUM • TheThe AutoSumAutoSum button quickly inserts Excel functions that summarizesbutton quickly inserts Excel functions that summarizes all the values in a column or row using a single statisticall the values in a column or row using a single statistic • Sum of the values in the column or rowSum of the values in the column or row • Average value in the column or rowAverage value in the column or row • Total count of numeric values in the column or rowTotal count of numeric values in the column or row • Minimum value in the column or rowMinimum value in the column or row • Maximum value in the column or rowMaximum value in the column or row
  • 33.
  • 34. PARTICULARS  EDIT THE ACTIVE CELL  CREATE A CHART  INSERT CELL COMMENT  FUNCTION DIALOG BOX  INSERT A NEW WORKSHEET  NAME MANAGER DIALOGUE BOX  VISUAL BASIC EDITOR  MACRO DIALOG BOX  HIDE THE SELECTED COLUMNS  UNHIDE THE COLUMNS  HIDE THE SELECTED ROWS  UNHIDE THE ROWS  SELECT ALL CELLS WITH COMMENT KEYS F2 F11 SHIFT + F2 SHIFT + F3 SHIFT + F11 CTRL + F3 ALT + F11 ALT + F8 CTRL + 0 CTRL + SHIFT + 0 CTRL + 9 CTRL + SHIFT + 9
  • 35. PARTICULARS  DOWN FILL  RIGHT FILL  ENTER SUM FUNCTION IN CELL  EURO SYMBOL  CENT SYMBOL  POUND SYMBOL  YEN SYMBOL  ENTER NEW LINE IN ACTIVE CELL  CURRENT DATE  CURRENT TIME  SHOW FORMULA  SELECT ENTIRE COLUMN  SELECT ENTIRE ROW KEYS CTRL + D CTRL + R ALT + = ALT + 0128 ALT + 0162 ALT + 0163 ALT + 0165 ALT + ENTER CTRL + ; CTRL + SHIFT + ; CTRL + ` CTRL + SPACEBAR SHIFT + SPACEBAR
  • 36. PARTICULARS  APPLIES NUMBER FORMAT  APPLIES CURRENCY FORMAT  APPLIES PERCENTAGE FORMAT  APPLIES EXPONENTIAL FORMAT  APPLIES GENERAL NO. FORMAT  APPLIES TIME FORMAT  APPLIES DATE FORMAT  APPLIES OUTLINE BORDER  REMOVE OUTLINE BORDER KEYS CTRL + SHIFT + ! CTRL + SHIFT + $ CTRL + SHIFT + % CTRL + SHIFT + ^ CTRL + SHIFT + ~ CTRL + SHIFT + @ CTRL + SHIFT + # CTRL + SHIFT + & CTRL + SHIFT + _
  • 37. PRINTING THE WORKBOOKPRINTING THE WORKBOOK • You can print the contents of your workbook by using the PrintYou can print the contents of your workbook by using the Print command on the Office Buttoncommand on the Office Button • The Print command provides three options:The Print command provides three options: • You can open the Print dialog box from which you can specify theYou can open the Print dialog box from which you can specify the printer settings, including which printer to use, which worksheetsprinter settings, including which printer to use, which worksheets to include in the printout, and the number of copies to printto include in the printout, and the number of copies to print • You can perform a Quick Print using the print options currently setYou can perform a Quick Print using the print options currently set in the Print dialog boxin the Print dialog box
  • 38. PRINT PREVIEWPRINT PREVIEW • The print preview is a tool that permits us to visualize our sheet beforeThe print preview is a tool that permits us to visualize our sheet before printing it. It permits us to see the skips in the page, the margins, theprinting it. It permits us to see the skips in the page, the margins, the headers and footers, and the complete sheet formatheaders and footers, and the complete sheet format • To visualize the print preview, follow these next steps:-To visualize the print preview, follow these next steps:- 1.1. Select the File menu.Select the File menu. 2.2. Then select the Print preview option. If this option does notThen select the Print preview option. If this option does not appear, extend the menu.appear, extend the menu. Or, click on the Print preview button on the toolbarOr, click on the Print preview button on the toolbar
  • 39.
  • 40.

Editor's Notes

  1. You can copy the same formula to obtain the sum of values in the cell range D3 to D7. To copy a formula from a cell to the Clipboard, click cell C9, click the Edit menu, and then click Copy. To paste the formula from the Clipboard to another cell, click cell D9, click the Edit menu, and then click Paste.