I am having a bit of trouble getting an index match formula to work.
My data table is in sheet3. In column one I have different items (like Fasso
) and then I have values for each day in the remaining columns. E.g.
Date to Use 31/01/17 02/02/17 06/02/17
FASSO 0.00 12.99 0.00
FBLDR 8.68 8.57 0.00
FBSPB 7.78 8.01 0.00
FBSRB 9.18 9.07 0.00
FCGAR 9.52 9.97 0.00
On Sheet1 I have a drop down on item e.g. Fasso
, and I select a date range whic creates a list of dates below. How can I pull through the correct data for that particular item and each of the dates?
Spreadsheet is file
$A$1:$A$10
for example. – zipa