How would I go about doing this?

  • Thread starter Thread starter Kris79
  • Start date Start date
K

Kris79

Hi ya'll I am sorry I keep askin questions, but I have just one more.

Say I have 2 tabs and sheet1 has a list of 150 differnt numbers in
column A. with other information in columns b thru dg. I would like to
know if there is away to go type a number on sheet2 and it
automatically goes to sheet1 matches it with a number in column A, but
in a different column on sheet2 it puts the info from a certain cell
on the match of sheet1.
 
One way:

Say you wanted to return the value of the cell in column G in the Sheet1
row that matched your value in Sheet2!A1:


=VLOOKUP(A1, Sheet1!A:DG, 7, FALSE)
 

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