Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Junior Member
 
Posts: 1
Default Simple selection, but hey, I'm no guru!!

I have a small table of data ranging from column A to column D running from cells 5 to 11. Lower down the sheet I need to select from the items in column A and I am currently using a "Validation" drop down box to do this. I would like to populate another cell with the data on the same row on column D.
Eg
A B C D
5 egg scrambled
6 bacon fried
7 sausage grilled
8 toast toasted
etc
If I select "egg" from my drop down list in cell B17, I would like to have "scrambled" entered into cell B18.
Sorry if this doesn't test you too much, and many thanks in advance to those who help out!!
  #2   Report Post  
Domenic
 
Posts: n/a
Default

Try...

=VLOOKUP(B17,A5:D8,4,0)

OR

=INDEX(D5:D8,MATCH(B17,A5:A8,0))

Hope this helps!

In article ,
Director wrote:

I have a small table of data ranging from column A to column D running
from cells 5 to 11. Lower down the sheet I need to select from the
items in column A and I am currently using a "Validation" drop down box
to do this. I would like to populate another cell with the data on the
same row on column D.
Eg
A B C D
5 egg scrambled
6 bacon fried
7 sausage grilled
8 toast toasted
etc
If I select "egg" from my drop down list in cell B17, I would like to
have "scrambled" entered into cell B18.
Sorry if this doesn't test you too much, and many thanks in advance to
those who help out!!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Calculations on only a selection Knokie From Holland Excel Worksheet Functions 4 July 20th 05 11:37 AM
Help with what should be a simple formula B Millar via OfficeKB.com Excel Worksheet Functions 2 June 16th 05 04:18 PM
Fit Selection Setting Doesn't Hold Brett Excel Discussion (Misc queries) 1 April 20th 05 10:22 PM
SELECTION() Thrava Excel Discussion (Misc queries) 2 January 2nd 05 01:33 AM
limit cell list selection based on the selection of another list lorraine Excel Worksheet Functions 2 December 14th 04 08:17 PM


All times are GMT +1. The time now is 09:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"