=index(m:m,match(drop_down_cell,n:n,false))
The match function figures out which cell in the range n:n matches the
selection, and index uses that result as in index into the range m:m.
HTH. --Bruce
> I have a chart that has in the one column (N) a list of sheet metal gage
> numbers and in the previous column (M) the gage number represented in numeric
[quoted text clipped - 14 lines]
> Thanks,
> Gary
Gary D. - 19 Dec 2005 00:59 GMT
Thank You, this does what I am trying to do.
Gary D.
> =index(m:m,match(drop_down_cell,n:n,false))
> The match function figures out which cell in the range n:n matches the
[quoted text clipped - 19 lines]
> > Thanks,
> > Gary