excel tutorial 2010

19
Excel 2010

Upload: ravindra-prasad-mahto

Post on 04-Jun-2018

215 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 1/19

Excel 2010

Page 2: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 2/19

Formula in Excel

• Formulas are equations that perform

calculations on values in a worksheet.

• A formula always starts with an equal sign (=).

• Microsoft Office Excel follows the standard

order of mathematical operations.

Example:  =5+2 --- results 7.

Page 3: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 3/19

Formula with Functions

• A formula can also be created by using a

function which is a prewritten formula that

takes a value, performs an operation and

returns a value .

• Example: =SUM(D1, D2)

Page 4: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 4/19

Formula

• A formula can contains:

 – Function

 – Constants

 – Reference

 – Operators

ConstantsFunction Operator

Reference

Page 5: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 5/19

Handling Text

• Text Functions:

 – PROPER

 – LOWER

 – UPPER

 – MID

 – TRIM

 – LEN

Page 6: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 6/19

• PROPER:

 – Capitalizes the first letter in a text. Converts all

other letters to lowercase letters.

 – SYNTAX: PROPER(text)

 – Example: PROPER(“this is a TiTle”) 

Output: “This Is A Title” 

Page 7: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 7/19

• LOWER:

 – Converts all uppercase letters in a text string to

lowercase.

 – SYNTAX: LOWER(text) 

 – Example: LOWER(“This is A TITLE”) 

Output: ”this is a title” 

Page 8: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 8/19

• UPPER:

 – Converts all letters in a text string to uppercase.

 – SYNTAX: UPPER(text) 

 – Example: UPPER(“This is A TITLE”) 

Output: ”THIS IS A TITLE” 

Page 9: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 9/19

• MID:

 – Returns specified numbers of characters starting

from a start index from a text string.

 – SYNTAX: MID(text, start_index, num_chars) 

 – Example: MID(“This is A TITLE”, 3, 5) 

Output: ”is is” 

Page 10: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 10/19

• TRIM:

 – Returns text with removed leading and trailing

spaces from a text string.

 – SYNTAX: TRIM(text) 

 – Example: TRIM(“ This is A TITLE ”) 

Output: ”This is A TITLE” 

Page 11: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 11/19

• LEN:

 – Returns numbers of characters in a text string.

 – SYNTAX: LEN(text) 

 – Example: LEN (“This is A TITLE”) 

Output: 15

Page 12: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 12/19

Handling Numbers

• Numbers can be handled using the operators

(+, -, *, /) or using functions.

 – Ex: “=A2 + A3 –A4B2 / B3” 

• Math Functions:

 – SUM

 – PRODUCT

 – AVERAGE

 – POWER

Page 13: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 13/19

• SUM:

 – Adds the numbers specified in arguments

 – SYNTAX: SUM(number1, *number2+,….) 

 – Example: SUM(3,4)  7

SUM(“3”, 4, TRUE) 8

SUM(A2:A6)

Page 14: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 14/19

• PRODUCT:

 – Multiply the numbers specified in arguments

 – SYNTAX: PRODUCT(number1, *number2+,….) 

 – Example: PRODUCT(3,4)  12

PRODUCT(“3”, 4, TRUE) 12

PRODUCT(A2:A6)

Page 15: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 15/19

• AVERAGE:

 – Calculates the average of the numbers specified in

arguments

 – SYNTAX: AVERAGE(number1, *number2+,….) 

 – Example: AVERAGE(6,4)  12

AVERAGE(“4”, 4, TRUE) 3

AVERAGE(A2:A6)

Page 16: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 16/19

• POWER:

 – Returns the result of a number raised to a power.

 – SYNTAX: POWER(number, power)

 – Example: POWER(3,2)  9

POWER(“3”,TRUE) 3

Page 17: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 17/19

VLOOKUP Function

•Searches the first column of a range of cells for avalue, and then return a value from any cell onthe same row of the range.

• Syntax: VLOOKUP(lookup_value, table_array,

col_index_num, [range_lookup]) – lookup_value: value to search in first column

 – table_array: range of cells of data

 – col_index_num: col no. in the range from whichmatching value must be returned

 – range_lookup:

• TRUE – approximate match.

• FALSE – exact match

Page 18: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 18/19

• Example: VLOOKUP(3, A1:B7,2, FALSE)  

TUESDAY

Page 19: Excel Tutorial 2010

8/13/2019 Excel Tutorial 2010

http://slidepdf.com/reader/full/excel-tutorial-2010 19/19

PivotTable

• A PivotTable report is an interactive way toquickly summarize large amounts of data.

• Useful to summarize, analyse, explore, and

present summary data.• Designed for:

 – Subtotalling and aggregating numeric data,summarizing data by categories and subcategories

 – Expanding and collapsing levels of data.

 – Moving rows to columns or columns to rows

 – Etc.