+ Reply to Thread
Results 1 to 3 of 3

INDEX, MATCH, Data Validation & Named Ranges in the attached file

  1. #1
    Registered User
    Join Date
    06-22-2009
    Location
    Kuwait
    MS-Off Ver
    Excel 2021
    Posts
    62

    INDEX, MATCH, Data Validation & Named Ranges in the attached file

    The INDEX & MATCH formulas and the Named Ranges and Data Validation in the attached workbook are working well and as I desired. I just want an expert’s opinion and to see if there are better alternatives/improvement chances. Sheet SCMEmpData cell B5 & D5 has the validation lists which are interdependent. Any advice from the experts here is highly appreciated.
    Attached Files Attached Files
    Last edited by razaas; 01-10-2011 at 01:34 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: INDEX, MATCH, Data Validation & Named Ranges in the attached file

    To some extent your options are restricted by the fact your EmpName* Named Ranges are constructed with volatile OFFSET.

    What I would say is that the DV set up as you have it is fine given the aforementioned limitations, however, you could simplify your IF based syntax both in the DV source and cell formulae by use of a helper cell, eg:

    Please Login or Register  to view this content.
    With this number we can then revert the DV formula from:

    Please Login or Register  to view this content.
    to

    Please Login or Register  to view this content.
    If we take the same concept to your cell formula we can shorten:

    Please Login or Register  to view this content.
    to:

    Please Login or Register  to view this content.
    In the above - if we change 4 to 3+ROWS(D$6:D6) then we can copy that formula down for all rows (D6:D12)

    If the EmpName constructs were non-volatile (using INDEX rather than OFFSET) then in theory we could use an INDIRECT process to really shorten the formulae - either way they would be Volatile.
    Last edited by DonkeyOte; 01-09-2011 at 06:06 AM. Reason: Typo

  3. #3
    Registered User
    Join Date
    06-22-2009
    Location
    Kuwait
    MS-Off Ver
    Excel 2021
    Posts
    62

    Re: INDEX, MATCH, Data Validation & Named Ranges in the attached file

    DonkeyOte,

    Thank you so much for the improvement ideas, I was not much satisfied with my IF based syntax. I appreciate your help. Thanks again!

+ 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