Excel help needed urgently

ELIAXEL

New Member
Joined
Aug 22, 2006
Messages
9
I have 2 different sheets

sheet 1:
4 different columns
Col1 - DealerID - this column is filled in and includes duplicates
Col2 - DealerName - this column is blank
Col3 - Province - this column is also blank
Col4 - Sales - this column is filled in

sheet 2:
3 different columns
Col1 - DealerID - filled in and no duplicates
Col2 - DealerName - filled in
Col3 - Province - filled in

What I need to do is use a formula to draw the info from sheet 2 onto the blank columns of sheet 1. Because of duplicates in col1 of sheet1, I cannot simply copy and paste. I am being tested on this and I need to find out ASAP.

Thanks for any help. If you need clarification, please let me know.
 
Yes it's properly named. Actually when I tried it with 1,0 at the end instead of 2,0, it worked but with the information I already have. It's strange with 2,0 it doesn't work, nor with 3,0.

crap
 
Upvote 0

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
That means your range is 2 dimensional (e.g. A1:A100), it should be 3 dimensional, e.g. A1:C100) covering 3 columns.

=Vlookup(A2,Sheet2!$A$1:$C$100,2,0)
 
Upvote 0
Well now, I hope you pass your test :wink:

....and, of course, that you learned something :lol:
 
Upvote 0
I have learned something. Actually I save all formulas I run across. I realize this was probably something very simple and I should've known it.

As for the test, it was job-interview related and I hope I didn't take too long. We'll see.
 
Upvote 0

Forum statistics

Threads
1,222,729
Messages
6,167,881
Members
452,152
Latest member
PinHeads

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