I am trying to match a number in one spreadsheet against a number in another spreadsheet and extract the name which sits a few columns before said number.
this issue is I only want to extract the name against this value if the date from the first spreadsheet falls in between two date (each in different columns) on the 2nd spread sheet.
this is how far i've got but the formula just keeps returning False.
=IF(AND(A1822>='Car Renter Transactions'!K:K,A1822<='Car Renter Transactions'!M:M),INDEX('Car Renter Transactions'!S:S,MATCH(H1822,'Car Renter Transactions'!W:W,0),FALSE))
Is the formula the wrong way round? does it need to be =if(index? of does this if and statement not work because i am searching against the entire column where as each part of the formula kind of relies on the other part before it can process?
Help?
Bookmarks