#1   Report Post  
Posted to microsoft.public.excel.programming
C3 C3 is offline
external usenet poster
 
Posts: 13
Default Rookie q

How to fill other cell with data from in-cell list?

Example data:
Worksheet 1

A B C D
1 John Street 2 NY
2 Mike Street 3 TX


Worksheet2:

A
1 "In-cell list for data in worksheet1 - list(John, Mike)" For example I
choose John

Then fill cells

A
5 Street
6 2
7 NY


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,120
Default Rookie q

=VLOOKUP(A1,Sheet1!A1:D10,2,False)

and change the index number for each field.

--
HTH

-------

Bob Phillips
"C3" wrote in message
...
How to fill other cell with data from in-cell list?

Example data:
Worksheet 1

A B C D
1 John Street 2 NY
2 Mike Street 3 TX


Worksheet2:

A
1 "In-cell list for data in worksheet1 - list(John, Mike)" For example I
choose John

Then fill cells

A
5 Street
6 2
7 NY




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Rookie q

for the in-cell list part, create a defined name
Insert=Name=Define

Name: List1
Refersto: =Sheet1!$A$1:$A$2

Then in the cell A1 on worksheet2, do Data=Validation, select the list
option and in the box put

=list1

--
Regards,
Tom Ogilvy

"C3" wrote in message
...
How to fill other cell with data from in-cell list?

Example data:
Worksheet 1

A B C D
1 John Street 2 NY
2 Mike Street 3 TX


Worksheet2:

A
1 "In-cell list for data in worksheet1 - list(John, Mike)" For example I
choose John

Then fill cells

A
5 Street
6 2
7 NY




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
Rookie needs help Skip Excel Worksheet Functions 2 November 5th 08 01:50 AM
Rookie needs help! tbobo Excel Discussion (Misc queries) 4 March 22nd 06 09:10 PM
Rookie needs a macro Denise Excel Worksheet Functions 3 February 25th 05 08:31 PM
Rookie q C3 Excel Worksheet Functions 1 December 1st 04 12:21 PM
Help for a VBA rookie Frank C[_2_] Excel Programming 2 June 6th 04 08:15 AM


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