+ Reply to Thread
Results 1 to 3 of 3

How to use value in cell after filtering data, using data validation list method

  1. #1
    Registered User
    Join Date
    04-26-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    23

    How to use value in cell after filtering data, using data validation list method

    how can i get a value in cell after selecting criteria from coloum type1, type2, type3, using data validation list method. also list value behave like filtering, only m,n value should be list in type 2 if I select a in type1

    type1 type2 type3 Value
    a m o 21
    a n p 22
    b m q 23
    b n o 24
    c m p
    c n q

    type1 type2 type3 Value
    List a m o 21 "=21x some function.

    Thanks for your valuable time.
    Attached Files Attached Files
    Last edited by SAGAR KHOLLAM; 06-18-2012 at 04:30 AM. Reason: File uploaded

  2. #2
    Forum Expert RobertMika's Avatar
    Join Date
    06-22-2009
    Location
    Haverhill, UK
    MS-Off Ver
    Excel 2003-13
    Posts
    1,530

    Re: Multi criteria

    For the first part of yor question use:
    =INDEX($E$4:$E$9,MATCH(TRUE,INDEX($B$4:$B$9&$C$4:$C$9&$D$4:$D$9=B12&C12&D12,),0))

    For the second look here for Dependant Validation List
    http://www.contextures.com/xlDataVal02.html#Third

  3. #3
    Registered User
    Join Date
    04-26-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    23

    Re: Multi criteria

    I was able to do it, thank you for reply, Dewilk

+ 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