Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
jsw jsw is offline
external usenet poster
 
Posts: 2
Default Drop down list for multi cells

Hi.
I am trying to produce a drop down list for my mileage records.
Basically, I have locations A,B,C,D with their mileage in the next cell ie
10,20,30,40.

On my main sheet I want to be able to select the locations from a drop down
box and excel fill in the location and associated mileage in two cells.

I can easilly use 2 drop down boxes for locations and mileage but this means
I have to remember how far it is to each location.

ANy help on how to do this?

Thnaks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Drop down list for multi cells

For the mileage cell, take a look at the LOOKUP or VLOOKUP functions.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"jsw" wrote:

Hi.
I am trying to produce a drop down list for my mileage records.
Basically, I have locations A,B,C,D with their mileage in the next cell ie
10,20,30,40.

On my main sheet I want to be able to select the locations from a drop down
box and excel fill in the location and associated mileage in two cells.

I can easilly use 2 drop down boxes for locations and mileage but this means
I have to remember how far it is to each location.

ANy help on how to do this?

Thnaks

  #3   Report Post  
Posted to microsoft.public.excel.misc
jsw jsw is offline
external usenet poster
 
Posts: 2
Default Drop down list for multi cells

Thnaks.
I have had a look but can't get it to work.

I have locations in A1-A3 and mileage in B1-B3.
In A5 I want to pick the location from a drop down box and it fill in the
location (in A5) and mileage in B5.



"Luke M" wrote:

For the mileage cell, take a look at the LOOKUP or VLOOKUP functions.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"jsw" wrote:

Hi.
I am trying to produce a drop down list for my mileage records.
Basically, I have locations A,B,C,D with their mileage in the next cell ie
10,20,30,40.

On my main sheet I want to be able to select the locations from a drop down
box and excel fill in the location and associated mileage in two cells.

I can easilly use 2 drop down boxes for locations and mileage but this means
I have to remember how far it is to each location.

ANy help on how to do this?

Thnaks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default Drop down list for multi cells

You'll still need your drop down box in A5. Formula in B5 should be:

=VLOOKUP(A5,A1:B3,2,FALSE)
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"jsw" wrote:

Thnaks.
I have had a look but can't get it to work.

I have locations in A1-A3 and mileage in B1-B3.
In A5 I want to pick the location from a drop down box and it fill in the
location (in A5) and mileage in B5.



"Luke M" wrote:

For the mileage cell, take a look at the LOOKUP or VLOOKUP functions.
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"jsw" wrote:

Hi.
I am trying to produce a drop down list for my mileage records.
Basically, I have locations A,B,C,D with their mileage in the next cell ie
10,20,30,40.

On my main sheet I want to be able to select the locations from a drop down
box and excel fill in the location and associated mileage in two cells.

I can easilly use 2 drop down boxes for locations and mileage but this means
I have to remember how far it is to each location.

ANy help on how to do this?

Thnaks

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
How do I create multi choice selec drop down list in Excel please JillyB Excel Discussion (Misc queries) 7 March 3rd 08 09:41 PM
How do I create multi choice selec drop down list in Excel please JillyB Excel Worksheet Functions 1 March 3rd 08 02:37 PM
Multi-select from drop down list in Excel 97 arpgis Excel Discussion (Misc queries) 1 April 11th 07 10:46 PM
Multi-Column Drop-down list ? JB Excel Discussion (Misc queries) 1 December 26th 05 06:30 PM
Drop down list changes, worksheets and multi-user ferdy New Users to Excel 1 August 26th 05 01:03 PM


All times are GMT +1. The time now is 12:48 PM.

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

About Us

"It's about Microsoft Excel"