Hi,
Need a sort of a lookup. Have done it before but forgotten how… – so please refresh my mind / ;o)
Got two sheets:
1. Data entry (DE)
2. Data out (DO)
DE is a traditional accounting workbook without formulas – pure data entry.
DE has data grouped in columns. Column C=2006, D=2005, E=2004 etc…
DE has items grouped in rows R7 = Item1, R8 = Item2
On DO I have a single cell at the top say cell B6, it contains the accounting year to look at, eg. 2006 (defined name is: ‘YR_lookup’)
Starting at row 10, I then have a number of formulas aclculating all sorts of ratios.
I would like the formulas to work in such a way that they lookup values in the DE sheet based on the YR_lookup.
This means that if I want to look at data for 2004 instead of 2006, all I need to do is to change the value in YR_lookup.
How do I achieve this?