Hi!
I would like to lookup a value from a database like this.
Date Sum
2002-04-24 53500
......
I want to base this lookup on a date and then lookup the value from one year ago.
Sofar I have come up with
=lookup(DATE(YEAR(A1)-1,MONTH(A1),DAY(A1)),Fsg,2)
Where Fsg is the name of the database and 2 the column index. But it doesnt work dont know why.....
Anyone got a hint? TIA Mats:flower: