Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default Question - Repost

I am reposting my original question (at the bottom) along with the response.

--Original Message--

I don't suppose it would be possible for me to send someone the workbook,
and
have them take care of this for me? I just can't figure this out.

"Gary Keramidas" wrote in message
...
see if this will help

http://www.contextures.on.ca/xlDataVal13.html

--


Gary


"Brandon" wrote in message
...
This is something that I hope is not just in my mind I want to do. What
I'd like to be able to do, is have a drop-down list, and when an item is
selected in that list, it not only puts that item into the cell, but also
a corresponding value into another cell. Here is an example:

Choice Data
x 12345
y 24680
z 13579

In this case, the Choices would be in a list. When I select "x" from the
list, it puts the value "x" into its cell as well as "12345" into an
adjacent cell. If anyone knows what to do, I'd appreciate some help on
this.




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Question - Repost



--
Regards,
Tom Ogilvy

"Brandon" wrote in message
...
I am reposting my original question (at the bottom) along with the

response.

--Original Message--

I don't suppose it would be possible for me to send someone the workbook,
and
have them take care of this for me? I just can't figure this out.

"Gary Keramidas" wrote in message
...
see if this will help

http://www.contextures.on.ca/xlDataVal13.html

--


Gary


"Brandon" wrote in message
...
This is something that I hope is not just in my mind I want to do.

What
I'd like to be able to do, is have a drop-down list, and when an item

is
selected in that list, it not only puts that item into the cell, but

also
a corresponding value into another cell. Here is an example:

Choice Data
x 12345
y 24680
z 13579

In this case, the Choices would be in a list. When I select "x" from

the
list, it puts the value "x" into its cell as well as "12345" into an
adjacent cell. If anyone knows what to do, I'd appreciate some help on
this.






  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 168
Default Question - Repost

Brandon,

This seems to be a somewhat simple thing to do. Are you familiar with combo
boxes? If so, use a combo box and have the LinkedCell set to the cell you
want "x" to show up in (ex. - A1). This is done in the combo box
properties. You should have your choice and data options somewhere on the
sheet. Also in the combo box properties, you'll need to set the
ListFillRang to the range of cells that include your choices. If "x", "y",
"z" are in cells C1-C3, then your ListFillRang should be C1:C3. You should
have your data in the column D, or whatever column is to the right of your
choice cells.
Finally, in the corresponding cell that you want the data to show up in, you
can just use a Lookup formula.

=LOOKUP(A1,C1:D3)

HTH,
Paul

"Brandon" wrote in message
...
I am reposting my original question (at the bottom) along with the
response.

--Original Message--

I don't suppose it would be possible for me to send someone the workbook,
and
have them take care of this for me? I just can't figure this out.

"Gary Keramidas" wrote in message
...
see if this will help

http://www.contextures.on.ca/xlDataVal13.html

--


Gary


"Brandon" wrote in message
...
This is something that I hope is not just in my mind I want to do. What
I'd like to be able to do, is have a drop-down list, and when an item is
selected in that list, it not only puts that item into the cell, but
also
a corresponding value into another cell. Here is an example:

Choice Data
x 12345
y 24680
z 13579

In this case, the Choices would be in a list. When I select "x" from
the
list, it puts the value "x" into its cell as well as "12345" into an
adjacent cell. If anyone knows what to do, I'd appreciate some help on
this.






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
repost of question from 2/4 "Using drop-down lists" RoofIL Excel Worksheet Functions 2 February 5th 10 10:34 PM
Repost for Ron Jenny B. Excel Discussion (Misc queries) 1 May 21st 08 09:39 AM
Parameter question on query in Excel (Repost) Leanne M (Aussie) Excel Discussion (Misc queries) 0 April 29th 08 10:12 AM
Repost of VBA Code/Lookup question Steve_n_KC Excel Worksheet Functions 5 June 23rd 07 01:34 AM
Excel 2000 math question, repost Bob Phillips[_5_] Excel Programming 5 November 9th 03 11:51 PM


All times are GMT +1. The time now is 08:32 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"