SlideShare a Scribd company logo
Management Productivity Tools 
MICROSOFT EXCEL 2010 
FORMULA AND 
FUNCTIONS 
9/1/2014 Management Productivity Tools 1
hyperlink 
clipart 
chart 
Images and 
Background 
Functions 
Page layout 
Database: 
9/1/2014 Management Productivity Tools 2
WORK SHEET- EXCEL 
THIS IS EXCEL 
WORK SHEET 
CELLS IN WORK 
SHEET 
9/1/2014 Management Productivity Tools 3
AVERAGE 
• AVERAGE function returns the average. 
The syntax for the Microsoft Excel AVERAGE 
function is 
where number1, number2, ... number_n are numeric values - 
they can be numbers 
AVERAGE function is: 
AVERAGE( number1, [number2], ... [number_n] ) 
9/1/2014 Management Productivity Tools 4
CONCATENATE 
• CONCATENATE function allows you to 
join 2 or more strings together 
CONCATENATE function is: 
CONCATENATE( text1, text2, ... text_n ) 
=CONCATENATE(B8," ",A8) 
9/1/2014 Management Productivity Tools 5
SUM 
• SUM function adds all numbers in a range of 
cells and returns the result. 
SUM function is: 
SUM( number1, [number2, ... number_n] ) 
=SUM(C4:C12) 
9/1/2014 Management Productivity Tools 6
SUMIF 
• SUMIF function adds all numbers in a range of 
cells, based on a given criteria. 
SUMIF function is: 
SUMIF( range, criteria, [sum_range] ) 
Where, 
range is the range of cells that you want to apply 
the criteria against. 
criteria is used to determine which cells to add. 
sum_range is optional 
9/1/2014 Management Productivity Tools 7
IF 
• IF function returns one value if a specified condition 
evaluates to TRUE, or another value if it evaluates to 
FALSE. 
IF function is: 
IF( condition, [value_if_true], [value_if_false] ) 
value_if_true is optional. It is the value that is returned 
if condition evaluates to TRUE. 
value_if_false is optional. It is the value that is return 
if condition evaluates to FALSE. 
9/1/2014 Management Productivity Tools 8
RANK 
• Returns the rank of a number in a list of numbers. The 
rank of a number is its size relative to other values in a 
list. 
• Number Required. The number whose rank you want 
to find. 
• Ref Required. An array of, or a reference to, a list of 
numbers. Nonnumeric values in ref are ignored. 
• Order Optional. A number specifying how to rank 
number. 
RANK(number,ref,[order]) 
9/1/2014 Management Productivity Tools 9
ABSOLUTE AND RELATIVE CELL 
REFERENCE 
• By default, when you copy a formula that 
contains a cell reference, excel will automatically 
adjust the cell reference. 
• You can stop Excel from automatically adjusting 
the cell reference by using one or more dollar 
signs ($) in the cell reference. These are called 
absolute cell references. 
• A cell reference without a dollar sign is a relative 
cell reference 
9/1/2014 Management Productivity Tools 10
MAX 
• MAX function returns the largest value from 
the numbers provided. 
MAX function is: 
MAX( number1, [number2, ... number_n] ) 
• number1, number2, ... number_n are numeric 
values - they can be numbers, named ranges, 
arrays, or references to numbers. 
9/1/2014 Management Productivity Tools 11
MIN 
• MIN function returns the smallest value from 
the numbers provided 
MIN function is: 
MIN( number1, number2, ... number_n ) 
• number1, number2, ... number_n are numeric 
values - they can be numbers, named ranges, 
arrays, or references to numbers 
9/1/2014 Management Productivity Tools 12
DATE 
• DATE function returns the serial number of a 
date 
DATE function is: 
DATE( year, month, day ) 
9/1/2014 Management Productivity Tools 13
TIME 
• TIME function returns the decimal number for 
a particular time 
TIME function is: 
TIME( hour, minute, second ) 
9/1/2014 Management Productivity Tools 14
TODAY 
• TODAY function returns the current system 
date. This function will refresh the date 
whenever the worksheet recalculates. 
TODAY function is: 
TODAY() 
9/1/2014 Management Productivity Tools 15
NETWORK DAYS 
• NETWORKDAYS function returns the number 
of "work days" between 2 dates, excluding 
weekends and holidays. 
NETWORKDAYS function is: 
NETWORKDAYS( start_date, end_date, [holidays] ) 
9/1/2014 Management Productivity Tools 16
LOOKUP 
• LOOKUP function returns a value from a range 
(one row or one column) or from an array. 
LOOKUP function is: 
LOOKUP( value, lookup_range, 
[result_range] 
9/1/2014 Management Productivity Tools 17
VLOOKUP 
• VLOOKUP function performs a vertical lookup 
by searching for a value in the left-most 
column of table_array and returning the value 
in the same row in the index_number 
position. 
VLOOKUP function is: 
VLOOKUP( value, table_array, 
index_number, [not_exact_match] 
9/1/2014 Management Productivity Tools 18
COUNT 
• COUNT function counts the number of cells that 
contain numbers as well as the number of 
arguments that contain numbers. 
COUNT function is: 
COUNT( argument1, [argument2, 
... argument_n] ) 
9/1/2014 Management Productivity Tools 19
COUNTIF 
• COUNTIF function counts the number of cells 
in a range, that meets a given criteria. 
COUNTIF function is: 
COUNTIF( range, criteria ) 
• range is the range of cells that you want to 
count based on the criteria. 
• criteria is used to determine which cells to 
count. 
9/1/2014 Management Productivity Tools 20
MICROSOFT WORD 
2010 
9/1/2014 Management Productivity Tools 21
Create visually compelling documents more 
easily than ever 
Save time and simplify your work 
Work together more successfully 
Access your information from more places 
easily customize the improved Ribbon 
9/1/2014 Management Productivity Tools 22
MICROSOFT WORD 2010 
• It's been a long time since the last Microsoft 
Office revision, and it can be hard to imagine 
what new capabilities Microsoft could possibly 
add to the 20-year-old suite. But Office 2010 
does in fact have a lot of new capabilities to 
offer. 
9/1/2014 Management Productivity Tools 23
FEATURES 
• Universal ribbon : The ribbon interface is now 
a part of every single Office application. First 
released in Office 2007 in some of its 
applications, the ribbon interface was an 
artistic leap, and as we all know, only 
moments after the ribbon was born, its first 
"art critic" came along. 
9/1/2014 Management Productivity Tools 24
• Backstage view: By clicking the new File 
button (which replaces the Office 2007 orb), 
you have access to all your normal Save, Save 
As, Open, and Close operations. In addition, 
you can see and customize the document 
properties, manage versions, check for 
compatibility issues, and scrub the document 
of hidden metadata for sharing purposes 
9/1/2014 Management Productivity Tools 25
• Paste preview: Included in all suites is a new 
live preview paste feature that lets you hover 
your mouse over an option and see what your 
clipboard item will look like. From the Home 
ribbon, just click the Paste drop-down menu 
and hover over your options. 
9/1/2014 Management Productivity Tools 26
• Office Web Apps: Office 2010 now includes a 
set of Web-based applications -- online 
versions of Word, Excel, PowerPoint, and 
OneNote -- that work through Windows Live 
and/or with SharePoint. (Check out the 
InfoWorld Test Center's review of Office Web 
Apps.) Outlook Web App (a new name but not 
a new feature) continues to be offered 
through Exchange 2010. 
9/1/2014 Management Productivity Tools 27
• More themes: Themes can now be used 
across Word, Excel, and PowerPoint to ensure 
a consistent look for your various documents. 
Microsoft has also upped the number of built-in 
themes from 20 in Office 2007 to 40 in 
Office 2010 
9/1/2014 Management Productivity Tools 28
• Insert a screenshot: Now you don't have to 
take a screenshot using a tool such as the 
Windows Snipping Tool and then paste it into 
your document. Instead, you can use the 
Insert ribbon and click Screenshot to grab an 
image you want to insert 
9/1/2014 Management Productivity Tools 29
• Crop images to a shape: You can now select 
an image, go to the Format contextual ribbon, 
and under the Crop option, choose Crop to 
Shape. 
• New photo-editing options:Word 2010 has a 
variety of new photo-editing tools that you 
can find by inserting a picture and selecting it, 
then going to the Format contextual ribbon 
and looking at its options, which include 
Remove Background and Artistic Effects. 
9/1/2014 Management Productivity Tools 30
• Cleanup: Sometimes your mailbox is cluttered 
with redundant messages. Use the new Clean Up 
option (located on the Home ribbon under the 
Delete group) to tidy the folder or conversation. 
• Quick steps: Sometimes you have an entire ritual 
when it comes to handling emails. Quick steps 
are like little macros that allow you to simplify the 
tasks. You can use the built-in steps located on 
the Home ribbon, or you can create your own. 
Configure these to make your common "rituals" 
that much easier to perform. 
9/1/2014 Management Productivity Tools 31
9/1/2014 Management Productivity Tools 32

More Related Content

What's hot

Excel 2007- Enter Formulas
Excel 2007- Enter FormulasExcel 2007- Enter Formulas
Excel 2007- Enter Formulas
Oklahoma Dept. Mental Health
 
Excel Excellence (Microsoft Excel training that "sticks"): Formulas
Excel Excellence (Microsoft Excel training that "sticks"): FormulasExcel Excellence (Microsoft Excel training that "sticks"): Formulas
Excel Excellence (Microsoft Excel training that "sticks"): Formulas
Laura Winger
 
Introduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 TutorialIntroduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 Tutorial
SpreadsheetTrainer
 
Excel tips and tricks you should try
Excel tips and tricks you should tryExcel tips and tricks you should try
Excel tips and tricks you should try
Mzee Theogene KUBAHONIYESU
 
Advanced excel 2010 & 2013 updated Terrabiz
Advanced excel 2010 & 2013 updated TerrabizAdvanced excel 2010 & 2013 updated Terrabiz
Advanced excel 2010 & 2013 updated Terrabiz
Ahmed Yasir Khan
 
Excel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a WorksheetExcel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a Worksheetdpd
 
Ms excel and it’s function
Ms excel and it’s functionMs excel and it’s function
Ms excel and it’s functionsneha94
 
Working smart with excel v2.0
Working smart with excel v2.0Working smart with excel v2.0
Working smart with excel v2.0Romy Cagampan
 
Worksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 TutorialWorksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 Tutorial
SpreadsheetTrainer
 
presentationMs excel
presentationMs excelpresentationMs excel
presentationMs excel
Tanveer Ahmed
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
Kristine Tiongco-Rimpa
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part I
Si Krishan
 
Functions and Charts in Microsoft Excel
Functions and Charts in Microsoft ExcelFunctions and Charts in Microsoft Excel
Functions and Charts in Microsoft Excel
North Bend Public Library
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment Help
Rahul Kataria
 
Data Analytics Using MS Excel
Data Analytics Using MS ExcelData Analytics Using MS Excel
Data Analytics Using MS Excel
Rajesh Math
 
Excel Chapter 2
Excel Chapter 2Excel Chapter 2
Excel Chapter 2mindysholder
 
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
Ranjan Jena
 
Microsoft Excel
Microsoft ExcelMicrosoft Excel
Microsoft Excel
Seun Ayilara
 
Sage Intelligence 40 Microsoft Excel Tips and Tricks
Sage Intelligence 40 Microsoft Excel Tips and TricksSage Intelligence 40 Microsoft Excel Tips and Tricks
Sage Intelligence 40 Microsoft Excel Tips and Tricks
BurCom Consulting Ltd.
 

What's hot (20)

Excel 2007- Enter Formulas
Excel 2007- Enter FormulasExcel 2007- Enter Formulas
Excel 2007- Enter Formulas
 
Excel Excellence (Microsoft Excel training that "sticks"): Formulas
Excel Excellence (Microsoft Excel training that "sticks"): FormulasExcel Excellence (Microsoft Excel training that "sticks"): Formulas
Excel Excellence (Microsoft Excel training that "sticks"): Formulas
 
Introduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 TutorialIntroduction to Excel - Excel 2013 Tutorial
Introduction to Excel - Excel 2013 Tutorial
 
Excel tips and tricks you should try
Excel tips and tricks you should tryExcel tips and tricks you should try
Excel tips and tricks you should try
 
Advanced excel 2010 & 2013 updated Terrabiz
Advanced excel 2010 & 2013 updated TerrabizAdvanced excel 2010 & 2013 updated Terrabiz
Advanced excel 2010 & 2013 updated Terrabiz
 
Excel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a WorksheetExcel Chapter 2 - Inserting Formulas in a Worksheet
Excel Chapter 2 - Inserting Formulas in a Worksheet
 
Ms excel and it’s function
Ms excel and it’s functionMs excel and it’s function
Ms excel and it’s function
 
Working smart with excel v2.0
Working smart with excel v2.0Working smart with excel v2.0
Working smart with excel v2.0
 
Worksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 TutorialWorksheet Basics & Navigation - Excel 2013 Tutorial
Worksheet Basics & Navigation - Excel 2013 Tutorial
 
presentationMs excel
presentationMs excelpresentationMs excel
presentationMs excel
 
Microsoft Excel Tutorial
Microsoft Excel TutorialMicrosoft Excel Tutorial
Microsoft Excel Tutorial
 
Intro to Excel Basics: Part I
Intro to Excel Basics: Part IIntro to Excel Basics: Part I
Intro to Excel Basics: Part I
 
Functions and Charts in Microsoft Excel
Functions and Charts in Microsoft ExcelFunctions and Charts in Microsoft Excel
Functions and Charts in Microsoft Excel
 
MS-EXCEL Assignment Help
MS-EXCEL Assignment HelpMS-EXCEL Assignment Help
MS-EXCEL Assignment Help
 
Ms excel
Ms excelMs excel
Ms excel
 
Data Analytics Using MS Excel
Data Analytics Using MS ExcelData Analytics Using MS Excel
Data Analytics Using MS Excel
 
Excel Chapter 2
Excel Chapter 2Excel Chapter 2
Excel Chapter 2
 
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
 
Microsoft Excel
Microsoft ExcelMicrosoft Excel
Microsoft Excel
 
Sage Intelligence 40 Microsoft Excel Tips and Tricks
Sage Intelligence 40 Microsoft Excel Tips and TricksSage Intelligence 40 Microsoft Excel Tips and Tricks
Sage Intelligence 40 Microsoft Excel Tips and Tricks
 

Viewers also liked

Driving Business Performance with Microsoft Performance Management
Driving Business Performance with Microsoft Performance ManagementDriving Business Performance with Microsoft Performance Management
Driving Business Performance with Microsoft Performance Management
Nic Smith
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
madhuparna bhowmik
 
Excel2010 05-130206153751-phpapp01
Excel2010 05-130206153751-phpapp01Excel2010 05-130206153751-phpapp01
Excel2010 05-130206153751-phpapp01
Vishal Kumar
 
MS Excel Ch 2 PPT
MS Excel Ch 2 PPTMS Excel Ch 2 PPT
MS Excel Ch 2 PPTprsmith72
 
Excel 2010
Excel 2010Excel 2010
Excel 2010
nhumar
 
Excel 2010.01 edited
Excel 2010.01 editedExcel 2010.01 edited
Excel 2010.01 edited
Iris Hershenson
 
Learn Excel Macro
Learn Excel Macro  Learn Excel Macro
Learn Excel Macro
AbhisheK Kumar Rajoria
 
Advanced Excel - HeroConf Philadelphia
Advanced Excel - HeroConf Philadelphia  Advanced Excel - HeroConf Philadelphia
Advanced Excel - HeroConf Philadelphia
Amy Bishop
 
Practice Exercise Set 1
Practice Exercise Set 1Practice Exercise Set 1
Practice Exercise Set 1rampan
 
Excel 2010 training presentation figure out dates by using formulas in exce...
Excel 2010 training presentation   figure out dates by using formulas in exce...Excel 2010 training presentation   figure out dates by using formulas in exce...
Excel 2010 training presentation figure out dates by using formulas in exce...
MFMinickiello
 
Microsoft excel
Microsoft excelMicrosoft excel
Microsoft excel
Premnath R
 
Tutorial 10: Performing What-IF Analyses
Tutorial 10: Performing What-IF AnalysesTutorial 10: Performing What-IF Analyses
Tutorial 10: Performing What-IF Analysescios135
 
PMP Preparation - 07 Cost Management
PMP Preparation - 07 Cost ManagementPMP Preparation - 07 Cost Management
PMP Preparation - 07 Cost Management
Mohamed ElSaadany, PMP, CCP, PMI-RMP, SCE-PE
 
Microsoft Human Resource Project.
Microsoft Human Resource Project.Microsoft Human Resource Project.
Microsoft Human Resource Project.
Sourojyoti Chattaraj Rex
 
Aqa bus2-peopleworkforceeffectiveness
Aqa bus2-peopleworkforceeffectivenessAqa bus2-peopleworkforceeffectiveness
Aqa bus2-peopleworkforceeffectivenessPeter Sammons
 
10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job
Hitesh Biyani
 
Calculation of payback period with microsoft excel 2010
Calculation of payback period with microsoft excel 2010Calculation of payback period with microsoft excel 2010
Calculation of payback period with microsoft excel 2010
Murali Subramanian
 
Tutorial 6: Multiple Worksheets and Workbooks
Tutorial 6: Multiple Worksheets and WorkbooksTutorial 6: Multiple Worksheets and Workbooks
Tutorial 6: Multiple Worksheets and Workbookscios135
 
Excel dashboard example
Excel dashboard exampleExcel dashboard example
Excel dashboard exampleAdriĂĄn Chiogna
 
Getting started with Microsoft Excel Macros
Getting started with Microsoft Excel MacrosGetting started with Microsoft Excel Macros
Getting started with Microsoft Excel Macros
Nick Weisenberger
 

Viewers also liked (20)

Driving Business Performance with Microsoft Performance Management
Driving Business Performance with Microsoft Performance ManagementDriving Business Performance with Microsoft Performance Management
Driving Business Performance with Microsoft Performance Management
 
Functions and formulas of ms excel
Functions and formulas of ms excelFunctions and formulas of ms excel
Functions and formulas of ms excel
 
Excel2010 05-130206153751-phpapp01
Excel2010 05-130206153751-phpapp01Excel2010 05-130206153751-phpapp01
Excel2010 05-130206153751-phpapp01
 
MS Excel Ch 2 PPT
MS Excel Ch 2 PPTMS Excel Ch 2 PPT
MS Excel Ch 2 PPT
 
Excel 2010
Excel 2010Excel 2010
Excel 2010
 
Excel 2010.01 edited
Excel 2010.01 editedExcel 2010.01 edited
Excel 2010.01 edited
 
Learn Excel Macro
Learn Excel Macro  Learn Excel Macro
Learn Excel Macro
 
Advanced Excel - HeroConf Philadelphia
Advanced Excel - HeroConf Philadelphia  Advanced Excel - HeroConf Philadelphia
Advanced Excel - HeroConf Philadelphia
 
Practice Exercise Set 1
Practice Exercise Set 1Practice Exercise Set 1
Practice Exercise Set 1
 
Excel 2010 training presentation figure out dates by using formulas in exce...
Excel 2010 training presentation   figure out dates by using formulas in exce...Excel 2010 training presentation   figure out dates by using formulas in exce...
Excel 2010 training presentation figure out dates by using formulas in exce...
 
Microsoft excel
Microsoft excelMicrosoft excel
Microsoft excel
 
Tutorial 10: Performing What-IF Analyses
Tutorial 10: Performing What-IF AnalysesTutorial 10: Performing What-IF Analyses
Tutorial 10: Performing What-IF Analyses
 
PMP Preparation - 07 Cost Management
PMP Preparation - 07 Cost ManagementPMP Preparation - 07 Cost Management
PMP Preparation - 07 Cost Management
 
Microsoft Human Resource Project.
Microsoft Human Resource Project.Microsoft Human Resource Project.
Microsoft Human Resource Project.
 
Aqa bus2-peopleworkforceeffectiveness
Aqa bus2-peopleworkforceeffectivenessAqa bus2-peopleworkforceeffectiveness
Aqa bus2-peopleworkforceeffectiveness
 
10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job10 Excel Formulas that will help you in any Job
10 Excel Formulas that will help you in any Job
 
Calculation of payback period with microsoft excel 2010
Calculation of payback period with microsoft excel 2010Calculation of payback period with microsoft excel 2010
Calculation of payback period with microsoft excel 2010
 
Tutorial 6: Multiple Worksheets and Workbooks
Tutorial 6: Multiple Worksheets and WorkbooksTutorial 6: Multiple Worksheets and Workbooks
Tutorial 6: Multiple Worksheets and Workbooks
 
Excel dashboard example
Excel dashboard exampleExcel dashboard example
Excel dashboard example
 
Getting started with Microsoft Excel Macros
Getting started with Microsoft Excel MacrosGetting started with Microsoft Excel Macros
Getting started with Microsoft Excel Macros
 

Similar to Management productivity tools1

Cte 113 slides
Cte 113 slidesCte 113 slides
Cte 113 slides
Idris Abdulhameed
 
Office
OfficeOffice
Office
fajardwiutara
 
Microsoft Excel 101: What you must know
Microsoft Excel 101: What you must knowMicrosoft Excel 101: What you must know
Microsoft Excel 101: What you must know
Swati Chhabra
 
Understanding DB2 Optimizer
Understanding DB2 OptimizerUnderstanding DB2 Optimizer
Understanding DB2 Optimizer
terraborealis
 
Hello my name is DAX
Hello my name is DAXHello my name is DAX
Hello my name is DAX
Michael Antonovich
 
Using MS Excel In Your Next Audit - Top Basic & Intermediate Techniques
Using MS Excel In Your Next Audit - Top Basic & Intermediate Techniques Using MS Excel In Your Next Audit - Top Basic & Intermediate Techniques
Using MS Excel In Your Next Audit - Top Basic & Intermediate Techniques
Jim Kaplan CIA CFE
 
Fundamentals of Computing Chapter 8
Fundamentals of Computing Chapter 8Fundamentals of Computing Chapter 8
Fundamentals of Computing Chapter 8
Mohd Harris Ahmad Jaal
 
RPA Summer School Studio Session 3 AMER: Introduction to Ui Automation
RPA Summer School Studio Session 3 AMER: Introduction to Ui AutomationRPA Summer School Studio Session 3 AMER: Introduction to Ui Automation
RPA Summer School Studio Session 3 AMER: Introduction to Ui Automation
Diana Gray, MBA
 
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
Cristina Vidu
 
Women in Automation 2023- UiPath Studio Session 2.pdf
Women in Automation 2023- UiPath Studio Session 2.pdfWomen in Automation 2023- UiPath Studio Session 2.pdf
Women in Automation 2023- UiPath Studio Session 2.pdf
UiPathCommunity
 
5001 accessing sap_hana_with_the_semantic_layer
5001 accessing sap_hana_with_the_semantic_layer5001 accessing sap_hana_with_the_semantic_layer
5001 accessing sap_hana_with_the_semantic_layer
sivaramakrishna alpuri
 
Microsoft PowerPivot & Power View in Excel 2013
Microsoft PowerPivot & Power View in Excel 2013Microsoft PowerPivot & Power View in Excel 2013
Microsoft PowerPivot & Power View in Excel 2013
Mark Ginnebaugh
 
Leveraging IBM Cognos TM1 for Merchandise Planning at Tractor Supply Company ...
Leveraging IBM Cognos TM1 for Merchandise Planning at Tractor Supply Company ...Leveraging IBM Cognos TM1 for Merchandise Planning at Tractor Supply Company ...
Leveraging IBM Cognos TM1 for Merchandise Planning at Tractor Supply Company ...
QueBIT Consulting
 
BusinessIDNameStreetAddressCityState1001Computer Accessories Etc362
BusinessIDNameStreetAddressCityState1001Computer Accessories Etc362BusinessIDNameStreetAddressCityState1001Computer Accessories Etc362
BusinessIDNameStreetAddressCityState1001Computer Accessories Etc362
TawnaDelatorrejs
 
1 ACC ACF 2400 – Semester 2, 2017 Individual Assignm.docx
1  ACC ACF 2400 – Semester 2, 2017  Individual Assignm.docx1  ACC ACF 2400 – Semester 2, 2017  Individual Assignm.docx
1 ACC ACF 2400 – Semester 2, 2017 Individual Assignm.docx
honey725342
 
Microsoft office 2007 fundamentals
Microsoft office 2007 fundamentalsMicrosoft office 2007 fundamentals
Microsoft office 2007 fundamentals
Mi L
 
Excel
ExcelExcel
Power bi slide share pdf it is a very important
Power bi slide share pdf it is a very importantPower bi slide share pdf it is a very important
Power bi slide share pdf it is a very important
Satyabratarath5
 
Excel Pivot Tables and Graphing for Auditors
Excel Pivot Tables and Graphing for AuditorsExcel Pivot Tables and Graphing for Auditors
Excel Pivot Tables and Graphing for Auditors
Jim Kaplan CIA CFE
 
IT7113 research project_group_4
IT7113 research project_group_4IT7113 research project_group_4
IT7113 research project_group_4
ethanlchandler
 

Similar to Management productivity tools1 (20)

Cte 113 slides
Cte 113 slidesCte 113 slides
Cte 113 slides
 
Office
OfficeOffice
Office
 
Microsoft Excel 101: What you must know
Microsoft Excel 101: What you must knowMicrosoft Excel 101: What you must know
Microsoft Excel 101: What you must know
 
Understanding DB2 Optimizer
Understanding DB2 OptimizerUnderstanding DB2 Optimizer
Understanding DB2 Optimizer
 
Hello my name is DAX
Hello my name is DAXHello my name is DAX
Hello my name is DAX
 
Using MS Excel In Your Next Audit - Top Basic & Intermediate Techniques
Using MS Excel In Your Next Audit - Top Basic & Intermediate Techniques Using MS Excel In Your Next Audit - Top Basic & Intermediate Techniques
Using MS Excel In Your Next Audit - Top Basic & Intermediate Techniques
 
Fundamentals of Computing Chapter 8
Fundamentals of Computing Chapter 8Fundamentals of Computing Chapter 8
Fundamentals of Computing Chapter 8
 
RPA Summer School Studio Session 3 AMER: Introduction to Ui Automation
RPA Summer School Studio Session 3 AMER: Introduction to Ui AutomationRPA Summer School Studio Session 3 AMER: Introduction to Ui Automation
RPA Summer School Studio Session 3 AMER: Introduction to Ui Automation
 
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
🌺 Women in Automation Program: Become an RPA Developer with UiPath Studio Ses...
 
Women in Automation 2023- UiPath Studio Session 2.pdf
Women in Automation 2023- UiPath Studio Session 2.pdfWomen in Automation 2023- UiPath Studio Session 2.pdf
Women in Automation 2023- UiPath Studio Session 2.pdf
 
5001 accessing sap_hana_with_the_semantic_layer
5001 accessing sap_hana_with_the_semantic_layer5001 accessing sap_hana_with_the_semantic_layer
5001 accessing sap_hana_with_the_semantic_layer
 
Microsoft PowerPivot & Power View in Excel 2013
Microsoft PowerPivot & Power View in Excel 2013Microsoft PowerPivot & Power View in Excel 2013
Microsoft PowerPivot & Power View in Excel 2013
 
Leveraging IBM Cognos TM1 for Merchandise Planning at Tractor Supply Company ...
Leveraging IBM Cognos TM1 for Merchandise Planning at Tractor Supply Company ...Leveraging IBM Cognos TM1 for Merchandise Planning at Tractor Supply Company ...
Leveraging IBM Cognos TM1 for Merchandise Planning at Tractor Supply Company ...
 
BusinessIDNameStreetAddressCityState1001Computer Accessories Etc362
BusinessIDNameStreetAddressCityState1001Computer Accessories Etc362BusinessIDNameStreetAddressCityState1001Computer Accessories Etc362
BusinessIDNameStreetAddressCityState1001Computer Accessories Etc362
 
1 ACC ACF 2400 – Semester 2, 2017 Individual Assignm.docx
1  ACC ACF 2400 – Semester 2, 2017  Individual Assignm.docx1  ACC ACF 2400 – Semester 2, 2017  Individual Assignm.docx
1 ACC ACF 2400 – Semester 2, 2017 Individual Assignm.docx
 
Microsoft office 2007 fundamentals
Microsoft office 2007 fundamentalsMicrosoft office 2007 fundamentals
Microsoft office 2007 fundamentals
 
Excel
ExcelExcel
Excel
 
Power bi slide share pdf it is a very important
Power bi slide share pdf it is a very importantPower bi slide share pdf it is a very important
Power bi slide share pdf it is a very important
 
Excel Pivot Tables and Graphing for Auditors
Excel Pivot Tables and Graphing for AuditorsExcel Pivot Tables and Graphing for Auditors
Excel Pivot Tables and Graphing for Auditors
 
IT7113 research project_group_4
IT7113 research project_group_4IT7113 research project_group_4
IT7113 research project_group_4
 

Recently uploaded

Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Dr. Vinod Kumar Kanvaria
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
Lapbook sobre os Regimes TotalitĂĄrios.pdf
Lapbook sobre os Regimes TotalitĂĄrios.pdfLapbook sobre os Regimes TotalitĂĄrios.pdf
Lapbook sobre os Regimes TotalitĂĄrios.pdf
Jean Carlos Nunes PaixĂŁo
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
ShivajiThube2
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
KrisztiĂĄn SzĂĄraz
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
TechSoup
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
Nguyen Thanh Tu Collection
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
DhatriParmar
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
Jisc
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
tarandeep35
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
DhatriParmar
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
chanes7
 

Recently uploaded (20)

Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
Exploiting Artificial Intelligence for Empowering Researchers and Faculty, In...
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
Lapbook sobre os Regimes TotalitĂĄrios.pdf
Lapbook sobre os Regimes TotalitĂĄrios.pdfLapbook sobre os Regimes TotalitĂĄrios.pdf
Lapbook sobre os Regimes TotalitĂĄrios.pdf
 
JEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questionsJEE1_This_section_contains_FOUR_ questions
JEE1_This_section_contains_FOUR_ questions
 
Advantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO PerspectiveAdvantages and Disadvantages of CMS from an SEO Perspective
Advantages and Disadvantages of CMS from an SEO Perspective
 
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat  Leveraging AI for Diversity, Equity, and InclusionExecutive Directors Chat  Leveraging AI for Diversity, Equity, and Inclusion
Executive Directors Chat Leveraging AI for Diversity, Equity, and Inclusion
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
BÀI TẬP BỔ TRỢ TIẾNG ANH GLOBAL SUCCESS LỚP 3 - CẢ NĂM (CÓ FILE NGHE VÀ ĐÁP Á...
 
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptxChapter 4 - Islamic Financial Institutions in Malaysia.pptx
Chapter 4 - Islamic Financial Institutions in Malaysia.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
The Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptxThe Accursed House by Émile Gaboriau.pptx
The Accursed House by Émile Gaboriau.pptx
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
The approach at University of Liverpool.pptx
The approach at University of Liverpool.pptxThe approach at University of Liverpool.pptx
The approach at University of Liverpool.pptx
 
S1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptxS1-Introduction-Biopesticides in ICM.pptx
S1-Introduction-Biopesticides in ICM.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
The Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptxThe Diamond Necklace by Guy De Maupassant.pptx
The Diamond Necklace by Guy De Maupassant.pptx
 
Digital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion DesignsDigital Artifact 2 - Investigating Pavilion Designs
Digital Artifact 2 - Investigating Pavilion Designs
 

Management productivity tools1

  • 1. Management Productivity Tools MICROSOFT EXCEL 2010 FORMULA AND FUNCTIONS 9/1/2014 Management Productivity Tools 1
  • 2. hyperlink clipart chart Images and Background Functions Page layout Database: 9/1/2014 Management Productivity Tools 2
  • 3. WORK SHEET- EXCEL THIS IS EXCEL WORK SHEET CELLS IN WORK SHEET 9/1/2014 Management Productivity Tools 3
  • 4. AVERAGE • AVERAGE function returns the average. The syntax for the Microsoft Excel AVERAGE function is where number1, number2, ... number_n are numeric values - they can be numbers AVERAGE function is: AVERAGE( number1, [number2], ... [number_n] ) 9/1/2014 Management Productivity Tools 4
  • 5. CONCATENATE • CONCATENATE function allows you to join 2 or more strings together CONCATENATE function is: CONCATENATE( text1, text2, ... text_n ) =CONCATENATE(B8," ",A8) 9/1/2014 Management Productivity Tools 5
  • 6. SUM • SUM function adds all numbers in a range of cells and returns the result. SUM function is: SUM( number1, [number2, ... number_n] ) =SUM(C4:C12) 9/1/2014 Management Productivity Tools 6
  • 7. SUMIF • SUMIF function adds all numbers in a range of cells, based on a given criteria. SUMIF function is: SUMIF( range, criteria, [sum_range] ) Where, range is the range of cells that you want to apply the criteria against. criteria is used to determine which cells to add. sum_range is optional 9/1/2014 Management Productivity Tools 7
  • 8. IF • IF function returns one value if a specified condition evaluates to TRUE, or another value if it evaluates to FALSE. IF function is: IF( condition, [value_if_true], [value_if_false] ) value_if_true is optional. It is the value that is returned if condition evaluates to TRUE. value_if_false is optional. It is the value that is return if condition evaluates to FALSE. 9/1/2014 Management Productivity Tools 8
  • 9. RANK • Returns the rank of a number in a list of numbers. The rank of a number is its size relative to other values in a list. • Number Required. The number whose rank you want to find. • Ref Required. An array of, or a reference to, a list of numbers. Nonnumeric values in ref are ignored. • Order Optional. A number specifying how to rank number. RANK(number,ref,[order]) 9/1/2014 Management Productivity Tools 9
  • 10. ABSOLUTE AND RELATIVE CELL REFERENCE • By default, when you copy a formula that contains a cell reference, excel will automatically adjust the cell reference. • You can stop Excel from automatically adjusting the cell reference by using one or more dollar signs ($) in the cell reference. These are called absolute cell references. • A cell reference without a dollar sign is a relative cell reference 9/1/2014 Management Productivity Tools 10
  • 11. MAX • MAX function returns the largest value from the numbers provided. MAX function is: MAX( number1, [number2, ... number_n] ) • number1, number2, ... number_n are numeric values - they can be numbers, named ranges, arrays, or references to numbers. 9/1/2014 Management Productivity Tools 11
  • 12. MIN • MIN function returns the smallest value from the numbers provided MIN function is: MIN( number1, number2, ... number_n ) • number1, number2, ... number_n are numeric values - they can be numbers, named ranges, arrays, or references to numbers 9/1/2014 Management Productivity Tools 12
  • 13. DATE • DATE function returns the serial number of a date DATE function is: DATE( year, month, day ) 9/1/2014 Management Productivity Tools 13
  • 14. TIME • TIME function returns the decimal number for a particular time TIME function is: TIME( hour, minute, second ) 9/1/2014 Management Productivity Tools 14
  • 15. TODAY • TODAY function returns the current system date. This function will refresh the date whenever the worksheet recalculates. TODAY function is: TODAY() 9/1/2014 Management Productivity Tools 15
  • 16. NETWORK DAYS • NETWORKDAYS function returns the number of "work days" between 2 dates, excluding weekends and holidays. NETWORKDAYS function is: NETWORKDAYS( start_date, end_date, [holidays] ) 9/1/2014 Management Productivity Tools 16
  • 17. LOOKUP • LOOKUP function returns a value from a range (one row or one column) or from an array. LOOKUP function is: LOOKUP( value, lookup_range, [result_range] 9/1/2014 Management Productivity Tools 17
  • 18. VLOOKUP • VLOOKUP function performs a vertical lookup by searching for a value in the left-most column of table_array and returning the value in the same row in the index_number position. VLOOKUP function is: VLOOKUP( value, table_array, index_number, [not_exact_match] 9/1/2014 Management Productivity Tools 18
  • 19. COUNT • COUNT function counts the number of cells that contain numbers as well as the number of arguments that contain numbers. COUNT function is: COUNT( argument1, [argument2, ... argument_n] ) 9/1/2014 Management Productivity Tools 19
  • 20. COUNTIF • COUNTIF function counts the number of cells in a range, that meets a given criteria. COUNTIF function is: COUNTIF( range, criteria ) • range is the range of cells that you want to count based on the criteria. • criteria is used to determine which cells to count. 9/1/2014 Management Productivity Tools 20
  • 21. MICROSOFT WORD 2010 9/1/2014 Management Productivity Tools 21
  • 22. Create visually compelling documents more easily than ever Save time and simplify your work Work together more successfully Access your information from more places easily customize the improved Ribbon 9/1/2014 Management Productivity Tools 22
  • 23. MICROSOFT WORD 2010 • It's been a long time since the last Microsoft Office revision, and it can be hard to imagine what new capabilities Microsoft could possibly add to the 20-year-old suite. But Office 2010 does in fact have a lot of new capabilities to offer. 9/1/2014 Management Productivity Tools 23
  • 24. FEATURES • Universal ribbon : The ribbon interface is now a part of every single Office application. First released in Office 2007 in some of its applications, the ribbon interface was an artistic leap, and as we all know, only moments after the ribbon was born, its first "art critic" came along. 9/1/2014 Management Productivity Tools 24
  • 25. • Backstage view: By clicking the new File button (which replaces the Office 2007 orb), you have access to all your normal Save, Save As, Open, and Close operations. In addition, you can see and customize the document properties, manage versions, check for compatibility issues, and scrub the document of hidden metadata for sharing purposes 9/1/2014 Management Productivity Tools 25
  • 26. • Paste preview: Included in all suites is a new live preview paste feature that lets you hover your mouse over an option and see what your clipboard item will look like. From the Home ribbon, just click the Paste drop-down menu and hover over your options. 9/1/2014 Management Productivity Tools 26
  • 27. • Office Web Apps: Office 2010 now includes a set of Web-based applications -- online versions of Word, Excel, PowerPoint, and OneNote -- that work through Windows Live and/or with SharePoint. (Check out the InfoWorld Test Center's review of Office Web Apps.) Outlook Web App (a new name but not a new feature) continues to be offered through Exchange 2010. 9/1/2014 Management Productivity Tools 27
  • 28. • More themes: Themes can now be used across Word, Excel, and PowerPoint to ensure a consistent look for your various documents. Microsoft has also upped the number of built-in themes from 20 in Office 2007 to 40 in Office 2010 9/1/2014 Management Productivity Tools 28
  • 29. • Insert a screenshot: Now you don't have to take a screenshot using a tool such as the Windows Snipping Tool and then paste it into your document. Instead, you can use the Insert ribbon and click Screenshot to grab an image you want to insert 9/1/2014 Management Productivity Tools 29
  • 30. • Crop images to a shape: You can now select an image, go to the Format contextual ribbon, and under the Crop option, choose Crop to Shape. • New photo-editing options:Word 2010 has a variety of new photo-editing tools that you can find by inserting a picture and selecting it, then going to the Format contextual ribbon and looking at its options, which include Remove Background and Artistic Effects. 9/1/2014 Management Productivity Tools 30
  • 31. • Cleanup: Sometimes your mailbox is cluttered with redundant messages. Use the new Clean Up option (located on the Home ribbon under the Delete group) to tidy the folder or conversation. • Quick steps: Sometimes you have an entire ritual when it comes to handling emails. Quick steps are like little macros that allow you to simplify the tasks. You can use the built-in steps located on the Home ribbon, or you can create your own. Configure these to make your common "rituals" that much easier to perform. 9/1/2014 Management Productivity Tools 31