Thread: Need some help
View Single Post
 
Old 11-15-2018, 07:48 AM
Marcia's Avatar
Marcia Marcia is offline Windows 7 32bit Office 2007
Expert
 
Join Date: May 2018
Location: Philippines
Posts: 553
Marcia has a spectacular aura aboutMarcia has a spectacular aura aboutMarcia has a spectacular aura about
Default

If you need macro for your problem, I don't know that but I could help you with formulas that will return the values that you need in column D of sheet 1.



=IFERROR(INDEX(Sheet2!D$2$8,MATCH(A2,Sheet2!A$2: A$8,0)),"")


OR


=IFERROR(VLOOKUP(A2,Sheet2!A$2:H$8,4,FALSE),"")
Attached Files
File Type: xlsx TESTA.xlsx (16.3 KB, 15 views)
Reply With Quote