help with formulas, don't know where to start!

E

Ed

I have to worksheets and I need to bring numbers from one Worksheet to the
ohter kind of like this:

worksheet one looks like this
column a column b
1 20
2 21
3 22
4 23
worksheet2:
column a column b
3
2
4
1

I need to populate in col b of worksheet 2 the numbes from col b of
worksheet 1.
 
P

Paul C

A VLOOKUP function should do the trick
On worksheet 2 use this for the formula in B1
=VLOOKUP(A1,worksheet1!$A$1:$B$4,2,False)

Copy down as needed
 
E

Ed

Thank you Paul C.

That worked great. Now, can you explain how it works, I actually have over
10,000 cells where I need to do it and only works on the first 4. :).

Thaks again for your help
 
E

Ed

I got it, thanks.

4 is the range on worksheet one, i changed it to 10,008 and it worked.

Thanks again Paul!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Complex MAX and Lookup 5
Need help vlookup? 3
Excel Help with dates 2
Excel 2003 Function Help 2
Need some help 2
Merge? VLookUp? Hmm... 2
IF formulas 5
Search range, find value in another col in corresponding row 3

Top