The sheet has the following rows
Name Value
The HLOOKUP function is in the value column and searches another worksheet for the value of the specific name, in a specific row.
This is the formula I am using =HLOOKUP(A3,'SOURCE SHEET',17,FALSE) where A3 references to the name column.
The value in the source sheet changes on a monthly basis and has to be updated in the sheet described above. Right now I want it to show the value from the source sheet for the name for 30 April 2011, but next month it will have to show the value of 31 May 2011.
The old value does not have to be kept in the destination sheet.
Thank you for your help.