excel workshop

Post on 05-Feb-2016

217 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

excel formula

TRANSCRIPT

windows+r

shortcut

excelexcel

wordwinword

pptpowerpnt

outlook

mspaint

ctrl+shift+down arrow-->goes to a point where next cell is blank

=means formula

have 2 select 2 cells-eg c1,d5

from c1 to d5 c1:d5

conditional formatting sheet

headers-top most rows indicating data types

Data sort sheet-sort by year, then uom

Data filter sheet

Paste special sheet

Rt click paste specialvalues (now no formula)

transpose

Eg copy 3, select 1,2,3,4 paste specialadd

Will give 4,5,6,7

Statistical sheet

=sumtabwill convert to SUM(caps)

=sum(1,2)those in bold are current selectionto change something press F2

To find records whose close price> 1070Use countif..criteria…..

=countif(b6:b255,”>1070”)

3 criteria

Textuse double codes eg ”Mumbai”

Nos-without double code eg 1059

>Or < signuse double code—“>1070”

Sumifsum of traded qty (c column)where closepp>1070(b column)

Sumif(range,criteria,sum range)

=sumif(b6:b255,”>1070”,c6:c255)

Sumproduct

5 10

10 12

Ans is 5*10+10*12=170

Referencing sheet

=3*10%-->correct(no need to write 0.1)

Drag downformula changing..eg c2,c3..and so on

Use dollar signto fix column (put immediate left)

Eg $c3 or c$3

top related