Guest User

Untitled

a guest
Jul 17th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. =INDEX('SHEET1'!A:D,MATCH(SHEET2!A2,'SHEET1'!B:B,0),4)
  2.  
  3. =VLOOKUP("apple",$A$1:$D$100,4,false)
  4.  
  5. =INDIRECT("D"&MATCH(<your match here>))
Add Comment
Please, Sign In to add comment