Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 27
Default Return the cell reference of the drop down list selection.

Hi,
I try to look for a smilar question in the forum, but I couldnt find it.
Appreciate if some one could lend me a hand on this.
In SHEET1,I have the following and cell A(Mon~Fri) is defined as a name
range list, called FIVEDAYS.
A B
Mon Cool
Tue Warm
Wed Rain
Thu Snow
Fri Sunny

In SHEET 2, column F has a data validation list referring to FIVEDAYS. What
I want to show in SHEET 2, column G is the value of SHEET1 B values, which is
dependent on the what is selected in column F. What should be the formula in
column G?
The expected result should look like this:
SHEET 2
F G
Fri Sunny
Tue Warm
:
:
I know vlookup should work, but I believe there is a more clever way to do
this, using cell reference of the selected value in F.
Appreciate any help. Have a nice day!
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Return the cell reference of the drop down list selection.

I know vlookup should work, but I believe there is a more clever way to do
this, using cell reference of the selected value in F.


You can use cell reference with the VLOOKUP()

in cell G2 of sheet 2, you can use the following VLOOKUP() formula

=VLOOKUP(F2,Sheet1!A1:B5,2,0)

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"YY san." wrote in message
...
Hi,
I try to look for a smilar question in the forum, but I couldnt find it.
Appreciate if some one could lend me a hand on this.
In SHEET1,I have the following and cell A(Mon~Fri) is defined as a name
range list, called FIVEDAYS.
A B
Mon Cool
Tue Warm
Wed Rain
Thu Snow
Fri Sunny

In SHEET 2, column F has a data validation list referring to FIVEDAYS.
What
I want to show in SHEET 2, column G is the value of SHEET1 B values, which
is
dependent on the what is selected in column F. What should be the formula
in
column G?
The expected result should look like this:
SHEET 2
F G
Fri Sunny
Tue Warm
:
:
I know vlookup should work, but I believe there is a more clever way to do
this, using cell reference of the selected value in F.
Appreciate any help. Have a nice day!


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
Drop down list - need to reference and populate another cell with KateW Excel Discussion (Misc queries) 7 January 8th 09 06:56 PM
drop down list that changes cell color upon selection Jay Excel Discussion (Misc queries) 13 June 6th 08 09:52 AM
Linking a selection in a drop down list to a calc in another cell hyweledwards Excel Worksheet Functions 6 July 4th 07 04:50 PM
Selection of Drop down list that allows you to go to a particular cell Daphne Excel Worksheet Functions 2 June 14th 06 09:54 AM
Place a set value in a cell from a drop down list name reference Alan Lipscomb Excel Worksheet Functions 1 November 6th 04 12:07 AM


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