I have a file that I need to use vlookup to return certain dates, but I don't know how to combine If, vlookup, match index etc.
I don't even know if a cell formula will be able to return the data I want, or I have to create a code to do this.
My situation is:
I have a date in column A3(manually entered)
and I want this to be my criteria in returning my data(which is in a separate tab)
example:
A3 = 28-May-10
R16 should be the previous date on the data tab(which in this case is 14-May-10)
AH16 should be April 16
which is the 1 month prior date on file
(although there are 3 dates with April, it will return the oldest date)
AX16 should be March 8
which is the 2 months prior date on file
(although there are 3 dates with March, it will return the oldest date)
Attached is my sample file for a better understanding.
Thanks!
Bookmarks