Consulting

Results 1 to 4 of 4

Thread: Input cell value based on multiple dropdown list to populate

  1. #1

    Unhappy Input cell value based on multiple dropdown list to populate

    Hi,

    i have created table for lookup data from "B4:E15" and i created a data validation list on other columns. Now what i need if i enter the value of Employee id in column "J " which indicates in yellow color the other dropdown list column in " H, I, K" to display the correct information to populate based on the Lookup table.

    pls see the attachment file for example...
    Attached Files Attached Files

  2. #2
    Can any one pls solve this issue...

  3. #3
    VBAX Expert
    Joined
    Sep 2016
    Posts
    788
    Location
    H6:=IFERROR(INDEX(B:B,MATCH(J6,C:C,0)),"")
    I6:=IFERROR(INDEX(D,MATCH(J6,C:C,0)),"")
    K6:=IFERROR(INDEX(E:E,MATCH(J6,C:C,0)),"")

  4. #4
    Hi Mana ,

    Thanks for reply and its worked perfectly thanks a lot...

Posting Permissions

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