Pulling data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a column that has data A the next column has the data A = data B
When I enter the data from column A I want the data that A = to, to
automatically populate in the next column is this possible?
 
Try this:

...........A..........B
1........X........XB
2........Y........YB
3........Z.........ZB

D1 = Y

=VLOOKUP(D1,A1:B3,2,0)

Result: YB

Biff
 

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

Back
Top