View Single Post
  #3   Report Post  
KR
 
Posts: n/a
Default

You can set up two separate drop down lists that are linked, if you use the
actual controls and not just the within-cell validation. Now that I think
about it, you could probably use the in-cell validation too, although I'd
have to think about the details if you had a bunch of rows where you wanted
to do this selection.

If you set a cell to equal your first combobox value (or first data
validation cell, etc.), then use that as a source for vlookup which could
return a column letter for your target sub-list. Maybe put this value in
your third column, so that each of your sub-list selection cells would be
able to use it's own pointer to the appropriate sublist. Then set your
second combobox or data validation cell to a named range that picks your
sub-list using the "indirect" worksheet function.

That's just off the top of my head, and the details really will depend on
whether you are using data validation or comboboxes (and maybe whether you
are using comboboxes on the worksheet itself, or on a userform)



"Sburlingham" wrote in message
...
I have a problem, i created a drop down list of jobs that could have been
preformed i need to create another list for each of those jobs to be more
specific with what exactly was preformed i had this great idea that maybe

if
i picked for example warranty work that another list would drop down and

let
me pick manufacturing or vendor then another list would drop down and i

could
pick what kinda manufact. or vendor warranty it was. this may not be

possible
though it would be a great thing to implement in the future i need a way

that
is user friendly to detail what work was done. any ideas?