Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Excel List functions and linking cells

I am creating a document register with drop down lists for Document Revision
No's. I need to use a function if there is one whereby for each revision I
can type a note in the cell and also the date in adjacent cells that is
linked to the drop down lists that can be recalled at any time.

For example, For revision 01, a certain note I wrote will be shown and then
if I drop down to revision 2, a different note and date is shown. Is there a
way I can do this so that overtime I can recall any of the drop down list
values and find the note I wrote next to it??

I already know how to create a list but I need to know how to link that list
with the adjacent cells I guess..

Any suggestions will be gratefully received.
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 364
Default Excel List functions and linking cells

"Andys Mitten" wrote in message
...
I am creating a document register with drop down lists for Document
Revision
No's. I need to use a function if there is one whereby for each revision
I
can type a note in the cell and also the date in adjacent cells that is
linked to the drop down lists that can be recalled at any time.

For example, For revision 01, a certain note I wrote will be shown and
then
if I drop down to revision 2, a different note and date is shown. Is
there a
way I can do this so that overtime I can recall any of the drop down list
values and find the note I wrote next to it??

I already know how to create a list but I need to know how to link that
list
with the adjacent cells I guess..

Any suggestions will be gratefully received.
Thanks


I'm a bit confused by what you ask, but I think you need to use VLOOKUP.
This would take the value from a cell, look it up in the first column of
your list and return the corresponding data from the second (or subsequent)
column of the list.

To get you started, suppose the list is in A1:C10 (notes in column B and
dates in column C), and the cell with the revision number is E20.

In (say) F20 this formula
=VLOOKUP(E20,A1:C10,2,0)
will return the corresponding note, and in (say) G20 this one
=VLOOKUP(E20,A1:B10,3,0)
will return the corresponding date.


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Excel List functions and linking cells

Stephen

Thats brilliant. Seemed to do exactly what I needed it to.

Thanks alot




"Stephen" wrote:

"Andys Mitten" wrote in message
...
I am creating a document register with drop down lists for Document
Revision
No's. I need to use a function if there is one whereby for each revision
I
can type a note in the cell and also the date in adjacent cells that is
linked to the drop down lists that can be recalled at any time.

For example, For revision 01, a certain note I wrote will be shown and
then
if I drop down to revision 2, a different note and date is shown. Is
there a
way I can do this so that overtime I can recall any of the drop down list
values and find the note I wrote next to it??

I already know how to create a list but I need to know how to link that
list
with the adjacent cells I guess..

Any suggestions will be gratefully received.
Thanks


I'm a bit confused by what you ask, but I think you need to use VLOOKUP.
This would take the value from a cell, look it up in the first column of
your list and return the corresponding data from the second (or subsequent)
column of the list.

To get you started, suppose the list is in A1:C10 (notes in column B and
dates in column C), and the cell with the revision number is E20.

In (say) F20 this formula
=VLOOKUP(E20,A1:C10,2,0)
will return the corresponding note, and in (say) G20 this one
=VLOOKUP(E20,A1:B10,3,0)
will return the corresponding date.



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
List of Excel 2003 Functions No Name Excel Worksheet Functions 5 June 30th 07 05:08 PM
Excel 2003 list of new functions in this version Training Goddess Excel Worksheet Functions 4 May 17th 07 11:01 PM
linking items from drop down list in excel jog Excel Worksheet Functions 1 September 5th 06 12:36 PM
How to get the complete list Excel Worksheet Functions phil Excel Worksheet Functions 1 September 5th 05 01:36 PM
Using Excel link (hyper?) and list functions iamgpop Excel Worksheet Functions 1 August 17th 05 04:20 AM


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