12
Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Embed Size (px)

Citation preview

Page 1: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 1

Powerpoint Templates

MS Excel Functions

Page 2: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 2

Function• Type of formula that do special actions for a better manipulation of given data

• Built-in and user define

Page 3: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 3

Function Format

=NameOfFunction(Data)

•Not case sensitive•Can be nested

Page 4: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 4

Function• Financial• Date & Time• Math & Trigo• Statistical• Lookup and references• Database• Text• Logical

Page 5: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 5

Statistical FunctionNote: range cell (startcell:endcell)

• Sum =Sum(range of cells)

• Average =Average(cell range)

Page 6: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 6

Statistical Function• Min

=Min(range of cells)

• Max =Max(cell range)

Page 7: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 7

Statistical Function• Count

=Count(range of cells)

• CountA =CountA(value1, …)

Page 8: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 8

Text Function•&

= cell & cell

•Trim =Trim(cell name)

Page 9: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 9

Lookup Function• Vlookup• Hlookup

=Vlookup(lookupvalue, tablearray, index, rangelookup)

Page 10: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 10

Lookup Function=Vlookup(lookupvalue, tablearray, index, rangelookup)

Lookupvalue value you want to look for

TableArray contains the data looking for and data to return

Index row or column of the data to return

RangeLookup true for closest match or false

Page 11: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 11

Logical Function• If

=If(logicaltest, value_if_true, value_if_false)

Page 12: Powerpoint Templates Page 1 Powerpoint Templates MS Excel Functions

Powerpoint TemplatesPage 12

Activity• By pair• ¼ paper• Instructions

Activity