Could enyone please help

kapas

New Member
Joined
Apr 20, 2011
Messages
1
Hello,

I'm desperate, i have a lot of recors and can not do this by checking it one by one, because it's a montly assignment.
I have an excel Worbook which consists of 2 sheets. Each of them have columns from A to AQ and about 17000 rows. What do i need to do: If value of E2 in Sheet1 is Equal Value from E:E in Sheet2 than find the row in which they are equal in Sheet2 and copy from the exact row column F Sheet2 to F2 Sheet1 and from the exact row column G Sheet2 to Q2 in Sheet1.
VLOOKUP doesn't do the job, because it finds the Value that is equal, but can't copy info from exact column in which it maches.
Sorry for my english, i'm not an english speaker.

Thank you in advance,
kapas
 

Excel Facts

Create a chart in one keystroke
Select the data and press Alt+F1 to insert a default chart. You can change the default chart to any chart type
I didn't understand why VLOOKUP doesn't work?

Sheet1 F2
=VLOOKUP(E2,Sheet2!E:G,2,0)

Sheet1 Q2
=VLOOKUP(E2,Sheet2!E:G,3,0)
 
Upvote 0

Forum statistics

Threads
1,215,446
Messages
6,124,900
Members
449,194
Latest member
JayEggleton

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top