+ Reply to Thread
Results 1 to 7 of 7

Using Vlookup with validation

  1. #1
    Bob Phillips
    Guest

    Re: Using Vlookup with validation

    Show the formula and sample data.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Brian" <Brian@discussions.microsoft.com> wrote in message
    news:558BAE1D-FB05-427D-A434-08B5D59DD1DC@microsoft.com...
    > I'm trying to use the Vlookup function so that when a particular selection

    is
    > chosen from a dropdown box, it will then alter data elsewhere in a
    > spreadsheet.
    > I only have 4 items to choose from in my dropdown box.....but the formula

    is
    > not correctly pulling the Vlookup data I want...
    > For example....item one in the dropdown box is a bank name.....and then I
    > use the vlookup formula to populate a bank account number....but when I
    > choose item two in the dropdown box, my vlookup formula is still pulling

    the
    > account number for bank one and not bank two. Any ideas why?




  2. #2
    Brian
    Guest

    Re: Using Vlookup with validation

    In cell T2 is the bank name...U2 is bank ABA...V2 is bank account (different
    banks/ account in rows 3, 4 and 5)
    In cell C12 I have a validation list ($T$2:$T$5) which has four bank
    names...these four banks are correctly appearing in my dropdown box....
    In cell C21 I have the formula =vlookup(c12,T2:V5,2) where I want the bank
    ABA to appear
    In cell C22 I have the formula =vlookup(c12,t2:v5,3) where I want the bank
    account to populate.
    When I select the first bank name from the drop down list, all the data
    correctly populates, but when I select the second bank name, the vlookup data
    still shows the info that relates to the first in the dropdown list.

    "Bob Phillips" wrote:

    > Show the formula and sample data.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Brian" <Brian@discussions.microsoft.com> wrote in message
    > news:558BAE1D-FB05-427D-A434-08B5D59DD1DC@microsoft.com...
    > > I'm trying to use the Vlookup function so that when a particular selection

    > is
    > > chosen from a dropdown box, it will then alter data elsewhere in a
    > > spreadsheet.
    > > I only have 4 items to choose from in my dropdown box.....but the formula

    > is
    > > not correctly pulling the Vlookup data I want...
    > > For example....item one in the dropdown box is a bank name.....and then I
    > > use the vlookup formula to populate a bank account number....but when I
    > > choose item two in the dropdown box, my vlookup formula is still pulling

    > the
    > > account number for bank one and not bank two. Any ideas why?

    >
    >
    >


  3. #3
    Bob Phillips
    Guest

    Re: Using Vlookup with validation

    Try adding ,False to the tail of your VLOOKUP formulae (before the closing
    bracket)

    --
    HTH

    Bob Phillips

    "Brian" <Brian@discussions.microsoft.com> wrote in message
    news:00CE9653-08CD-47DD-B870-DC2EFBFED91B@microsoft.com...
    > In cell T2 is the bank name...U2 is bank ABA...V2 is bank account

    (different
    > banks/ account in rows 3, 4 and 5)
    > In cell C12 I have a validation list ($T$2:$T$5) which has four bank
    > names...these four banks are correctly appearing in my dropdown box....
    > In cell C21 I have the formula =vlookup(c12,T2:V5,2) where I want the bank
    > ABA to appear
    > In cell C22 I have the formula =vlookup(c12,t2:v5,3) where I want the bank
    > account to populate.
    > When I select the first bank name from the drop down list, all the data
    > correctly populates, but when I select the second bank name, the vlookup

    data
    > still shows the info that relates to the first in the dropdown list.
    >
    > "Bob Phillips" wrote:
    >
    > > Show the formula and sample data.
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "Brian" <Brian@discussions.microsoft.com> wrote in message
    > > news:558BAE1D-FB05-427D-A434-08B5D59DD1DC@microsoft.com...
    > > > I'm trying to use the Vlookup function so that when a particular

    selection
    > > is
    > > > chosen from a dropdown box, it will then alter data elsewhere in a
    > > > spreadsheet.
    > > > I only have 4 items to choose from in my dropdown box.....but the

    formula
    > > is
    > > > not correctly pulling the Vlookup data I want...
    > > > For example....item one in the dropdown box is a bank name.....and

    then I
    > > > use the vlookup formula to populate a bank account number....but when

    I
    > > > choose item two in the dropdown box, my vlookup formula is still

    pulling
    > > the
    > > > account number for bank one and not bank two. Any ideas why?

    > >
    > >
    > >




  4. #4
    Brian
    Guest

    Using Vlookup with validation

    I'm trying to use the Vlookup function so that when a particular selection is
    chosen from a dropdown box, it will then alter data elsewhere in a
    spreadsheet.
    I only have 4 items to choose from in my dropdown box.....but the formula is
    not correctly pulling the Vlookup data I want...
    For example....item one in the dropdown box is a bank name.....and then I
    use the vlookup formula to populate a bank account number....but when I
    choose item two in the dropdown box, my vlookup formula is still pulling the
    account number for bank one and not bank two. Any ideas why?

  5. #5
    Bob Phillips
    Guest

    Re: Using Vlookup with validation

    Show the formula and sample data.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Brian" <Brian@discussions.microsoft.com> wrote in message
    news:558BAE1D-FB05-427D-A434-08B5D59DD1DC@microsoft.com...
    > I'm trying to use the Vlookup function so that when a particular selection

    is
    > chosen from a dropdown box, it will then alter data elsewhere in a
    > spreadsheet.
    > I only have 4 items to choose from in my dropdown box.....but the formula

    is
    > not correctly pulling the Vlookup data I want...
    > For example....item one in the dropdown box is a bank name.....and then I
    > use the vlookup formula to populate a bank account number....but when I
    > choose item two in the dropdown box, my vlookup formula is still pulling

    the
    > account number for bank one and not bank two. Any ideas why?




  6. #6
    Brian
    Guest

    Re: Using Vlookup with validation

    In cell T2 is the bank name...U2 is bank ABA...V2 is bank account (different
    banks/ account in rows 3, 4 and 5)
    In cell C12 I have a validation list ($T$2:$T$5) which has four bank
    names...these four banks are correctly appearing in my dropdown box....
    In cell C21 I have the formula =vlookup(c12,T2:V5,2) where I want the bank
    ABA to appear
    In cell C22 I have the formula =vlookup(c12,t2:v5,3) where I want the bank
    account to populate.
    When I select the first bank name from the drop down list, all the data
    correctly populates, but when I select the second bank name, the vlookup data
    still shows the info that relates to the first in the dropdown list.

    "Bob Phillips" wrote:

    > Show the formula and sample data.
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Brian" <Brian@discussions.microsoft.com> wrote in message
    > news:558BAE1D-FB05-427D-A434-08B5D59DD1DC@microsoft.com...
    > > I'm trying to use the Vlookup function so that when a particular selection

    > is
    > > chosen from a dropdown box, it will then alter data elsewhere in a
    > > spreadsheet.
    > > I only have 4 items to choose from in my dropdown box.....but the formula

    > is
    > > not correctly pulling the Vlookup data I want...
    > > For example....item one in the dropdown box is a bank name.....and then I
    > > use the vlookup formula to populate a bank account number....but when I
    > > choose item two in the dropdown box, my vlookup formula is still pulling

    > the
    > > account number for bank one and not bank two. Any ideas why?

    >
    >
    >


  7. #7
    Bob Phillips
    Guest

    Re: Using Vlookup with validation

    Try adding ,False to the tail of your VLOOKUP formulae (before the closing
    bracket)

    --
    HTH

    Bob Phillips

    "Brian" <Brian@discussions.microsoft.com> wrote in message
    news:00CE9653-08CD-47DD-B870-DC2EFBFED91B@microsoft.com...
    > In cell T2 is the bank name...U2 is bank ABA...V2 is bank account

    (different
    > banks/ account in rows 3, 4 and 5)
    > In cell C12 I have a validation list ($T$2:$T$5) which has four bank
    > names...these four banks are correctly appearing in my dropdown box....
    > In cell C21 I have the formula =vlookup(c12,T2:V5,2) where I want the bank
    > ABA to appear
    > In cell C22 I have the formula =vlookup(c12,t2:v5,3) where I want the bank
    > account to populate.
    > When I select the first bank name from the drop down list, all the data
    > correctly populates, but when I select the second bank name, the vlookup

    data
    > still shows the info that relates to the first in the dropdown list.
    >
    > "Bob Phillips" wrote:
    >
    > > Show the formula and sample data.
    > >
    > > --
    > >
    > > HTH
    > >
    > > RP
    > > (remove nothere from the email address if mailing direct)
    > >
    > >
    > > "Brian" <Brian@discussions.microsoft.com> wrote in message
    > > news:558BAE1D-FB05-427D-A434-08B5D59DD1DC@microsoft.com...
    > > > I'm trying to use the Vlookup function so that when a particular

    selection
    > > is
    > > > chosen from a dropdown box, it will then alter data elsewhere in a
    > > > spreadsheet.
    > > > I only have 4 items to choose from in my dropdown box.....but the

    formula
    > > is
    > > > not correctly pulling the Vlookup data I want...
    > > > For example....item one in the dropdown box is a bank name.....and

    then I
    > > > use the vlookup formula to populate a bank account number....but when

    I
    > > > choose item two in the dropdown box, my vlookup formula is still

    pulling
    > > the
    > > > account number for bank one and not bank two. Any ideas why?

    > >
    > >
    > >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1