+ Reply to Thread
Results 1 to 2 of 2

Show respective IDs

  1. #1
    Registered User
    Join Date
    03-21-2006
    Posts
    2

    Question Show respective IDs

    Hi there,

    I am showing a list(dropdown) of Customers in column A. What I am looking is, when the user select the customer from the list it should display the Code in the beside column (cell) i.e. in column B, but in the same row of that the customer is selected. How do I achieve it. My all customers are stored in column J and its respective IDs in column K.

    Thanx in advance.
    a_k93

  2. #2
    Tom Ogilvy
    Guest

    RE: Show respective IDs

    In column B, for example, B1

    =if(A1="","",vlookup(A1,J:K,2,False))

    drag fill down if you will have dropdowns in multiple rows.

    --
    Regards,
    Tom Ogilvy


    "a_k93" wrote:

    >
    > Hi there,
    >
    > I am showing a list(dropdown) of Customers in column A. What I am
    > looking is, when the user select the customer from the list it should
    > display the Code in the beside column (cell) i.e. in column B, but in
    > the same row of that the customer is selected. How do I achieve it. My
    > all customers are stored in column J and its respective IDs in column
    > K.
    >
    > Thanx in advance.
    > a_k93
    >
    >
    > --
    > a_k93
    > ------------------------------------------------------------------------
    > a_k93's Profile: http://www.excelforum.com/member.php...o&userid=32679
    > View this thread: http://www.excelforum.com/showthread...hreadid=524855
    >
    >


+ 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