This is a complex(ish) issue. I have got part of the way there, but am stuck. I have 2 columns Group and Dept, each containing various different entries.
I need to "AND" these two values together and match them to some criteria. For example 'GroupA "AND" DeptX'. If these entries exist (i.e. match to citeria), then it should result in a cell being populated with the correct result (in this case, the answer might be "OrgZ").
The priority is the first column (group column), so in other words, as long as there is an entry in column A (group column), then there does not have to be anything in column B (dept column).
I have a list of criteria and its resulting answer, that should appear in a corresponding cell, as long as the criteria is met.
The complexity comes in when you realise that there are nearly 15000 rows and 106 criteria!
Any suggestions (I have tried OFFSET and MATCH, but did not get too far. I also tried using database functions, but again no joy).
I need to "AND" these two values together and match them to some criteria. For example 'GroupA "AND" DeptX'. If these entries exist (i.e. match to citeria), then it should result in a cell being populated with the correct result (in this case, the answer might be "OrgZ").
The priority is the first column (group column), so in other words, as long as there is an entry in column A (group column), then there does not have to be anything in column B (dept column).
I have a list of criteria and its resulting answer, that should appear in a corresponding cell, as long as the criteria is met.
The complexity comes in when you realise that there are nearly 15000 rows and 106 criteria!
Any suggestions (I have tried OFFSET and MATCH, but did not get too far. I also tried using database functions, but again no joy).