+ Reply to Thread
Results 1 to 6 of 6

Helo with multiple data validation

Hybrid View

  1. #1
    Registered User
    Join Date
    10-23-2017
    Location
    Est
    MS-Off Ver
    2019
    Posts
    53

    Helo with multiple data validation

    Hello,
    I have excel 2019 version, so UNIQUE and FILTER won´t work.
    I can´t use OFFSET also.

    What are the possibilities to get multiple data validation in 2019 version?

    Example added:
    1 data validation: list of Projects from B column (Projects and works sheet)
    2 data validation: list of works from C column (Project and works sheet) depending of projects
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    06-05-2017
    Location
    Brazil
    MS-Off Ver
    Microsoft 365 Version 2412
    Posts
    1,515

    Re: Helo with multiple data validation

    Hi.

    Here's a workaround with a helper table:

    I list unique project names with this array formula in cell I2 of Projects and works tab, copied across:
    Formula: copy to clipboard
    =IFERROR(INDEX($B$3:$B$12,MATCH(1,(COUNTIF($H$2:H2,$B$3:$B$12)=0)*($B$3:$B$12<>""),0))," ")

    This formula in cell I3, copied across and down will list work titles under each project name:
    Formula: copy to clipboard
    =IFERROR(INDEX($C$3:$C$12,AGGREGATE(15,6,(ROW($C$3:$C$12)-ROWS($C$1:$C$3)+1)/($B$3:$B$12=I$2),ROWS($C$1:$C1)))," ")

    Data validation in Sheet1!B3 can be a hard coded range:
    ='Projects and works'!$I$2:$K$2

    Then this formula for the data validation in C3:
    Formula: copy to clipboard
    =INDEX('Projects and works'!$I$3:$K$7,0,MATCH($B$3,'Projects and works'!$I$2:$K$2,0))

    Please run some test and let us know how it goes.

    Good luck!
    Attached Files Attached Files

  3. #3
    Registered User
    Join Date
    10-23-2017
    Location
    Est
    MS-Off Ver
    2019
    Posts
    53

    Re: Helo with multiple data validation

    Thank you, it works good enough for me

  4. #4
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,933

    Re: Helo with multiple data validation

    I have excel 2019 version,
    Your forum profile needs updating, please.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help. It's a universal courtesy.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    NB:
    as a Moderator, I never accept friendship requests.
    Forum Rules (updated August 2023): please read them here.

  5. #5
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Microsoft® Excel® for Microsoft 365 MSO (Version 2503 Build 16.0.18604.20000) 64-bit
    Posts
    3,998

    Re: Helo with multiple data validation

    Try in Sheet Projects and works

    D1
    Formula: copy to clipboard
    =CELL("contents")


    A3
    Formula: copy to clipboard
    =IF(--ISNUMBER(SEARCH($D$1,'Projects and works'!B3)),MAX($A$2:A2)+1,0)
    copy down

    F3
    Formula: copy to clipboard
    =IF(SUM(1/COUNTIF($B$3:$B$12,$B$3:$B$12))>=ROWS($F$2:F2),INDEX($B$3:$B$12,MATCH(1,--(COUNTIFS($F$1:F1,$B$3:$B$12)=0),0)),"")
    copy down

    create name manager naming dropdown and pate below one in refers to

    Formula: copy to clipboard
    =OFFSET('Projects and works'!$F$7,,,COUNTIFS('Projects and works'!$F$7:$F$23,"?*"))


    in Sheet 1

    Create drop down in B2 refer to range F2:F4 of sheet Projects and works
    Create drop down in C2 for selecting source press F3 and select drop down name.
    Attached Files Attached Files
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (both in England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2504 (Windows 11 Home 24H2 64-bit)
    Posts
    90,933

    Re: Helo with multiple data validation

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED. You can also access the SOLVED tag by editing the opening post and choosing SOLVED from the drop-down to the left of the title box.

    Also, if you have not already done so, remember that you can reward anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of each of those who offered help.

+ 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: 4
    Last Post: 05-18-2017, 04:27 AM
  2. helo
    By bolo11 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 02-13-2017, 08:30 PM
  3. Data Validation Combo Box with Multiple Independent Validation Lists
    By firstofnine in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-24-2016, 04:38 PM
  4. Helo
    By djtechwork in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 05-09-2013, 09:52 PM
  5. Helo!
    By nucu in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 01-19-2013, 08:41 PM
  6. Helo everybody
    By parlesay in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 12-10-2012, 07:08 PM
  7. Helo, Everyone
    By gclf in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 04-24-2012, 11:23 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