I am trying to grab a date from another sheet if a cell matches anything in another cell on another sheet. I hope the data below explains what I need. The formula would go into Sheet2 and B column.
Code:
=INDEX('Sheet1'!B:C,MATCH(A1,'Sheet1'!B:B,0),2)
Code:
Sheet1 Sheet2
A B A B
1 3:00 4 5:03
2 3:00 3 4:02
3 4:02 9 N/A
4 5:03
5 4:32
6 5:33
Last edited: