Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
A1 HAS A DROPDOWN LIST OF FIRST NAMES
HOW CAN I CORRELATED THIS LIST STEP BY STEP THAT WHEN I SELECT ONE OF THE FIRST NAMES ON THE DROPDOWN AUTOMATICALLY WILL FILL UP B WITH LAST NAME, C WITH PH NUMBER AND D WITH ADDRESS FOR EACH INDIVIDUAL IN MY DROPDOWN LIST ( TOTAL OF 60 ). TX PS: I RATHER NOT USE MACROS. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You have to first create a table with all this info.
Let's say on Sheet2 you have: A1:A10 = first names B1:B10 = last names C1:C10 = phone number D1:D10 = address Your drop down is on Sheet1. Enter this formula in Sheet1 B1: =VLOOKUP($A1,Sheet2!$A1:$D10,COLUMNS($A:B),0) Drag copy across to D1 Biff "FC" wrote in message ... A1 HAS A DROPDOWN LIST OF FIRST NAMES HOW CAN I CORRELATED THIS LIST STEP BY STEP THAT WHEN I SELECT ONE OF THE FIRST NAMES ON THE DROPDOWN AUTOMATICALLY WILL FILL UP B WITH LAST NAME, C WITH PH NUMBER AND D WITH ADDRESS FOR EACH INDIVIDUAL IN MY DROPDOWN LIST ( TOTAL OF 60 ). TX PS: I RATHER NOT USE MACROS. |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
If the Last Name, PH Number and Address are in separate columns then VLOOKUP
is a possiblity BUT ONLY if the first name is unique. How is the data (First name, Last name etc) organised? "FC" wrote: A1 HAS A DROPDOWN LIST OF FIRST NAMES HOW CAN I CORRELATED THIS LIST STEP BY STEP THAT WHEN I SELECT ONE OF THE FIRST NAMES ON THE DROPDOWN AUTOMATICALLY WILL FILL UP B WITH LAST NAME, C WITH PH NUMBER AND D WITH ADDRESS FOR EACH INDIVIDUAL IN MY DROPDOWN LIST ( TOTAL OF 60 ). TX PS: I RATHER NOT USE MACROS. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
That is exactly what I was looking for.Thanks T. Valko for your help. Also
thank you Toppers for getting interested in details about my questions. SYLA "T. Valko" wrote: You have to first create a table with all this info. Let's say on Sheet2 you have: A1:A10 = first names B1:B10 = last names C1:C10 = phone number D1:D10 = address Your drop down is on Sheet1. Enter this formula in Sheet1 B1: =VLOOKUP($A1,Sheet2!$A1:$D10,COLUMNS($A:B),0) Drag copy across to D1 Biff "FC" wrote in message ... A1 HAS A DROPDOWN LIST OF FIRST NAMES HOW CAN I CORRELATED THIS LIST STEP BY STEP THAT WHEN I SELECT ONE OF THE FIRST NAMES ON THE DROPDOWN AUTOMATICALLY WILL FILL UP B WITH LAST NAME, C WITH PH NUMBER AND D WITH ADDRESS FOR EACH INDIVIDUAL IN MY DROPDOWN LIST ( TOTAL OF 60 ). TX PS: I RATHER NOT USE MACROS. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You're welcome. Thanks for the feedback!
Biff "FC" wrote in message ... That is exactly what I was looking for.Thanks T. Valko for your help. Also thank you Toppers for getting interested in details about my questions. SYLA "T. Valko" wrote: You have to first create a table with all this info. Let's say on Sheet2 you have: A1:A10 = first names B1:B10 = last names C1:C10 = phone number D1:D10 = address Your drop down is on Sheet1. Enter this formula in Sheet1 B1: =VLOOKUP($A1,Sheet2!$A1:$D10,COLUMNS($A:B),0) Drag copy across to D1 Biff "FC" wrote in message ... A1 HAS A DROPDOWN LIST OF FIRST NAMES HOW CAN I CORRELATED THIS LIST STEP BY STEP THAT WHEN I SELECT ONE OF THE FIRST NAMES ON THE DROPDOWN AUTOMATICALLY WILL FILL UP B WITH LAST NAME, C WITH PH NUMBER AND D WITH ADDRESS FOR EACH INDIVIDUAL IN MY DROPDOWN LIST ( TOTAL OF 60 ). TX PS: I RATHER NOT USE MACROS. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
If/then and Vlookup formula | Excel Discussion (Misc queries) | |||
Excel 2002 VLOOKUP formula or other formula | Excel Discussion (Misc queries) | |||
a possible vlookup formula....help | Excel Discussion (Misc queries) | |||
vlookup formula | Excel Worksheet Functions | |||
vlookup formula | Excel Worksheet Functions |