Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / December 2005

Tip: Looking for answers? Try searching our database.

getting value 1 column to right of cell selected in pulldown

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Gary D. - 19 Dec 2005 00:43 GMT
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
form. The user will select the desired gage size via a drop down menu that
references the values in column N.

I would like to have a cell display the numeric size of the gage number
selected.

The value I want to display is in the same row and 1 column to the left of
the cell selected with the drop down.

Is there a way to display this value automatically based on value selected
in drop down?

excel 2002, sp3

Thanks,
Gary
bpeltzer - 19 Dec 2005 00:51 GMT
=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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.