Results 1 to 7 of 7

Displaying data based on drop-down menus (Index/Match help needed)

Threaded View

  1. #4
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Displaying data based on drop-down menus (Index/Match help needed)

    Hi,

    have a look at the attached. I've created the range name "jobs" on the Database tab to use it in the data validation list on the Summary tab.

    Also some suggestions on the range name for the Duty data validation (see inside the workbook).

    Your formula basically is:

    =IF(ISBLANK(B5),"",VLOOKUP($B$2,Database!$A$3:$D$7,MATCH(Summary!B5,Options,0)+1,FALSE))

    This will work as long as there is only one row per job in the Database.

    Hope that helps

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