Share via

Using VLOOKUP with drop down menu

Anonymous
2015-09-26T22:06:49+00:00

I have constructed a drop down list and vlookup to extract data.  I would like to show my data on a different sheet from the list.  How would I construct my lookup formula to do this.  i.e. List on sheet 2 and vlookup on sheet 1.

Edith

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2015-09-28T15:52:50+00:00

    It looks like you want:

    =VLOOKUP(Sheet3!$D$1,Sheet3!$A$2:$B$52,2,FALSE)

    or just cut G2 from sheet 3 and paste it wherever you want on Sheet1 - the formula will adjust as required.

    Thank you very much.  Part of my issue was not applying absolute references and placement of the sheet reference.  I appreciate so very much your help as it now works for me.  This will save me a lot of work as I complete the project. I have tested several selections and they all work.

    Again, thank you so very much

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2015-09-28T12:06:07+00:00

    It looks like you want:

    =VLOOKUP(Sheet3!$D$1,Sheet3!$A$2:$B$52,2,FALSE)

    or just cut G2 from sheet 3 and paste it wherever you want on Sheet1 - the formula will adjust as required.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2015-09-27T03:09:27+00:00

    in my previous reply I indicated that column A range was A1:A2, I meant to say A1:A52

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2015-09-27T03:07:35+00:00

    Hi,

    Try this formula in cell B2 of sheet1

    =VLOOKUP(A2,'sheet2'!$A$2:$B$50,2,0)

    Ashish - I tried your formula, but it did not work. I have uploaded screenshots of my process produced in Paint.  I hope you can read them.  In column A is my source named competitiveEvents2 A1:A2. In Column B is the event number.  Column D is a drop down list that the user can select the event the source is =competitiveEvents2. Column G is my lookup which returns the event number from the drop down list selected in D.  What I want to be able to do is have the event number show up on sheet 1.  Right now all the data and formulas are on sheet 3

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2015-09-26T23:09:32+00:00

    Hi,

    Try this formula in cell B2 of sheet1

    =VLOOKUP(A2,'sheet2'!$A$2:$B$50,2,0)

    Was this answer helpful?

    0 comments No comments