Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default In cell drop down menu with seprerate numerical target cell

Hi,

I'm hoping for some assistance on the following...

I've created an in-cell dropdown menu with two options, lets call them
"ABC" and "XYZ". these two options are listed in the drop down menu but
i would like to attach values to those options which should appear in a
different target cell.

My list is inserted on the fields A1 and A2. the values attached to
those names can be found in B1 and B2. the dropdown menu can be found
in cell A5 and the target cell for the value matching the input in the
dropdown menu is B5.

E.g. one would select from the drop down menu: "ABC". In that case the
value belonging to ABC (so cell B1) should appear in cell B5. when one
would select "XYZ" the value of B2 should appear in B5.

Is there some one who can help me out?

Besides the two options I want to insert a third blanc option with
value 0, but I guess that's not influencing the solution

Regards,
Remco

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 98
Default In cell drop down menu with seprerate numerical target cell

Hi Remco,

It should be as simple as

=IF(A1="",0,A1) where A1 is the actual cell with the drop-down

HTH

Simon

Remco wrote:
Hi,

I'm hoping for some assistance on the following...

I've created an in-cell dropdown menu with two options, lets call them
"ABC" and "XYZ". these two options are listed in the drop down menu but
i would like to attach values to those options which should appear in a
different target cell.

My list is inserted on the fields A1 and A2. the values attached to
those names can be found in B1 and B2. the dropdown menu can be found
in cell A5 and the target cell for the value matching the input in the
dropdown menu is B5.

E.g. one would select from the drop down menu: "ABC". In that case the
value belonging to ABC (so cell B1) should appear in cell B5. when one
would select "XYZ" the value of B2 should appear in B5.

Is there some one who can help me out?

Besides the two options I want to insert a third blanc option with
value 0, but I guess that's not influencing the solution

Regards,
Remco


--
--------------------
Simon - UK

Email at simon22mports [ a t ] hot mail [ d ot ]com

Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...excel/200610/1

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 430
Default In cell drop down menu with seprerate numerical target cell

In your cell B5 enter:

=VLOOKUP(A5,$A$1:$B$2,2,FALSE)

HTH

"Remco" wrote in message
ups.com:

Hi,

I'm hoping for some assistance on the following...

I've created an in-cell dropdown menu with two options, lets call them
"ABC" and "XYZ". these two options are listed in the drop down menu but
i would like to attach values to those options which should appear in a
different target cell.

My list is inserted on the fields A1 and A2. the values attached to
those names can be found in B1 and B2. the dropdown menu can be found
in cell A5 and the target cell for the value matching the input in the
dropdown menu is B5.

E.g. one would select from the drop down menu: "ABC". In that case the
value belonging to ABC (so cell B1) should appear in cell B5. when one
would select "XYZ" the value of B2 should appear in B5.

Is there some one who can help me out?

Besides the two options I want to insert a third blanc option with
value 0, but I guess that's not influencing the solution

Regards,
Remco


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
Cell drop menu Spitzuser Excel Worksheet Functions 1 June 22nd 06 12:36 AM
Adding a drop down ascending/descending menu in a cell Erik K via OfficeKB.com Excel Discussion (Misc queries) 0 December 7th 05 11:56 AM
Adding a drop down ascending/descending menu in a cell Erik K via OfficeKB.com Excel Discussion (Misc queries) 0 December 7th 05 11:56 AM
hyperlinks in drop down menu MikeyB Excel Worksheet Functions 0 November 22nd 05 03:48 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


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