> I should probably also mention that the workbook is not locked or protected.
> I am a little lost as to how i can accomplish this and i know its simple as I
[quoted text clipped - 15 lines]
>
> - Show quoted text -
hmm no not really.... as an example there might be 20 identical notebooks ..
all called "Compaq 5000" with different serial numbers...... isnt there a way
for me just to reference the exact cell..... directly to the right of the one
ive chosen from the drop down menu... instead of using vlookup which just
takes the first instance all the time ?
i could just flip to sheet1, cut and paste the model, flip to sheet2, paste
the model, and repeat for the serial number, im just trying to eliminate the
repetition....
> Can't you modify your parts list slightly, so that if you have, say,
> five entries with Part X, you make these Part X (1), Part X (2) etc.
[quoted text clipped - 25 lines]
> >
> > - Show quoted text -
Pete_UK - 11 Oct 2007 11:48 GMT
Kelly,
you might like to look into dependent data validation, as illustrated
in this link:
http://www.contextures.com/xlDataVal02.html
This uses two (or more) drop-downs, the second one dependent on your
first choice. So you would only have one "Compaq 5000" to choose from
in your first list, then your second list will give you the 20 serial
numbers under that choice.
Hope this helps.
Pete
On Oct 11, 3:51 am, Kelly Armitage
<KellyArmit...@discussions.microsoft.com> wrote:
> hmm no not really.... as an example there might be 20 identical notebooks ..
> all called "Compaq 5000" with different serial numbers...... isnt there a way
[quoted text clipped - 37 lines]
>
> - Show quoted text -
Roger Govier - 11 Oct 2007 11:49 GMT
Hi Kelly
If your part number - Compaq 5000 - is in column A, and serial number is in
column B, you could create a concatenation of the 2 in column C (or
elsewhere) with
=A1&" "&B1
Use this new column as the source for your dropdown list.

Signature
Regards
Roger Govier
> hmm no not really.... as an example there might be 20 identical notebooks
> ..
[quoted text clipped - 50 lines]
>> >
>> > - Show quoted text -