So I need to filter my vlookup to find based on a certain number, the most current date compared to a specified date.
Example (my data comes from a pivot table)
A B C
Item 1 10/1/16 12
Item 1 11/1/16 15
Item 1 12/1/16 11
Item 2 10/2/16 14
Item 2 11/2/16 16
Item 2 12/2/16 18
Right now my VLOOKUP will read the first line of a specified item, and return the values from the requested column.
I want to be able to enter the date 11/25/16 for Item 1, and it will return Line 2, because Line 3 has not happened yet.
I figured there would be a filter that would go from highest to lowest date compared to a certain date and return the closest completed value. I am not sure what to do.
Example (my data comes from a pivot table)
A B C
Item 1 10/1/16 12
Item 1 11/1/16 15
Item 1 12/1/16 11
Item 2 10/2/16 14
Item 2 11/2/16 16
Item 2 12/2/16 18
Right now my VLOOKUP will read the first line of a specified item, and return the values from the requested column.
I want to be able to enter the date 11/25/16 for Item 1, and it will return Line 2, because Line 3 has not happened yet.
I figured there would be a filter that would go from highest to lowest date compared to a certain date and return the closest completed value. I am not sure what to do.