Hi,
I require the ability to use the Index function with 2 Match functions... essentially what I require is to index a table and then for the row number field it will be dynamic, depending on both the name in one column and the date in another...
INDEX($A$7:$V$5000, Match(h7:h5000, b2,0), 10) (where b2 is matching the name)
But how can I also ask it to match the date so that it picks out only where the name is John Smith and date is between 01.04.10 and 07.04.10?? I know sumproduct can do this, but don't know if there is a way to return the row number of this?
Bookmarks