+ Reply to Thread
Results 1 to 3 of 3

Conditional Data Validation

Hybrid View

  1. #1
    Registered User
    Join Date
    08-28-2014
    Location
    Nigeria
    MS-Off Ver
    2007
    Posts
    63

    Conditional Data Validation

    Able Excel Gurus,

    I need your help here again.

    From the attached, my source data is in columns AA - AD.
    However, the inputs I want help on will be done on columns A and B.

    What I want is to run a data validation on B which will be dependent on the brand selected in A. Column B should only carry the SKUs under the selected brand in A and not just all the SKUs.


    Thanks in advance.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    10-12-2015
    Location
    Bristol, UK
    MS-Off Ver
    Office 365
    Posts
    39

    Re: Conditional Data Validation

    I would approach as follows:

    1) Create named ranges in column AD, named with the brand such that named range "AP" is range AD2:AD6 , named range "AQ" is range AD7:AD9 etc

    2) In cell B4 use data validation as List type, with the formula
    Formula: copy to clipboard
    =INDIRECT(A4)
    First time you type it in you may get an "Evaluates to an error" message, just ignore that.

    You can lay out your named ranges however you like, I normally use one column per category.

    The Indirect() function simply takes a string and tries to evaluate it to a range.

  3. #3
    Valued Forum Contributor
    Join Date
    12-01-2016
    Location
    Planet Earth
    MS-Off Ver
    95 - 2016
    Posts
    343

    Re: Conditional Data Validation

    Dependent Drop Downs from Sorted List is what your looking for.
    The how-to's will be too lengthy to post here, so I am recommending that you read up on the process here: www.contextures.com/xlDataVal13.html

    I applied the process (mentioned at the above URL) to your sample file which I am re-attaching.
    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. Replies: 2
    Last Post: 10-22-2015, 04:18 PM
  2. [SOLVED] Conditional Data Validation Drop-down Lists with Large Amounts of Data
    By Aimee S. in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-27-2015, 01:42 PM
  3. Conditional Formatting or Data Validation for 1 cell based on another but limited data?
    By ExcelBeginner326 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 04-10-2015, 01:25 PM
  4. [SOLVED] Conditional Data validation
    By Emmar01 in forum Excel General
    Replies: 3
    Last Post: 08-30-2012, 01:06 PM
  5. conditional data validation
    By mika_h in forum Excel General
    Replies: 3
    Last Post: 10-25-2009, 07:37 AM
  6. Conditional Data Validation
    By donavank in forum Excel General
    Replies: 1
    Last Post: 03-12-2008, 07:30 AM
  7. [SOLVED] conditional data validation
    By RickS in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 12-16-2005, 09: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