View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Max Max is offline
external usenet poster
 
Posts: 9,221
Default Vlookup Assistance required

One way to bring over Sheet2's col F
In Sheet1,
you could use, normal ENTER:
=INDEX(Sheet2!F2:F100,MATCH(1,INDEX((Sheet2!A2:A10 0=A2)*(Sheet2!G2:G200=G2),),0))

Just change this part: Sheet2!F2:F100 in the expression
for the other cols in Sheet2 to be extracted, ie cols R, I, W
--
Max
Singapore
http://savefile.com/projects/236895
Downloads:20,000 Files:362 Subscribers:62
xdemechanik
---
"Megan" wrote:
I need to bring back the data from column F, R I and W but they have two look
up values in A and G.

I only want the info transfering if A and G on sheet 1 match A and G on the
new data sheet.

What formula do I need?