Ho to pull inmormation from a list?

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

Guest

I have a data sheet on one tab and I need to be able to put in information in
'A1' and in 'C1' I need what is beside that information in the data sheet.
So in the data sheet i can have 12 and then in the line beside it it sayes
54.2. I need the 54.2 to go in 'C1' on the other sheet. the data sheet has
about 1000 items in it.
 
Try this in C1:

=VLOOKUP(A1,data!A$1:B$1000,2,0)

This assumes your data is in A1:B1000 of the data sheet - adjust as
necessary.

Hope this helps.

Pete
 

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

Cell entry 2
Using drop-down lists 4
Pulling data 1
Excel Move or Copy Stopped Working? 0
Pulling From Multiple Sheet 0
Help with INDEX, MATCH 1
Vlookup and Indirect 0
Worksheet to Worksheet skip blanks 3

Back
Top