Hi
I have a 'Data Source' sheet with the header "Client Name" in cell A7. The client names start from A8 onwards.
There is a "Project ID" header in cell B7. The project IDs starts from B8 onwards.
I want to keep adding to these categories, so the range is not fixed. Screenshots below.
I want two dropdowns (Client & Project ID) on a separate sheet titled 'PSF Index Summary'.
The Client dropdown will be located in cell B2 on this second sheet and pull the information from 'Data Source' cell A7 onwards. The Project ID dropdown will be located in cell B3 below the first dropdown. I want the Project ID dropdown to be depedant on the client name selected from the first dropdown. The data for the Project ID dropdown will come from 'Data Source' cell B7 onwards.
Essentially, I want the Client dropdown to only show one instance of a client's name even though the name may appear more than once in the Data Source sheet. I also want the Project ID dropdown to only show Project IDs that are for the selected client in cell B2.
Unfortunately, due to the range being open and client names repeating, I cannot get the dropdown lists to work the way I want them to. Would a macro be able to do the job or can this be done without one? Solutions either way are welcome.
Additional notes:
I have searched Youtube, Google, and even tried AI chats to no avail so thought I would try here. Any help would be greatly appreciated and please let me know if further information is required, thank you.
Data Source Screenshot
PSF Index Summary Screenshot
I have a 'Data Source' sheet with the header "Client Name" in cell A7. The client names start from A8 onwards.
There is a "Project ID" header in cell B7. The project IDs starts from B8 onwards.
I want to keep adding to these categories, so the range is not fixed. Screenshots below.
I want two dropdowns (Client & Project ID) on a separate sheet titled 'PSF Index Summary'.
The Client dropdown will be located in cell B2 on this second sheet and pull the information from 'Data Source' cell A7 onwards. The Project ID dropdown will be located in cell B3 below the first dropdown. I want the Project ID dropdown to be depedant on the client name selected from the first dropdown. The data for the Project ID dropdown will come from 'Data Source' cell B7 onwards.
Essentially, I want the Client dropdown to only show one instance of a client's name even though the name may appear more than once in the Data Source sheet. I also want the Project ID dropdown to only show Project IDs that are for the selected client in cell B2.
Unfortunately, due to the range being open and client names repeating, I cannot get the dropdown lists to work the way I want them to. Would a macro be able to do the job or can this be done without one? Solutions either way are welcome.
Additional notes:
- Clients appear more than once in the Data Source sheet, but with a different Project ID
- Client Names can be longer than one word
- The information in the Data Source tab is not sorted/filtered
- Unable to remove client name duplicates due to other columns in the 'Data Source' sheet with information that rely on a separate row existing
- Client names repeat on the client name dropdown list
- Only the first project ID for the selected client appears
- The Project ID dropdown does not seem to work for client names that are longer than 1 word.
- Empty spaces in both dropdown lists
I have searched Youtube, Google, and even tried AI chats to no avail so thought I would try here. Any help would be greatly appreciated and please let me know if further information is required, thank you.
Data Source Screenshot
PSF Index Summary Screenshot