I think what your looking for is something like a lookup.
Example in columns A & B rows 1 through 8
A 1
B 2
C 3
D 4
E 5
F 6
G 7
H 8
in cell A10 a dropdown populated by A1:A8
in cell A11 =VLOOKUP(A10,A1:B8,2,FALSE)
will find the number next to the letter picked from the list
Dan E
"Jamison Smith" <(E-Mail Removed)> wrote in message
news:017f01c35534$e4a513f0$(E-Mail Removed)...
> Dan,
>
> I had a similar situation and the data-->validation was
> perfect. As a follow up, can you use a similar process to
> set up a second column that automatically populates based
> on your selection from your frist drop-down box?
>
> Example, if I select "A" from my data validation drop down
> box in cell "A10", I automatically get populated "1" in
> Cell "A11"
>
> Thanks,
> Jamison
>
>
> >-----Original Message-----
> >Carrie,
> >
> >Have a look at the menu item
> >"Data" -> "Validation"
> >
> >Allows the in cell dropdown, just choose list from
> the "Allow" field of the
> >Validation criteria under the settings tab. You can
> populate the source
> >using
> >" a, b, c, d" or selecting a range.
> >
> >Dan E
> >
> >"Carrie" <(E-Mail Removed)> wrote in message
> >news:022301c35530$c9775ce0$(E-Mail Removed)...
> >> Hi,
> >> I want to create a list of items to chose from within a
> >> cell, so that when you select the item you want, the
> cell
> >> is populated and then the drop down goes to the next
> >> cell. This is NOT a combo or list box based on what
> I've
> >> been looking at. I want the cell to actually populate
> and
> >> I want the selector to reside within each cell in the
> >> column. I've seen this before at the last company I
> >> worked at, but did not find out how they did it and am
> >> kicking myself for it.
> >>
> >> Thanks,
> >> Carrie
> >
> >
> >.
> >
|