View Single Post
 
Old 06-19-2015, 10:07 AM
beginner beginner is offline Windows 7 32bit Office 2013
Advanced Beginner
 
Join Date: Sep 2011
Location: Europe
Posts: 45
beginner will become famous soon enough
Default

Quote:
Originally Posted by ExcelVlookup View Post
It would be very nice if someone could help me.
If I understand you, try this formula

On Sheet1 in to cell B3 put this formula and copy to right and to down to last row
Code:
=IFERROR(VLOOKUP($A3;Sheet2!$A$2:$F$8544;MATCH(B$1;Sheet2!$A$1:$F$1;0);0);"")
Reply With Quote