Multiple dependency data validation list

metcala

New Member
Joined
Aug 6, 2024
Messages
3
Office Version
  1. 365
Platform
  1. Windows
Hi all

I am looking to create a dependent data validation list that takes type and category and returns a list of corresponding valid tasks.

The sheet is structured as below with type only completed in B1 and a new row for each Category and Task.

Data Entry

Type...
CategoryTask
......
......

Lookup

TypeCategoryTask
.........


I have the data validation working for Type and Category but for Task I can only get it so it returns corresponding Tasks based on Category not Type and Category.

This is as far as I've got...

Excel Formula:
=OFFSET('Lookup'!$B$1,MATCH($A4,'Lookup'!$B:$B,0)-1,0,COUNTIF('Lookup'!$B:$B,$A4),1)

Any help would be very much appreciated!
 

Excel Facts

Lock one reference in a formula
Need 1 part of a formula to always point to the same range? use $ signs: $V$2:$Z$99 will always point to V2:Z99, even after copying
Not at all sure this is helpful...
MrExcelPlayground23.xlsx
ABCDEFGHIJ
1Lookup SheetData Entry
2TypeCategoryTaskA1DriveType:D
3A1RunB2StealCategory2
4A2JumpC3
5B3HideD4Tasks:
6B1WalkDrive
7C2SlideSteal
8C3Read
9C1Write
10C2Fight
11C3Flee
12D1Ride
13D2Drive
14D3Rove
15D4Hit
16D1Bunt
17D2Steal
Sheet11
Cell Formulas
RangeFormula
E2:F5E2=UNIQUE(A3:A17)
G2:G3G2=FILTER(C3:C17,(A3:A17=J2)*(B3:B17=J3))
Dynamic array formulas.
Cells with Data Validation
CellAllowCriteria
J2List=E2#
J3List=F2#
I6:I11List=$G$2#
 
Upvote 0

Forum statistics

Threads
1,221,310
Messages
6,159,176
Members
451,543
Latest member
cesymcox

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top