Complex (to me) drop down menu

Elysha

New Member
Joined
Sep 23, 2022
Messages
5
Office Version
  1. 365
Platform
  1. Windows
I have created a time sheet for my employees in Excel. On the second sheet I have a table that lists the “Client”, “Project Name” and “Project #”. I need to create a drop down in the time sheet where we can select the “Client” then auto populate the other columns. The challenge here is that a client is listed more than once with multiple projects. How do I go about doing this? Thank you in advance for any help you are able to provide.
 

Excel Facts

Formula for Yesterday
Name Manager, New Name. Yesterday =TODAY()-1. OK. Then, use =YESTERDAY in any cell. Tomorrow could be =TODAY()+1.
I have created a time sheet for my employees in Excel. On the second sheet I have a table that lists the “Client”, “Project Name” and “Project #”. I need to create a drop down in the time sheet where we can select the “Client” then auto populate the other columns. The challenge here is that a client is listed more than once with multiple projects. How do I go about doing this? Thank you in advance for any help you are able to provide.
First create a list using UNIQUE Function - Then use that list for data validation (Drop Down List)
 
Upvote 0
I have created a time sheet for my employees in Excel. On the second sheet I have a table that lists the “Client”, “Project Name” and “Project #”. I need to create a drop down in the time sheet where we can select the “Client” then auto populate the other columns. The challenge here is that a client is listed more than once with multiple projects. How do I go about doing this? Thank you in advance for any help you are able to provide.
Additionally, within the Client list, I need to alphabetize the results.
 
Upvote 0
First create a list using UNIQUE Function - Then use that list for data validation (Drop Down List)
Employee Name:September
2022​
19202122232425
Job NameWork Done - SpecificsClientJob #MTUWTHFSSTotal
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
Total Time00000000
0​
 
Upvote 0
Above was the time sheet. Here I have an example of the 300 lines of my table for the items to go into the time sheet. They are on separate sheets in my file. I can't seem to get this to work.
Project #ProjectClient
22-1HyundaiABC Company
22-2Funeral HomeDEF Company
22-3MazdaABC Company
22-4Elementary SchoolGHI Company
22-5SubaruABC Company
 
Upvote 0
Check this -

Use SheetName!E2# for data Validation

All Records.xlsb
ABCDE
1Project #ProjectClientClients
222-JanHyundaiABC CompanyABC Company
322-FebFuneral HomeDEF CompanyDEF Company
422-MarMazdaABC CompanyGHI Company
522-AprElementary SchoolGHI Company
622-MaySubaruABC Company
Sheet2
Cell Formulas
RangeFormula
E2:E4E2=SORT(UNIQUE(C2:C6),,1)
Dynamic array formulas.
 
Upvote 0
Check this -

Use SheetName!E2# for data Validation

All Records.xlsb
ABCDE
1Project #ProjectClientClients
222-JanHyundaiABC CompanyABC Company
322-FebFuneral HomeDEF CompanyDEF Company
422-MarMazdaABC CompanyGHI Company
522-AprElementary SchoolGHI Company
622-MaySubaruABC Company
Sheet2
Cell Formulas
RangeFormula
E2:E4E2=SORT(UNIQUE(C2:C6),,1)
Dynamic array formulas.
Thanks Sanjay! I have the Clients and the Project Name working. I can't seem to get the Project #. I have =FILTER(Table24[Project],Table24[Project Number]=A4)

I'm receiving the #CALC error.
 
Upvote 0

Forum statistics

Threads
1,215,055
Messages
6,122,902
Members
449,097
Latest member
dbomb1414

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