+ Reply to Thread
Results 1 to 4 of 4

Require combine Formula which involve Vlookup & Drop Down

  1. #1
    Registered User
    Join Date
    04-29-2022
    Location
    India
    MS-Off Ver
    2010
    Posts
    5

    Require combine Formula which involve Vlookup & Drop Down

    Dear All,

    I require Formula which is show the Formula which combine Vlookup & Drop Down for my file?? In my File I have FID & Variety Code. Variety Codes are same & but FID are different. Some FID have multiple Variety Codes (example : FID 91 has two Variety Code). in working File i want to insert the formula in G coloum in Receiving material. i want to pick Variety code from sheet 3 or sheet 2 using Vlookup.

    Fid. Variety Code
    91 5009
    91 5036
    92 TC-1
    99 5009
    99 5083
    141 5012
    141 5108
    144 5001
    144 5108
    Attached Files Attached Files
    Last edited by sunilsagar; 04-29-2022 at 07:13 AM.

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Require combine Formula which involve Vlookup & Drop Down

    Why not use:

    =IFERROR(VLOOKUP(C3,Sheet2!A:B,2,FALSE),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Registered User
    Join Date
    04-29-2022
    Location
    India
    MS-Off Ver
    2010
    Posts
    5

    Re: Require combine Formula which involve Vlookup & Drop Down

    Dear Glenn,

    Thanks for prompt Reply ... Problem is there in vlookup it will pick the only First number. Suppose FID 91 has 2 variety code (5009, 5036) if i apply Vlookup Normal it will always pick 5009 as variety as first pick up ... and i will never know what is other variety code laying in hand of FID 91.

    that by i need vlookup with dropdown so data can manage and i can pick the value which i want
    Last edited by AliGW; 04-29-2022 at 09:00 AM. Reason: PLEASE don't quote unnecessarily!

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,984

    Re: Require combine Formula which involve Vlookup & Drop Down

    There is no practical way of achieving this, over large numbers of rows, with an Excel formula. One workaround might be as here: prepare a list of concatenated FID/varieties in ONE dropdown and then use a formula to separate FID from variety.

    If thta does not work for you... then you will need VBA.
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Require Formula for Auto drop down year and match expenses
    By rr1050 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-25-2016, 12:21 PM
  2. Formula involve calculation of number of days
    By kiany406 in forum Excel General
    Replies: 3
    Last Post: 07-01-2015, 09:48 AM
  3. [SOLVED] Is there a way to put the vlookup formula without looping involve?
    By emina002 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-27-2014, 10:54 PM
  4. [SOLVED] formula involve with if and #n/a
    By DavidRoger in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-21-2013, 08:17 AM
  5. Replies: 6
    Last Post: 08-26-2013, 12:27 PM
  6. Replies: 2
    Last Post: 03-07-2013, 01:47 PM
  7. Vlookup formula require for multiple criteria
    By amolryeolekar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-25-2013, 04:07 AM

Tags for this Thread

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