SlideShare a Scribd company logo
Welcome To The Training
TRAINING ON
Business Excel
Presented by:
Nahid Mohammad Ishtiaq
Objective of the Training
Contents of Training
 Introduction to Excel Office Button
 Ribbons
 Working With Cells
 Formatting Text
 Conditional Formatting
 To insert Rows & Columns
 Editing Fill
 Sorting
 Cell Referencing
 Freeze
 Functions
 PivotTable
 Chart
 Shortcut Keys
Introduction to MS-Excel
 Excel is a computer program used to create electronic
spreadsheets.
 Within excel user can organize data ,create chart and perform
calculations.
 Excel is a convenient program because it allow user to create
large spreadsheets, reference information, and it allows for
better storage of information.
 Excels operates like other Microsoft(MS) office programs and
has many of the same functions and shortcuts of other MS
programs.
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).
Ribbons
TABS:THERE ARE SEVEN TABS ACROSS THE TOP OF THE
EXCEL WINDOW.
GROUPS: GROUPS ARE SETS OF RELATED
COMMANDS,DISPLAYED ON TABS.
COMMANDS: A COMMAND IS A BUTTON,A MENU OR A
BOX WHERE YOU ENTER INFORMATION.
1
2
3
TABS
GROUPS
COMMANDS
Home
Ribbon
Sizing
Button
s
Help Button
Quick Access
Toolbar
Column Letter
Headings
Row Numbers
Ribbon
Tabs
Formula Bar
Contents of
Active Cell
displayed on
Formula Bar
View Buttons Zoom
Sheet Tabs Insert Worksheet
Button
Scroll
Bars
Fx Insert
Function
Button
Name Box
Overview of Excel
Working with Cells
TO COPY AND PASTE CONTENTS:
Select the cell or cells you wish to copy.
Click the Copy command in the Clipboard group on the Home tab.
Select the cell or cells where you want to paste the information.
Click the Paste command.
The copied information will now appear in the new cells.
To Cut and Paste Cell Contents:
Select the cell or cells you wish to cut.
Click the Cut command in the Clipboard group on the Home tab.
Select the cell or cells where you want to paste the information.
Click the Paste command.
The cut information will be removed and now appear in the new cells.
Working with Cells
Formatting Text
TO FORMAT TEXT IN BOLD,
ITALICS OR UNDERLINE:
Left-click a cell to select it or drag your
cursor over the text in the formula bar to
select it.
Click the Bold, Italics or underline
command.
TO CHANGE THE FONT STYLE:
Select the cell or cells you want to format.
Left-click the drop-down arrow next to the
Font Style box on the Home tab.
Select a font style from the list.
TO CHANGE THE FONT SIZE:
Select the cell or cells you want to format.
Left-click the drop-down arrow next to the
Font Size box on the Home tab.
Select a font size from the list.
TO ADD A BORDER:
Select the cell or cells you want to format.
Click the drop-down arrow next to the
Borders command on the Home tab. A
menu will appear with border options.
Formatting Text
TO CHANGE THE TEXT COLOUR:
Select the cell or cells you want to format.
Left-click the drop-down arrow next to the Text
Color command. A color palette will appear.
Select a color from the palette.
TO ADD A FILL COLOUR:
Select the cell or cells you want to
format.
Click the Fill command. A color palette
will appear.
Select a color from the palette.
Formatting Text
Conditional Formatting
TO APPLY CONDITIONAL FORMATTING:
Select the cells you would like to format.
Select the Home tab.
Locate the Styles group.
Click the Conditional Formatting command. A menu will
appear with your formatting options.
TO REMOVE CONDITIONAL FORMATTING:
Click the Conditional Formatting command.
Select Clear Rules.
Choose to clear rules from the entire worksheet or the selected
cells.
TO MANAGE CONDITIONAL FORMATTING:
Click the Conditional Formatting command.
Select Manage Rules from the menu. The
Conditional Formatting Rules Manager dialog box
will appear. From here you can edit a rule, delete a
rule, or change the order of rules.
TO APPLY NEW FORMATTING:
Click the Conditional Formatting
command. Select New Rules from the
menu. There are different rules, you
can apply these rules to differentiate
particular cell.
Conditional Formatting
To Insert Rows & Coloums
TO INSERT ROWS:
Select the row below where you want the new row to appear.
Click the Insert command in the Cells group on the Home tab. The row will appear.
To Insert Columns:
Select the column to the right of where you want the column to appear.
Click the Insert command in the Cells group on the Home tab. The column will
appear.
NOTE:
1. The new row always
appears above the selected
row.
2. The new column always
appears to the left of the
selected column.
Editing - Fill
 IN THE LOWER RIGHT HAND CORNER OF THE ACTIVE CELL IS
EXCEL’S “FILL HANDLE”.WHEN YOU HOLD YOUR MOUSE
OVER THE TOP OF IT, YOUR CURSOR WILL TURN TO A
CROSSHAIR.
 IF YOU HAVE JUST ONE CELL SELECTED, IF YOU CLICK AND
DRAG TO FILL DOWN A COLUMN OR ACROSS A ROW, IT
WILL COPY THAT NUMBER OR TEXT TO EACH OF THE OTHER
CELLS.
 IF YOU HAVE TWO CELLS SELECTED, EXCEL WILL FILL IN A
