HeatherProGro
New Member
I am building a workbook for tracking jobs. The first column is the contractor name. There are a standardized list of these, but sometimes they add a one-off name to this list. The next column is the job name (see example data below). Each job name will be unique. All the data is entered into a table.
Contractor Job Name
Hopfauf C - Finish
Edgewood 305 Oak St - TP
Edgewood 305 Oak St - FD
Residential Jones
Sattler A - TP
Front St B - MD
Hopfauf KRAMER
MBS BUILDERS MART
Hopfauf TOBACCCO PREV
weeda mtl slabs
eds painting 11276 Winding Ridge
Here's the scenario. In another sheet of the workbook, I want the user to be able to choose the Contractor name from a drop down list of the unique contractor names available. I do not want a list of everything in the column since there will be duplicates of many of the names and there will eventually be hundreds of rows of data.
Next, I want the user to choose the Job Name from a drop down list of the unique jobs only for the contractor chosen in the previous cell. I found on chandoo.org a great formula that get me almost all the way there [=OFFSET('Master Database'!$B$2,MATCH($C$3,Contractors,0),0,COUNTIF(Contractors,$C$3),1)]
Unfortunately, what this returns is the correct number of choices (if I choose "Hopfauf", I get 3 choices of job names), but it doesn't show the CORRECT three choices (it only takes the first 3 choices next to the first instance of "Hopfauf"; C - Finish, 305 Oak St - TP, 305 Oak St - FD).
Wise and wonderful chandoo.org community, help me find my way! I confident it can be done, but I cannot seem to find an answer on my own. Thanks in advance!
Contractor Job Name
Hopfauf C - Finish
Edgewood 305 Oak St - TP
Edgewood 305 Oak St - FD
Residential Jones
Sattler A - TP
Front St B - MD
Hopfauf KRAMER
MBS BUILDERS MART
Hopfauf TOBACCCO PREV
weeda mtl slabs
eds painting 11276 Winding Ridge
Here's the scenario. In another sheet of the workbook, I want the user to be able to choose the Contractor name from a drop down list of the unique contractor names available. I do not want a list of everything in the column since there will be duplicates of many of the names and there will eventually be hundreds of rows of data.
Next, I want the user to choose the Job Name from a drop down list of the unique jobs only for the contractor chosen in the previous cell. I found on chandoo.org a great formula that get me almost all the way there [=OFFSET('Master Database'!$B$2,MATCH($C$3,Contractors,0),0,COUNTIF(Contractors,$C$3),1)]
Unfortunately, what this returns is the correct number of choices (if I choose "Hopfauf", I get 3 choices of job names), but it doesn't show the CORRECT three choices (it only takes the first 3 choices next to the first instance of "Hopfauf"; C - Finish, 305 Oak St - TP, 305 Oak St - FD).
Wise and wonderful chandoo.org community, help me find my way! I confident it can be done, but I cannot seem to find an answer on my own. Thanks in advance!