Justplainj
Board Regular
- Joined
- Apr 15, 2021
- Messages
- 50
- Office Version
- 365
- Platform
- Windows
Hi All,
I have a table (see example below) where column B has a generic title (tied to salary benchmarks) and then column C has the job titles used within the business linked to the generic titles. The 'other info' columns will have information such as salary benchmark for the various percentiles, etc.
This forms part of a workforce planning tool that I am building.
On a different sheet I have a drop down list where the person chooses a single the Job Title (Column C).
What I am trying to achieve is when the drop down choice is in example, Junior Accountant, it must lookup Junior Accountant in column C which will then find that row and I can then display/pull through the necessary information, i.e. Title, or other info columns as needed.
There are some titles (column B) that may have the same job title, i.e. the job title may be Accountant but can fall under Accountant I or Accountant II.
I then use a dependent drop down list with the Indirect() formula referencing the correct named range. This means the lookup formula might have to look at column B and C and then provide the other info.
The lookup formula and referencing two columns at once is the easy part, but it finding the delimited value in column C is what i am struggling with.
If possible i do not want to split the job titles into several columns as some of the job titles are more than 10 as we are quite a large organisation and that will increase the amount of columns that needs to be referenced considerably.
Thank you in advance
J
I have a table (see example below) where column B has a generic title (tied to salary benchmarks) and then column C has the job titles used within the business linked to the generic titles. The 'other info' columns will have information such as salary benchmark for the various percentiles, etc.
This forms part of a workforce planning tool that I am building.
On a different sheet I have a drop down list where the person chooses a single the Job Title (Column C).
What I am trying to achieve is when the drop down choice is in example, Junior Accountant, it must lookup Junior Accountant in column C which will then find that row and I can then display/pull through the necessary information, i.e. Title, or other info columns as needed.
There are some titles (column B) that may have the same job title, i.e. the job title may be Accountant but can fall under Accountant I or Accountant II.
I then use a dependent drop down list with the Indirect() formula referencing the correct named range. This means the lookup formula might have to look at column B and C and then provide the other info.
The lookup formula and referencing two columns at once is the easy part, but it finding the delimited value in column C is what i am struggling with.
If possible i do not want to split the job titles into several columns as some of the job titles are more than 10 as we are quite a large organisation and that will increase the amount of columns that needs to be referenced considerably.
Reference | Title | Job Titles | Other Info | Other Info |
0001 | ACCOUNTANT I (WITH CA) | Credit Modeling Analyst, Accountant | ||
0002 | ACCOUNTANT I (WITHOUT CA) | Junior Accountant, Book Keeper | ||
0003 | ACCOUNTANT II (WITH CA) | Financial Modeling Analyst, Financial Planner | ||
0004 | ACCOUNTANT II (WITHOUT CA) | Accounting Administrator, Junior FP | ||
0005 | ACCOUNTANT III (WITH CA) | Senior Accountant, Financial Manager |
Thank you in advance
J