You are on page 1of 1

1)use goal-seek(data>what-if) analysis to get to savings=0 at 80 age.

keep contr
ol at H55. then use function to get desired result.
2) add sensitivity analysis, goto what-if>data analysis
row input cell - blank
column input cell- savings rate(refer what you want to change). it looks for inp
ut value on immediate left of column.
3) Vlookup default is true
TRUE - approx match (largest number returned <= lookup value). This is default o
ption
false - exact match
4)*Sorting to be done by user. First column should be sorted in ascending order.
5) DO not use approx match with alphabet. Data might not be universal. Use exact
match
6)$E10 - locks column
E$10 - Locks row
$E$10 - locks row and column. This is useful when you dont want rows and columns
to change in drag drop
7) MATCH returns position
whereas VLOOKUP returns value

You might also like