Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 33
Default complicated drop down menu question

Hi there,
Perhaps someone can help me with this issue, it's a bit long so bear with me.
I have 2 spreadsheets, the first one is called data, the second one is
called summary
On the data sheet, I have it lay out as a sample like below, in different
columns, all in text format

week 1 Jan 1 Jan 2 Jan 3 Jan 4
week 2 Jan 8 Jan 9 Jan 10 Jan 11
week 3 Jan 17 Jan 18 Jan 19

On the summary sheet, I'd like to have a drop down menu on cell A1 that
should have the week number as my choices, and then as I select the week
number, the date will show up on a set of cells and change accordingly as I
select a different week on the drop down menu.

Thanks for all your help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 269
Default complicated drop down menu question

Assign the range with week 1, week 2, etc.. a name (like WeekNo).

You can then use this name as the Data Validation list source. Simply put
=WeekNo in the source box. This allows you to reference a range on another
sheet.

The just use a VLookup to return your dates
=Vlookup(A1,DataSheet!$A$1:$H$52,2,false)
(Change the DataSheet to whatever your sheet name is, adjust the range as
needed)

If your selected week 1 in cell A1 this would return Jan 1 from your sample


--
If this helps, please remember to click yes.


"Don Doan" wrote:

Hi there,
Perhaps someone can help me with this issue, it's a bit long so bear with me.
I have 2 spreadsheets, the first one is called data, the second one is
called summary
On the data sheet, I have it lay out as a sample like below, in different
columns, all in text format

week 1 Jan 1 Jan 2 Jan 3 Jan 4
week 2 Jan 8 Jan 9 Jan 10 Jan 11
week 3 Jan 17 Jan 18 Jan 19

On the summary sheet, I'd like to have a drop down menu on cell A1 that
should have the week number as my choices, and then as I select the week
number, the date will show up on a set of cells and change accordingly as I
select a different week on the drop down menu.

Thanks for all your help

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
Question on using a Drop Down Menu. turtlegalaxy Excel Discussion (Misc queries) 1 July 1st 08 01:43 AM
Drop dwn menu. Formula to count selection frm menu in anoth cell? ggoldber Excel Worksheet Functions 1 June 4th 08 02:21 PM
filter dropdown menu so 2nd drop menu is customized menugal Excel Worksheet Functions 1 September 4th 07 05:25 PM
Complicated question, for me anyway! :) Peter Doak Excel Worksheet Functions 2 March 18th 07 08:34 PM
Cross-referenced drop-down menu (nested drop-downs?) creativeops Excel Worksheet Functions 4 November 22nd 05 05:41 PM


All times are GMT +1. The time now is 01:30 AM.

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"