HI
OK so I have a formula that pulls in cell contents from 2 spreadsheets into a 3rd spreadsheet based on date input.
=IFERROR(LEFT(INDEX(Sheet1!$B$3:$M$20,MATCH($A17,Sheet1!$A$3:$A$20,0),MATCH(B$4,Sheet1!$B$2:$M$2,0)),1),"")
So for any date input it will display the cell contents for that...