+ Reply to Thread
Results 1 to 7 of 7

Two Drop Down List and INDEX, MATCH FUNCTION

  1. #1
    Registered User
    Join Date
    09-16-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2003
    Posts
    3

    Two Drop Down List and INDEX, MATCH FUNCTION

    Hi all,

    Hope everything is good with you. Thanks Ramananhrm for your answer. I have another question.

    If I want to display thickness of pipe using 2 drop down list (NPS and Sch number), what i should fill in on the thickness shell function?

    Thanks for your help.

    regards,
    Devi S
    Attached Files Attached Files

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Two Drop Down List and INDEX, MATCH FUNCTION

    If you want to base it on NPS, use this...
    =INDEX($F$3:$X$40,MATCH($C$2,$F$3:$F$40,0),MATCH(C3,$F$3:$X$3,0))

    If you want to base it on Sch OD, use this...
    =INDEX($F$3:$X$40,MATCH($C$4,$G$3:$G$40,0),MATCH(C3,$F$3:$X$3,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Two Drop Down List and INDEX, MATCH FUNCTION

    In C4 Cell

    =VLOOKUP(C2,F5:X40,MATCH(C3,F3:X3,0),0)


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Two Drop Down List and INDEX, MATCH FUNCTION

    Six, OP wants C4, already has C4

  5. #5
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Two Drop Down List and INDEX, MATCH FUNCTION

    @ FDibbins,

    Thanks for the correction

    I was not done the data study... Anyhow you provided the solution to the OP by covering both the methods

  6. #6
    Registered User
    Join Date
    09-16-2013
    Location
    Jakarta, Indonesia
    MS-Off Ver
    Excel 2003
    Posts
    3

    Re: Two Drop Down List and INDEX, MATCH FUNCTION

    Thanks a lot FDibbins, Do you have any reference book that I can buy in Indonesia to learn about excel function, macros etc?

    It will be very helpful for me to learn and apply it on my work.

    Regards,
    Devi S

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Two Drop Down List and INDEX, MATCH FUNCTION

    Happy to help.

    Sorry, I dont know of any, but a google search using "learn excel in indonesian" turned up a few links that you might want to check out?

    http://tutorial-wordexcel.blogspot.com/
    http://www.askedu.net/student.asp?Co...a#.UjlJrMZvOXs
    these are just 2 that I found

    Apart from that, this forum is a VERY good place to learn - ask questions and look at some the suggestions from other members

+ 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. Dynamic Cascading Drop-Downs Using INDEX & MATCH
    By GeneralDisarray in forum Excel Tips
    Replies: 4
    Last Post: 09-06-2017, 11:13 AM
  2. Replies: 3
    Last Post: 06-17-2013, 12:37 PM
  3. Need HELP! Using 2 drop down box selections as INDEX & MATCH criteria
    By JClo in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-21-2013, 10:23 AM
  4. Paring list for mail merge from second list - Index Match?
    By ABI_Consulting in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-02-2012, 09:35 PM
  5. [SOLVED] Index match multiple results in drop down
    By adnanaddo in forum Excel General
    Replies: 3
    Last Post: 07-10-2012, 05:15 AM

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