Excel Functions Notes
Excel Functions Notes
=average(column:column)
Auto fill handle
* control shift end (last cell) -> control d
* Control + . in a range -> moves the active cells to the two ends
2010
Double clicking takes last cell to be filled from left and then right
Also, hiding a column does not change shift left column priority like it did in
2007
Inc whole array by 10% by pasting special and adding multiplying etc
Cntrl ~ show all formulas
3-d formula sum( <select one worksheet and then press shift and last sheet to s
elect multiple sheet> '! <add common cell number to be added)
Highlight cell containg formulas by using goto (f5) formulas and fill colour
To QC formula: edit cell, select part of the formula and press f9 to display its
valuue and validate etc.
Alt enter nested IFs
Cell address an be made by naming the cell and then using the name in the formul
a
Round(formula,X) -> For a selected range, the formula changes for all cells
Alt + equal -> Automatic sum formula; works on selected range also
If(and(logic1,logic2),True,False) --> Allows for using two conditions together.
Similar for OR. You can nest AND and ORs in each other
Both NOT function and <> symbol can be used for creating negative logics
HLOOKUP is vlookup done on a horizontal table
Vlookup treats values in a sorted array as cut offs (the 4th value of the functi
on remains empty here, it is filled as 0 if one requires the exact match)
Trim() -> removes extra spaces
Match(lookupval,array,0) -> Gives location in which match has been found
Concatenate can be simply created using &
a1&", "&b1
Index(array data,match(row item, row array header,0),match(column item, column a
rray header,0))
MATCH-INDEX --> If one has to look up a reference in a table in which the refere
nce is not mentioned in the first row, then one can use the index function:
{=trend(fixed array)} with the whole series selected => corresponding value of
linear regression line
--- Similarly growth() gives for an exponential funcn
Find("g",address)
----> case sensitive
Search("g",address) ----> not case sensitive
Trim can be used to vLOOKUP or MATCH trimed reference against a trimmed array (c
ontrol shift enter type)
REPLACE(old text, start num, no of char,new text)
tion/ char no. for upto as many characters