SERIES. IT WILL COMPLETE THE PATTERN.FOR EXAMPLE,IF
YOU PUT 4 AND 8 IN TWO CELLS SELECT THEM,CLICK AND
DRAG THE FILL HANDLE ,EXCEL WILL CONTINUE THE
PATTERN WITH 12,16,20.ETC.
 EXCEL CAN ALSO AUTO- FILL SERIES OF DATES, TIMES, DAYS
OF THE WEEK, MONTHS.
Sorting
TO SORT IN ALPHABETICAL ORDER:
Select a cell in the column you want to sort (In
this example, we choose a cell in column Q).
Click the Sort & Filter command in the Editing
group on the Home tab.
Select Sort A to Z. Now the information in the
Category column is organized in alphabetical
order.
TO SORT FROM SMALLEST TO LARGEST:
Select a cell in the column you want to sort (In
this example, we choose a cell in column Q).
Click the Sort & Filter command in the Editing
group on the Home tab.
Select From Smallest to Largest. Now the
information is organized from the smallest to
largest amount.
Sorting
Sorting Multiple Columns using the Sort Dialog Box
Cell Referencing
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).
RELATIVE REFERENCE
Cell Referencing
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).
ABSOLUTE REFERENCE
Cell Referencing
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 B$1, B$1.
MIXED REFERENCE
Freeze
• Freezing a row or column lets you keep headings visible
as you work with the data in a large worksheet
• To freeze a row or column, you select the cell
immediately below the row(s) and to the right of the
column(s) you want to freeze
• Click the View tab on the Ribbon
• In the Window group, click the Freeze Panes button
Freeze
Logical Functions
=
=
=
=
=
=
SYNTAX OF DATEDIF
=DATEDIF(START_DATE,END_DATE,”INTERVAL”)
START DATE-
Date from which u want to
calculate difference.
END DATE-
Date up to which u want to
calculate difference.
INTERVAL-
Form in which u want to calculate
difference.
This says that I
am 19 years 6
months & 18
days old
“ D ” - D AY S
“ M ” - M O N T H S
“ Y ” - Y E A RS
“ Y M ” - M O N T H S OV E R Y E A R
“ M D ” - D AY S OV E R M O N T H
SYNTAX OF SUMIF
=SUMIF(RANGE,CRITERIA,SUM_RANGE)
RANGE-
Range of cells on which conditions are
applied.
CRITERIA-
Condition that defines which cell or
cells will be added.
SUM RANGE-
Actual cells to sum.
NOTE:-
If sum range is not used then range is
used for sum.
WITHOUT
SUM_RANGE
Logical Functions
SYNTAX OF IF
=IF(LOGICAL TEXT, VALUE IF TRUE, VALUE IF FALSE)
LOGICAL TEXT-
Any value or expression that can be
evaluated to TRUE or FALSE.
VALUE IF TRUE-
Value that is returned if logical text is
TRUE.
VALUE IF FALSE-
Value that is returned if logical text is
FALSE.
IN COLUMN B DIFFERENT CONDITIONS ARE USED AND BASED
ON THIS, IN COLUMN C DIFFERENT RESULTS ARE SHOWN.
=
=
=
=
=
=
=
Logical Functions
Count Functions
SYNTAX OF FUNCTIONS
1. COUNT
=COUNT(VALUE1,VALUE2,…)
2. COUNTA
=COUNTA(VALUE1,VALUE2,…)
3. COUNTBLANK
=COUNTBLANK(RANGE)
4. COUNTIF
=COUNTIF(RANGE,CRITERIA)
COUNT ONLY
CELLS THAT
CONTAINS
NUMBER.
COUNT CELLS
THAT ARE NOT
EMPTY.
COUNT CELLS
THAT ARE
BLANK.
COUNT NO. OF
CELLS THAT MEET
GIVEN
CONDITION.
1. 2. 3. 4.
COUNT ONLY
CELLS THAT
CONTAINS
NUMBER.
COUNT CELLS
THAT ARE NOT
EMPTY.
COUNT CELLS
THAT ARE
BLANK.
COUNT NO. OF
CELLS THAT MEET
GIVEN
CONDITION.
Text Functions
SYNTAX OF FUNCTIONS
1. LOWER FUNCTION
=LOWER(TEXT)
2. UPPER FUNCTION
=UPPER(TEXT)
3. PROPER FUNCTION
=PROPER(TEXT)
TO CONVERT TEXT
FROM CAPITAL TO
SMALL.
TO CAPITALISED EACH
WORD OF TEXT.
TO CONVERT TEXT
FROM SMALL TO
CAPITAL.
1. 2. 3.
Text Functions
SYNTAX OF FUNCTIONS
1. LEFT FUNCTION
=LEFT(TEXT,NUM_CHARS)
2. RIGHT FUNCTION
=RIGHT(TEXT,NUM_CHARS)
3. MID FUNCTION
=MID(TEXT,STARTNUM,NUM_CHAR)
RETURN SPECIFIED
NO. OF CHARACTER
FROM START OF TEXT.
RETURN SPECIFIED
NO. OF CHRACTER
FROM END OF TEXT.
RETURN CHARACTER
FROM MIDDLE OF
TEXT,GIVEN A
STARTING POSITION.
1. 2. 3.
Other Functions
=
=
NOW RETURNS CURRENT DATE AND TIME.
TODAY RETURNS CURRENT DATE ONLY.
MOD RETURNS THE REMAINDER AFTER A NO.
IS DIVIDED BY A DIVISOR.
LEN RETURNS THE NO. OF CHARACTERS IN A
TEXT STRING.
SUM ADD ALL THE NUMBERS.
USES OF FUNCTIONS
=
=
=
Pivot Table
A PivotTable is an interactive table that enables
you to group and summarize either a range of data
or an Excel table into a concise, tabular format for
easier reporting and analysis
• Click in the Excel table or select the range of data for the
PivotTable
• In the Tables group on the Insert tab, click the PivotTable button
• Click the Select a table or range option button and verify the
reference in the Table/Range box
• Click the New Worksheet option button or click the Existing
worksheet option button and specify a cell
• Click the OK button
• Click the check boxes for the fields you want to add to the
PivotTable (or drag fields to the appropriate box in the layout
section)
• If needed, drag fields to different boxes in the layout section
Pivot Table
Pivot Table
Pivot Table
Pivot Table
Summarize Values
Pivot Table
Pivot Table
Chart
Chart
Shortcut Keys
PARTICULARS
• Edit the active cell
• Create a chart
• Insert cell comment
• Function dialogue box
• Insert a new worksheet
• Name manager dialogue box
• Visual basic editor
• Macro dialogue 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
CTRL + SHIFT + O
Shortcut Keys
PARTICULARS
• Down fill
• Right fill
• Enter sum function in cell
• 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 + ENTER
CTRL + ;
CTRL + SHIFT + ;
CTRL + `
CTRL + SPACEBAR
SHIFT + SPACEBAR
Shortcut Keys
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 + _
I remain
Nahid Mohammad Ishtiaq
Any Question
??????
Any Question
In order to succeed I must first believe that we can.
We wish and pray that you always succeed in whatever you do.
Conclusion
Thank You

More Related Content

What's hot

Fill series. Data validation. Excel Tutorial
Fill series. Data validation. Excel TutorialFill series. Data validation. Excel Tutorial
Fill series. Data validation. Excel Tutorial
Ilgar Zarbaliyev
 
Full project
Full projectFull project
Full project
Rajat Thakral
 
New Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel TutorialNew Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel Tutorial
Ilgar Zarbaliyev
 
Intro to ms excel
Intro to ms excelIntro to ms excel
Intro to ms excel
Jacob Mazalale
 
Ms excel ppt
Ms excel pptMs excel ppt
Ms excel ppt
Suraj Jha
 
Advance excel
Advance excelAdvance excel
Advance excel
SiddheshHadge
 
Excel 3
Excel 3Excel 3
Ms excel
Ms excelMs excel
Excel
Excel Excel
Msexcel
MsexcelMsexcel
M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
Alvin Maderista
 
Unit 4 ms excel of class 8
Unit 4 ms excel of class 8Unit 4 ms excel of class 8
Unit 4 ms excel of class 8Geethu Bijesh
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment Help
Rahul Kataria
 
Electronic Spreadshet
Electronic SpreadshetElectronic Spreadshet
Electronic Spreadshet
Ces Joanne Fajarito
 
MS Excel Basics
 MS Excel Basics MS Excel Basics
MS Excel Basics
Muhammad Yasir Bhutta
 
Excel Training
Excel TrainingExcel Training
Excel Training
Joshua Flewelling
 

What's hot (20)

Fill series. Data validation. Excel Tutorial
Fill series. Data validation. Excel TutorialFill series. Data validation. Excel Tutorial
Fill series. Data validation. Excel Tutorial
 
Full project
Full projectFull project
Full project
 
New Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel TutorialNew Dynamic Array Functions. Excel Tutorial
New Dynamic Array Functions. Excel Tutorial
 
Advanced Excel ppt
Advanced Excel pptAdvanced Excel ppt
Advanced Excel ppt
 
Intro to ms excel
Intro to ms excelIntro to ms excel
Intro to ms excel
 
Ms excel ppt
Ms excel pptMs excel ppt
Ms excel ppt
 
Advance excel
Advance excelAdvance excel
Advance excel
 
Excel 3
Excel 3Excel 3
Excel 3
 
Ms excel
Ms excelMs excel
Ms excel
 
Excel
Excel Excel
Excel
 
Sql basics v2
Sql basics v2Sql basics v2
Sql basics v2
 
Msexcel
MsexcelMsexcel
Msexcel
 
M.S EXCEL
M.S EXCELM.S EXCEL
M.S EXCEL
 
Unit 4 ms excel of class 8
Unit 4 ms excel of class 8Unit 4 ms excel of class 8
Unit 4 ms excel of class 8
 
Excel Chapter 2
Excel Chapter 2Excel Chapter 2
Excel Chapter 2
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment Help
 
MS Excel 2nd
MS Excel 2ndMS Excel 2nd
MS Excel 2nd
 
Electronic Spreadshet
Electronic SpreadshetElectronic Spreadshet
Electronic Spreadshet
 
MS Excel Basics
 MS Excel Basics MS Excel Basics
MS Excel Basics
 
Excel Training
Excel TrainingExcel Training
Excel Training
 

Viewers also liked

Call Center Management & KPI Metrics
Call Center Management & KPI MetricsCall Center Management & KPI Metrics
Call Center Management & KPI Metrics
Nahid Mohammad Ishtiaq
 
Excellence with Call center Business Intelligence (BI)
Excellence with Call center Business Intelligence (BI)Excellence with Call center Business Intelligence (BI)
Excellence with Call center Business Intelligence (BI)
Nahid Mohammad Ishtiaq
 
Аннотации курсов
Аннотации курсовАннотации курсов
Аннотации курсов
Maxim Popov
 
The one minute manager balances work and life
The one minute manager   balances work and lifeThe one minute manager   balances work and life
The one minute manager balances work and life
rohitsinghipl
 
9 Winning Strategies for Scheduling and Managing the Contact Center Workforce
9 Winning Strategies for Scheduling and Managing the Contact Center Workforce9 Winning Strategies for Scheduling and Managing the Contact Center Workforce
9 Winning Strategies for Scheduling and Managing the Contact Center Workforce
Blue Ocean Contact Centers
 
Call Center Workforce Management
Call Center Workforce ManagementCall Center Workforce Management
Call Center Workforce Management
karlfeld
 
Starworks: A BPO/Call Center Supervisor Management Software
Starworks: A BPO/Call Center Supervisor Management SoftwareStarworks: A BPO/Call Center Supervisor Management Software
Starworks: A BPO/Call Center Supervisor Management Software
Ravi Venkatesam
 
5 trends dramatically changing workforce management
5 trends dramatically changing workforce management5 trends dramatically changing workforce management
5 trends dramatically changing workforce management
Infor HCM
 
Teacher Tips for Using Video in the Classroom
Teacher Tips for Using Video in the ClassroomTeacher Tips for Using Video in the Classroom
Teacher Tips for Using Video in the Classroom
Cj Mon
 
Virtual businesses in SL
Virtual businesses in SLVirtual businesses in SL
Virtual businesses in SL
Cj Mon
 
Open Educational Resources
Open Educational ResourcesOpen Educational Resources
Open Educational Resources
Cj Mon
 
Time management tips for students
Time management tips for studentsTime management tips for students
Time management tips for studentsCj Mon
 
Strategic Workforce Management (if it was easy, everyone would do it)
Strategic Workforce Management (if it was easy, everyone would do it)Strategic Workforce Management (if it was easy, everyone would do it)
Strategic Workforce Management (if it was easy, everyone would do it)
Brandon Hall Group
 
Time management for your class
Time management for your classTime management for your class
Time management for your class
Cj Mon
 
How to approach creating formulas in excel and my it lab
How to approach creating formulas in excel and my it labHow to approach creating formulas in excel and my it lab
How to approach creating formulas in excel and my it lab
Cj Mon
 
Quality Monitoring in the Contact Center Ebook June 2016
Quality Monitoring in the Contact Center Ebook June 2016Quality Monitoring in the Contact Center Ebook June 2016
Quality Monitoring in the Contact Center Ebook June 2016Jim Iyoob
 
Surf excel
Surf excelSurf excel
Surf excel
Sandip Das
 
Top 6 Workforce Management Challenges
Top 6 Workforce Management ChallengesTop 6 Workforce Management Challenges
Top 6 Workforce Management Challenges
Adtech Global
 
Key qualities and skills of a good manager
Key qualities and skills of a good managerKey qualities and skills of a good manager
Key qualities and skills of a good manager
Jerry Jia
 

Viewers also liked (19)

Call Center Management & KPI Metrics
Call Center Management & KPI MetricsCall Center Management & KPI Metrics
Call Center Management & KPI Metrics
 
Excellence with Call center Business Intelligence (BI)
Excellence with Call center Business Intelligence (BI)Excellence with Call center Business Intelligence (BI)
Excellence with Call center Business Intelligence (BI)
 
Аннотации курсов
Аннотации курсовАннотации курсов
Аннотации курсов
 
The one minute manager balances work and life
The one minute manager   balances work and lifeThe one minute manager   balances work and life
The one minute manager balances work and life
 
9 Winning Strategies for Scheduling and Managing the Contact Center Workforce
9 Winning Strategies for Scheduling and Managing the Contact Center Workforce9 Winning Strategies for Scheduling and Managing the Contact Center Workforce
9 Winning Strategies for Scheduling and Managing the Contact Center Workforce
 
Call Center Workforce Management
Call Center Workforce ManagementCall Center Workforce Management
Call Center Workforce Management
 
Starworks: A BPO/Call Center Supervisor Management Software
Starworks: A BPO/Call Center Supervisor Management SoftwareStarworks: A BPO/Call Center Supervisor Management Software
Starworks: A BPO/Call Center Supervisor Management Software
 
5 trends dramatically changing workforce management
5 trends dramatically changing workforce management5 trends dramatically changing workforce management
5 trends dramatically changing workforce management
 
Teacher Tips for Using Video in the Classroom
Teacher Tips for Using Video in the ClassroomTeacher Tips for Using Video in the Classroom
Teacher Tips for Using Video in the Classroom
 
Virtual businesses in SL
Virtual businesses in SLVirtual businesses in SL
Virtual businesses in SL
 
Open Educational Resources
Open Educational ResourcesOpen Educational Resources
Open Educational Resources
 
Time management tips for students
Time management tips for studentsTime management tips for students
Time management tips for students
 
Strategic Workforce Management (if it was easy, everyone would do it)
Strategic Workforce Management (if it was easy, everyone would do it)Strategic Workforce Management (if it was easy, everyone would do it)
Strategic Workforce Management (if it was easy, everyone would do it)
 
Time management for your class
Time management for your classTime management for your class
Time management for your class
 
How to approach creating formulas in excel and my it lab
How to approach creating formulas in excel and my it labHow to approach creating formulas in excel and my it lab
How to approach creating formulas in excel and my it lab
 
Quality Monitoring in the Contact Center Ebook June 2016
Quality Monitoring in the Contact Center Ebook June 2016Quality Monitoring in the Contact Center Ebook June 2016
Quality Monitoring in the Contact Center Ebook June 2016
 
Surf excel
Surf excelSurf excel
Surf excel
 
Top 6 Workforce Management Challenges
Top 6 Workforce Management ChallengesTop 6 Workforce Management Challenges
Top 6 Workforce Management Challenges
 
Key qualities and skills of a good manager
Key qualities and skills of a good managerKey qualities and skills of a good manager
Key qualities and skills of a good manager
 

Similar to Excellence with excel

Microsoft Excell.pptx
Microsoft Excell.pptxMicrosoft Excell.pptx
Microsoft Excell.pptx
Adarsh College, Hingoli
 
Excel PPTs.pptx
Excel PPTs.pptxExcel PPTs.pptx
Excel PPTs.pptx
Rajneesh501415
 
Basic Excel PPT Presentation.pptx
Basic Excel PPT Presentation.pptxBasic Excel PPT Presentation.pptx
Basic Excel PPT Presentation.pptx
ClengAP
 
ms excel introduction free powerpoint presentation
ms excel introduction free powerpoint presentationms excel introduction free powerpoint presentation
ms excel introduction free powerpoint presentation
Mary607401
 
simer preet kaur.pptx
simer preet kaur.pptxsimer preet kaur.pptx
simer preet kaur.pptx
Simerpreetkaur26
 
FOC SOM.pptxbdkdodbdisnwbdifneiwkdbdoebsbsn
FOC SOM.pptxbdkdodbdisnwbdifneiwkdbdoebsbsnFOC SOM.pptxbdkdodbdisnwbdifneiwkdbdoebsbsn
FOC SOM.pptxbdkdodbdisnwbdifneiwkdbdoebsbsn
pratapsom18
 
Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101
Bradley Gaines
 
AV excel.pptx
AV excel.pptxAV excel.pptx
AV excel.pptx
sridhark868747
 
Introduction to spreadsheet
Introduction to spreadsheetIntroduction to spreadsheet
Introduction to spreadsheet
joy grace bagui
 
ittcoachingpresentation-130119130847-phpapp02.pdf
ittcoachingpresentation-130119130847-phpapp02.pdfittcoachingpresentation-130119130847-phpapp02.pdf
ittcoachingpresentation-130119130847-phpapp02.pdf
MaryAnnRaneses
 
on ms exel.pptx
on ms exel.pptxon ms exel.pptx
on ms exel.pptx
20ArnavKumar8F
 
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
 
Ittcoachingpresentation 130119130847-phpapp02
Ittcoachingpresentation 130119130847-phpapp02Ittcoachingpresentation 130119130847-phpapp02
Ittcoachingpresentation 130119130847-phpapp02
Ntsoaki Malatjie
 
MS Excel Detailed intorduction.pptx
MS Excel Detailed intorduction.pptxMS Excel Detailed intorduction.pptx
MS Excel Detailed intorduction.pptx
AssadLeo1
 
MS Excel Detailed into.pptx
MS Excel Detailed into.pptxMS Excel Detailed into.pptx
MS Excel Detailed into.pptx
AssadLeo1
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
Kristine Tiongco-Rimpa
 
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
surekha1287
 
Lesson
LessonLesson
Lesson
sajidamehr
 

Similar to Excellence with excel (20)

Microsoft Excell.pptx
Microsoft Excell.pptxMicrosoft Excell.pptx
Microsoft Excell.pptx
 
Excel PPTs.pptx
Excel PPTs.pptxExcel PPTs.pptx
Excel PPTs.pptx
 
Basic Excel PPT Presentation.pptx
Basic Excel PPT Presentation.pptxBasic Excel PPT Presentation.pptx
Basic Excel PPT Presentation.pptx
 
ms excel introduction free powerpoint presentation
ms excel introduction free powerpoint presentationms excel introduction free powerpoint presentation
ms excel introduction free powerpoint presentation
 
MS eXCEL.pptx
MS eXCEL.pptxMS eXCEL.pptx
MS eXCEL.pptx
 
simer preet kaur.pptx
simer preet kaur.pptxsimer preet kaur.pptx
simer preet kaur.pptx
 
FOC SOM.pptxbdkdodbdisnwbdifneiwkdbdoebsbsn
FOC SOM.pptxbdkdodbdisnwbdifneiwkdbdoebsbsnFOC SOM.pptxbdkdodbdisnwbdifneiwkdbdoebsbsn
FOC SOM.pptxbdkdodbdisnwbdifneiwkdbdoebsbsn
 
Spreadsheets 101
Spreadsheets 101Spreadsheets 101
Spreadsheets 101
 
AV excel.pptx
AV excel.pptxAV excel.pptx
AV excel.pptx
 
Introduction to spreadsheet
Introduction to spreadsheetIntroduction to spreadsheet
Introduction to spreadsheet
 
ittcoachingpresentation-130119130847-phpapp02.pdf
ittcoachingpresentation-130119130847-phpapp02.pdfittcoachingpresentation-130119130847-phpapp02.pdf
ittcoachingpresentation-130119130847-phpapp02.pdf
 
on ms exel.pptx
on ms exel.pptxon ms exel.pptx
on ms exel.pptx
 
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
 
Ittcoachingpresentation 130119130847-phpapp02
Ittcoachingpresentation 130119130847-phpapp02Ittcoachingpresentation 130119130847-phpapp02
Ittcoachingpresentation 130119130847-phpapp02
 
MS Excel Detailed intorduction.pptx
MS Excel Detailed intorduction.pptxMS Excel Detailed intorduction.pptx
MS Excel Detailed intorduction.pptx
 
MS Excel Detailed into.pptx
MS Excel Detailed into.pptxMS Excel Detailed into.pptx
MS Excel Detailed into.pptx
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
 
Powerpoint school
Powerpoint schoolPowerpoint school
Powerpoint school
 
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
 
Lesson
LessonLesson
Lesson
 

Recently uploaded

一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
ahzuo
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Subhajit Sahu
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
slg6lamcq
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
ocavb
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
axoqas
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
benishzehra469
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
ukgaet
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
ewymefz
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
enxupq
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
Oppotus
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
mbawufebxi
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
Tiktokethiodaily
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Linda486226
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Subhajit Sahu
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
AbhimanyuSinha9
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
MaleehaSheikh2
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
axoqas
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
ewymefz
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
v3tuleee
 

Recently uploaded (20)

一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
一比一原版(UIUC毕业证)伊利诺伊大学|厄巴纳-香槟分校毕业证如何办理
 
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
Algorithmic optimizations for Dynamic Levelwise PageRank (from STICD) : SHORT...
 
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
一比一原版(UniSA毕业证书)南澳大学毕业证如何办理
 
一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单一比一原版(TWU毕业证)西三一大学毕业证成绩单
一比一原版(TWU毕业证)西三一大学毕业证成绩单
 
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
哪里卖(usq毕业证书)南昆士兰大学毕业证研究生文凭证书托福证书原版一模一样
 
Empowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptxEmpowering Data Analytics Ecosystem.pptx
Empowering Data Analytics Ecosystem.pptx
 
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
一比一原版(UVic毕业证)维多利亚大学毕业证成绩单
 
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
一比一原版(UPenn毕业证)宾夕法尼亚大学毕业证成绩单
 
一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单一比一原版(QU毕业证)皇后大学毕业证成绩单
一比一原版(QU毕业证)皇后大学毕业证成绩单
 
Q1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year ReboundQ1’2024 Update: MYCI’s Leap Year Rebound
Q1’2024 Update: MYCI’s Leap Year Rebound
 
SOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape ReportSOCRadar Germany 2024 Threat Landscape Report
SOCRadar Germany 2024 Threat Landscape Report
 
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
一比一原版(Bradford毕业证书)布拉德福德大学毕业证如何办理
 
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
1.Seydhcuxhxyxhccuuxuxyxyxmisolids 2019.pptx
 
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdfSample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
Sample_Global Non-invasive Prenatal Testing (NIPT) Market, 2019-2030.pdf
 
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
Levelwise PageRank with Loop-Based Dead End Handling Strategy : SHORT REPORT ...
 
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...Best best suvichar in gujarati english meaning of this sentence as Silk road ...
Best best suvichar in gujarati english meaning of this sentence as Silk road ...
 
FP Growth Algorithm and its Applications
FP Growth Algorithm and its ApplicationsFP Growth Algorithm and its Applications
FP Growth Algorithm and its Applications
 
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
做(mqu毕业证书)麦考瑞大学毕业证硕士文凭证书学费发票原版一模一样
 
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
一比一原版(UofM毕业证)明尼苏达大学毕业证成绩单
 
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理一比一原版(UofS毕业证书)萨省大学毕业证如何办理
一比一原版(UofS毕业证书)萨省大学毕业证如何办理
 

Excellence with excel

  • 1. Welcome To The Training TRAINING ON Business Excel Presented by: Nahid Mohammad Ishtiaq
  • 2. Objective of the Training
  • 3.
  • 4. Contents of Training  Introduction to Excel Office Button  Ribbons  Working With Cells  Formatting Text  Conditional Formatting  To insert Rows & Columns  Editing Fill  Sorting  Cell Referencing  Freeze  Functions  PivotTable  Chart  Shortcut Keys
  • 5. Introduction to MS-Excel  Excel is a computer program used to create electronic spreadsheets.  Within excel user can organize data ,create chart and perform calculations.  Excel is a convenient program because it allow user to create large spreadsheets, reference information, and it allows for better storage of information.  Excels operates like other Microsoft(MS) office programs and has many of the same functions and shortcuts of other MS programs.
  • 6. 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).
  • 7. Ribbons TABS:THERE ARE SEVEN TABS ACROSS THE TOP OF THE EXCEL WINDOW. GROUPS: GROUPS ARE SETS OF RELATED COMMANDS,DISPLAYED ON TABS. COMMANDS: A COMMAND IS A BUTTON,A MENU OR A BOX WHERE YOU ENTER INFORMATION. 1 2 3 TABS GROUPS COMMANDS
  • 8. Home Ribbon Sizing Button s Help Button Quick Access Toolbar Column Letter Headings Row Numbers Ribbon Tabs Formula Bar Contents of Active Cell displayed on Formula Bar View Buttons Zoom Sheet Tabs Insert Worksheet Button Scroll Bars Fx Insert Function Button Name Box Overview of Excel
  • 9. Working with Cells TO COPY AND PASTE CONTENTS: Select the cell or cells you wish to copy. Click the Copy command in the Clipboard group on the Home tab. Select the cell or cells where you want to paste the information. Click the Paste command. The copied information will now appear in the new cells.
  • 10. To Cut and Paste Cell Contents: Select the cell or cells you wish to cut. Click the Cut command in the Clipboard group on the Home tab. Select the cell or cells where you want to paste the information. Click the Paste command. The cut information will be removed and now appear in the new cells. Working with Cells
  • 11. Formatting Text TO FORMAT TEXT IN BOLD, ITALICS OR UNDERLINE: Left-click a cell to select it or drag your cursor over the text in the formula bar to select it. Click the Bold, Italics or underline command. TO CHANGE THE FONT STYLE: Select the cell or cells you want to format. Left-click the drop-down arrow next to the Font Style box on the Home tab. Select a font style from the list.
  • 12. TO CHANGE THE FONT SIZE: Select the cell or cells you want to format. Left-click the drop-down arrow next to the Font Size box on the Home tab. Select a font size from the list. TO ADD A BORDER: Select the cell or cells you want to format. Click the drop-down arrow next to the Borders command on the Home tab. A menu will appear with border options. Formatting Text
  • 13. TO CHANGE THE TEXT COLOUR: Select the cell or cells you want to format. Left-click the drop-down arrow next to the Text Color command. A color palette will appear. Select a color from the palette. TO ADD A FILL COLOUR: Select the cell or cells you want to format. Click the Fill command. A color palette will appear. Select a color from the palette. Formatting Text
  • 14. Conditional Formatting TO APPLY CONDITIONAL FORMATTING: Select the cells you would like to format. Select the Home tab. Locate the Styles group. Click the Conditional Formatting command. A menu will appear with your formatting options. TO REMOVE CONDITIONAL FORMATTING: Click the Conditional Formatting command. Select Clear Rules. Choose to clear rules from the entire worksheet or the selected cells.
  • 15. TO MANAGE CONDITIONAL FORMATTING: Click the Conditional Formatting command. Select Manage Rules from the menu. The Conditional Formatting Rules Manager dialog box will appear. From here you can edit a rule, delete a rule, or change the order of rules. TO APPLY NEW FORMATTING: Click the Conditional Formatting command. Select New Rules from the menu. There are different rules, you can apply these rules to differentiate particular cell. Conditional Formatting
  • 16. To Insert Rows & Coloums TO INSERT ROWS: Select the row below where you want the new row to appear. Click the Insert command in the Cells group on the Home tab. The row will appear. To Insert Columns: Select the column to the right of where you want the column to appear. Click the Insert command in the Cells group on the Home tab. The column will appear. NOTE: 1. The new row always appears above the selected row. 2. The new column always appears to the left of the selected column.
  • 17. Editing - Fill  IN THE LOWER RIGHT HAND CORNER OF THE ACTIVE CELL IS EXCEL’S “FILL HANDLE”.WHEN YOU HOLD YOUR MOUSE OVER THE TOP OF IT, YOUR CURSOR WILL TURN TO A CROSSHAIR.  IF YOU HAVE JUST ONE CELL SELECTED, IF YOU CLICK AND DRAG TO FILL DOWN A COLUMN OR ACROSS A ROW, IT WILL COPY THAT NUMBER OR TEXT TO EACH OF THE OTHER CELLS.  IF YOU HAVE TWO CELLS SELECTED, EXCEL WILL FILL IN A SERIES. IT WILL COMPLETE THE PATTERN.FOR EXAMPLE,IF YOU PUT 4 AND 8 IN TWO CELLS SELECT THEM,CLICK AND DRAG THE FILL HANDLE ,EXCEL WILL CONTINUE THE PATTERN WITH 12,16,20.ETC.  EXCEL CAN ALSO AUTO- FILL SERIES OF DATES, TIMES, DAYS OF THE WEEK, MONTHS.
  • 18. Sorting TO SORT IN ALPHABETICAL ORDER: Select a cell in the column you want to sort (In this example, we choose a cell in column Q). Click the Sort & Filter command in the Editing group on the Home tab. Select Sort A to Z. Now the information in the Category column is organized in alphabetical order. TO SORT FROM SMALLEST TO LARGEST: Select a cell in the column you want to sort (In this example, we choose a cell in column Q). Click the Sort & Filter command in the Editing group on the Home tab. Select From Smallest to Largest. Now the information is organized from the smallest to largest amount.
  • 19. Sorting Sorting Multiple Columns using the Sort Dialog Box
  • 20. Cell Referencing 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). RELATIVE REFERENCE
  • 21. Cell Referencing 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). ABSOLUTE REFERENCE
  • 22. Cell Referencing 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 B$1, B$1. MIXED REFERENCE
  • 23. Freeze • Freezing a row or column lets you keep headings visible as you work with the data in a large worksheet • To freeze a row or column, you select the cell immediately below the row(s) and to the right of the column(s) you want to freeze • Click the View tab on the Ribbon • In the Window group, click the Freeze Panes button
  • 25. Logical Functions = = = = = = SYNTAX OF DATEDIF =DATEDIF(START_DATE,END_DATE,”INTERVAL”) START DATE- Date from which u want to calculate difference. END DATE- Date up to which u want to calculate difference. INTERVAL- Form in which u want to calculate difference. This says that I am 19 years 6 months & 18 days old “ D ” - D AY S “ M ” - M O N T H S “ Y ” - Y E A RS “ Y M ” - M O N T H S OV E R Y E A R “ M D ” - D AY S OV E R M O N T H
  • 26. SYNTAX OF SUMIF =SUMIF(RANGE,CRITERIA,SUM_RANGE) RANGE- Range of cells on which conditions are applied. CRITERIA- Condition that defines which cell or cells will be added. SUM RANGE- Actual cells to sum. NOTE:- If sum range is not used then range is used for sum. WITHOUT SUM_RANGE Logical Functions
  • 27. SYNTAX OF IF =IF(LOGICAL TEXT, VALUE IF TRUE, VALUE IF FALSE) LOGICAL TEXT- Any value or expression that can be evaluated to TRUE or FALSE. VALUE IF TRUE- Value that is returned if logical text is TRUE. VALUE IF FALSE- Value that is returned if logical text is FALSE. IN COLUMN B DIFFERENT CONDITIONS ARE USED AND BASED ON THIS, IN COLUMN C DIFFERENT RESULTS ARE SHOWN. = = = = = = = Logical Functions
  • 28. Count Functions SYNTAX OF FUNCTIONS 1. COUNT =COUNT(VALUE1,VALUE2,…) 2. COUNTA =COUNTA(VALUE1,VALUE2,…) 3. COUNTBLANK =COUNTBLANK(RANGE) 4. COUNTIF =COUNTIF(RANGE,CRITERIA) COUNT ONLY CELLS THAT CONTAINS NUMBER. COUNT CELLS THAT ARE NOT EMPTY. COUNT CELLS THAT ARE BLANK. COUNT NO. OF CELLS THAT MEET GIVEN CONDITION. 1. 2. 3. 4. COUNT ONLY CELLS THAT CONTAINS NUMBER. COUNT CELLS THAT ARE NOT EMPTY. COUNT CELLS THAT ARE BLANK. COUNT NO. OF CELLS THAT MEET GIVEN CONDITION.
  • 29. Text Functions SYNTAX OF FUNCTIONS 1. LOWER FUNCTION =LOWER(TEXT) 2. UPPER FUNCTION =UPPER(TEXT) 3. PROPER FUNCTION =PROPER(TEXT) TO CONVERT TEXT FROM CAPITAL TO SMALL. TO CAPITALISED EACH WORD OF TEXT. TO CONVERT TEXT FROM SMALL TO CAPITAL. 1. 2. 3.
  • 30. Text Functions SYNTAX OF FUNCTIONS 1. LEFT FUNCTION =LEFT(TEXT,NUM_CHARS) 2. RIGHT FUNCTION =RIGHT(TEXT,NUM_CHARS) 3. MID FUNCTION =MID(TEXT,STARTNUM,NUM_CHAR) RETURN SPECIFIED NO. OF CHARACTER FROM START OF TEXT. RETURN SPECIFIED NO. OF CHRACTER FROM END OF TEXT. RETURN CHARACTER FROM MIDDLE OF TEXT,GIVEN A STARTING POSITION. 1. 2. 3.
  • 31. Other Functions = = NOW RETURNS CURRENT DATE AND TIME. TODAY RETURNS CURRENT DATE ONLY. MOD RETURNS THE REMAINDER AFTER A NO. IS DIVIDED BY A DIVISOR. LEN RETURNS THE NO. OF CHARACTERS IN A TEXT STRING. SUM ADD ALL THE NUMBERS. USES OF FUNCTIONS = = =
  • 32. Pivot Table A PivotTable is an interactive table that enables you to group and summarize either a range of data or an Excel table into a concise, tabular format for easier reporting and analysis
  • 33. • Click in the Excel table or select the range of data for the PivotTable • In the Tables group on the Insert tab, click the PivotTable button • Click the Select a table or range option button and verify the reference in the Table/Range box • Click the New Worksheet option button or click the Existing worksheet option button and specify a cell • Click the OK button • Click the check boxes for the fields you want to add to the PivotTable (or drag fields to the appropriate box in the layout section) • If needed, drag fields to different boxes in the layout section Pivot Table
  • 39. Chart
  • 40. Chart
  • 41. Shortcut Keys PARTICULARS • Edit the active cell • Create a chart • Insert cell comment • Function dialogue box • Insert a new worksheet • Name manager dialogue box • Visual basic editor • Macro dialogue 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 CTRL + SHIFT + O
  • 42. Shortcut Keys PARTICULARS • Down fill • Right fill • Enter sum function in cell • 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 + ENTER CTRL + ; CTRL + SHIFT + ; CTRL + ` CTRL + SPACEBAR SHIFT + SPACEBAR
  • 43. Shortcut Keys 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 + _
  • 44. I remain Nahid Mohammad Ishtiaq Any Question ?????? Any Question
  • 45. In order to succeed I must first believe that we can. We wish and pray that you always succeed in whatever you do. Conclusion