Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Cell Link in a Drop Down - Where does it get its data?

I inherited an Excel workbook that has an issue I cannot crack. I have a drop
down box that allows the user to select a date week from a reference sheet.
Next to that column that feeds the drop down, is a week number (1-52). The
cell link on the drop down lists a cell to which to write the cell week
number. My question is, if the drop down cell range is 'Data Page'!$B$3:$B$54
and the Cell Link is 'Data Page'!$H$2, how does the Cell Link know to put the
week number which is located in 'Data Page'!$A$3:$A$54? The Cell Link seems
to only specify the place where to put the data, not which data to put there.

Thanks for your help!
--
Dr. M
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Cell Link in a Drop Down - Where does it get its data?

Sounds like a dropdown from the forms toolbar. The dropdown returns the
ListIndex property. So it puts out a number between 1 and the number of
entries in the list specifying which item is selected. In this case, that
corresponds to the week number. so it isn't looking in A3 at all. It you
sort your A3:B54 in random order, you will see that the week number won't be
correct (except for a few coincidences perhaps)

That is my guess anyway.

--
Regards,
Tom Ogilvy

"Dr. M" wrote in message
...
I inherited an Excel workbook that has an issue I cannot crack. I have a

drop
down box that allows the user to select a date week from a reference

sheet.
Next to that column that feeds the drop down, is a week number (1-52). The
cell link on the drop down lists a cell to which to write the cell week
number. My question is, if the drop down cell range is 'Data

Page'!$B$3:$B$54
and the Cell Link is 'Data Page'!$H$2, how does the Cell Link know to put

the
week number which is located in 'Data Page'!$A$3:$A$54? The Cell Link

seems
to only specify the place where to put the data, not which data to put

there.

Thanks for your help!
--
Dr. M



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11
Default Cell Link in a Drop Down - Where does it get its data?

Thanks Tom!
--
Dr. M


"Tom Ogilvy" wrote:

Sounds like a dropdown from the forms toolbar. The dropdown returns the
ListIndex property. So it puts out a number between 1 and the number of
entries in the list specifying which item is selected. In this case, that
corresponds to the week number. so it isn't looking in A3 at all. It you
sort your A3:B54 in random order, you will see that the week number won't be
correct (except for a few coincidences perhaps)

That is my guess anyway.

--
Regards,
Tom Ogilvy

"Dr. M" wrote in message
...
I inherited an Excel workbook that has an issue I cannot crack. I have a

drop
down box that allows the user to select a date week from a reference

sheet.
Next to that column that feeds the drop down, is a week number (1-52). The
cell link on the drop down lists a cell to which to write the cell week
number. My question is, if the drop down cell range is 'Data

Page'!$B$3:$B$54
and the Cell Link is 'Data Page'!$H$2, how does the Cell Link know to put

the
week number which is located in 'Data Page'!$A$3:$A$54? The Cell Link

seems
to only specify the place where to put the data, not which data to put

there.

Thanks for your help!
--
Dr. M




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 link 2 data sets to 2 drop down menus? dralden Excel Worksheet Functions 2 May 11th 07 12:06 AM
How to link a drop down value to a cell in a different worksheet? cdkjpm Excel Worksheet Functions 1 September 5th 06 09:41 PM
how do I link a drop down list entry to a new drop down cell? lmunzen Excel Discussion (Misc queries) 1 August 15th 06 04:59 PM
How to link data from one drop-down list to another dolfijntje33 Excel Worksheet Functions 6 May 19th 06 07:40 PM
in excel I want to set up a drop down & link that to another cell Corminator Excel Worksheet Functions 5 June 4th 05 09:20 PM


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