Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Retrive Data from Multiple Cells

I have a workbook with a sheet "Lot Information" where the homeowners
name and lot number is listed:

Column A - Lot #
Column C - Owner Name


"Lot Information Sheet"
Column A -Home Owner
Name Column B - Lot #
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3
Al
Baker
A4

I have another sheet called "Checks Received". What I want is "Checks
Received" sheet to look at the name from "Lot Information" sheet and
give me the lot #(s).

"Checks Received"
Column A-Homeowner
Name Column
B - Lot#(s)
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3, A4

The problem I am having is a homeowner can and some do own several
lots. How do I set it so, it will find each lot owned?

Thanks

Hans
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Retrive Data from Multiple Cells

On Feb 21, 7:03*am, " wrote:
I have a workbook with a sheet "Lot Information" where the homeowners
name and lot number is listed:

Column A - Lot #
Column C - Owner Name

"Lot Information Sheet"
Column A -Home Owner
Name * * * * * * * * * * * * * * * * * * * * * * * * Column B - Lot #
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3
Al
Baker
A4

I have another sheet called "Checks Received". What I want is "Checks
Received" sheet to look at the name from "Lot Information" sheet and
give me the lot #(s).

"Checks Received"
Column A-Homeowner
Name * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *Column
B - Lot#(s)
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3, A4

The problem I am having is a homeowner can and some do own several
lots. How do I set it so, it will find each lot owned?

Thanks

Hans


Depending on exactly what you want to accomplish, you can run a pivot
table on the first table to give a list of names in the first column
and each lot they own in the next column. You can store this table as
a manual lookup reference. I can guide you through creating the pivot
table if you need help and this meets your needs.

The pivot table would look something like this:

Bob Smith 102a
104a
105a
Mary Jones 302a
404b
504a

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Retrive Data from Multiple Cells

On Feb 21, 10:18*am, HKaplan wrote:
On Feb 21, 7:03*am, " wrote:





I have a workbook with a sheet "Lot Information" where the homeowners
name and lot number is listed:


Column A - Lot #
Column C - Owner Name


"Lot Information Sheet"
Column A -Home Owner
Name * * * * * * * * * * * * * * * * * * * * * * * * Column B - Lot #
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3
Al
Baker
A4


I have another sheet called "Checks Received". What I want is "Checks
Received" sheet to look at the name from "Lot Information" sheet and
give me the lot #(s).


"Checks Received"
Column A-Homeowner
Name * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *Column
B - Lot#(s)
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3, A4


The problem I am having is a homeowner can and some do own several
lots. How do I set it so, it will find each lot owned?


Thanks


Hans


Depending on exactly what you want to accomplish, you can run a pivot
table on the first table to give a list of names in the first column
and each lot they own in the next column. *You can store this table as
a manual lookup reference. *I can guide you through creating the pivot
table if you need help and this meets your needs.

The pivot table would look something like this:

Bob Smith * * * 102a
* * * * * * * * * * * 104a
* * * * * * * * * * * 105a
Mary Jones * * 302a
* * * * * * * * * * * 404b
* * * * * * * * * * * 504a- Hide quoted text -

- Show quoted text -


But a pivot table would not place all the lots owned by an owner into
a single cell would it? For example if Bob Smith is in cell A1 and he
owns 3 lots I want all 3 lots howing in cell B1. Is this possible with
a pivot table?


Thanks
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Retrive Data from Multiple Cells

On Feb 21, 10:32*am, "
wrote:
On Feb 21, 10:18*am, HKaplan wrote:





On Feb 21, 7:03*am, " wrote:


I have a workbook with a sheet "Lot Information" where the homeowners
name and lot number is listed:


Column A - Lot #
Column C - Owner Name


"Lot Information Sheet"
Column A -Home Owner
Name * * * * * * * * * * * * * * * * * * * * * * * * Column B - Lot #
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3
Al
Baker
A4


I have another sheet called "Checks Received". What I want is "Checks
Received" sheet to look at the name from "Lot Information" sheet and
give me the lot #(s).


"Checks Received"
Column A-Homeowner
Name * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *Column
B - Lot#(s)
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3, A4


The problem I am having is a homeowner can and some do own several
lots. How do I set it so, it will find each lot owned?


Thanks


Hans


Depending on exactly what you want to accomplish, you can run a pivot
table on the first table to give a list of names in the first column
and each lot they own in the next column. *You can store this table as
a manual lookup reference. *I can guide you through creating the pivot
table if you need help and this meets your needs.


The pivot table would look something like this:


Bob Smith * * * 102a
* * * * * * * * * * * 104a
* * * * * * * * * * * 105a
Mary Jones * * 302a
* * * * * * * * * * * 404b
* * * * * * * * * * * 504a- Hide quoted text -


- Show quoted text -


But a pivot table would not place all the lots owned by an owner into
a single cell would it? For example if Bob Smith is in cell A1 and he
owns 3 lots I want all 3 lots howing in cell B1. Is this possible with
a pivot table?

Thanks- Hide quoted text -

- Show quoted text -


You want the lots in a single cell, separated by what? A comma, tab,
hard return, space?
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default Retrive Data from Multiple Cells

On Feb 21, 10:38*am, HKaplan wrote:
On Feb 21, 10:32*am, "
wrote:





On Feb 21, 10:18*am, HKaplan wrote:


On Feb 21, 7:03*am, " wrote:


I have a workbook with a sheet "Lot Information" where the homeowners
name and lot number is listed:


Column A - Lot #
Column C - Owner Name


"Lot Information Sheet"
Column A -Home Owner
Name * * * * * * * * * * * * * * * * * * * * * * * * Column B - Lot #
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3
Al
Baker
A4


I have another sheet called "Checks Received". What I want is "Checks
Received" sheet to look at the name from "Lot Information" sheet and
give me the lot #(s).


"Checks Received"
Column A-Homeowner
Name * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *Column
B - Lot#(s)
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3, A4


The problem I am having is a homeowner can and some do own several
lots. How do I set it so, it will find each lot owned?


Thanks


Hans


Depending on exactly what you want to accomplish, you can run a pivot
table on the first table to give a list of names in the first column
and each lot they own in the next column. *You can store this table as
a manual lookup reference. *I can guide you through creating the pivot
table if you need help and this meets your needs.


The pivot table would look something like this:


Bob Smith * * * 102a
* * * * * * * * * * * 104a
* * * * * * * * * * * 105a
Mary Jones * * 302a
* * * * * * * * * * * 404b
* * * * * * * * * * * 504a- Hide quoted text -


- Show quoted text -


But a pivot table would not place all the lots owned by an owner into
a single cell would it? For example if Bob Smith is in cell A1 and he
owns 3 lots I want all 3 lots howing in cell B1. Is this possible with
a pivot table?


Thanks- Hide quoted text -


- Show quoted text -


You want the lots in a single cell, separated by what? *A comma, tab,
hard return, space?- Hide quoted text -

- Show quoted text -


Seperated by a comma, space would be ideal


  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 80
Default Retrive Data from Multiple Cells

On Feb 21, 1:55*pm, " wrote:
On Feb 21, 10:38*am, HKaplan wrote:





On Feb 21, 10:32*am, "
wrote:


On Feb 21, 10:18*am, HKaplan wrote:


On Feb 21, 7:03*am, " wrote:


I have a workbook with a sheet "Lot Information" where the homeowners
name and lot number is listed:


Column A - Lot #
Column C - Owner Name


"Lot Information Sheet"
Column A -Home Owner
Name * * * * * * * * * * * * * * * * * * * * * * * * Column B - Lot #
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3
Al
Baker
A4


I have another sheet called "Checks Received". What I want is "Checks
Received" sheet to look at the name from "Lot Information" sheet and
give me the lot #(s).


"Checks Received"
Column A-Homeowner
Name * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *Column
B - Lot#(s)
Joe
Smith
A1
Ben
Jones
A2
Al
Baker
A3, A4


The problem I am having is a homeowner can and some do own several
lots. How do I set it so, it will find each lot owned?


Thanks


Hans


Depending on exactly what you want to accomplish, you can run a pivot
table on the first table to give a list of names in the first column
and each lot they own in the next column. *You can store this table as
a manual lookup reference. *I can guide you through creating the pivot
table if you need help and this meets your needs.


The pivot table would look something like this:


Bob Smith * * * 102a
* * * * * * * * * * * 104a
* * * * * * * * * * * 105a
Mary Jones * * 302a
* * * * * * * * * * * 404b
* * * * * * * * * * * 504a- Hide quoted text -


- Show quoted text -


But a pivot table would not place all the lots owned by an owner into
a single cell would it? For example if Bob Smith is in cell A1 and he
owns 3 lots I want all 3 lots howing in cell B1. Is this possible with
a pivot table?


Thanks- Hide quoted text -


- Show quoted text -


You want the lots in a single cell, separated by what? *A comma, tab,
hard return, space?- Hide quoted text -


- Show quoted text -


Seperated by a comma, space would be ideal- Hide quoted text -

- Show quoted text -


I believe it would require some VBA code on "worksheet change" (right
click the tab, select view code, and select worksheet and change in
the drop downs on the right) to do a lookup on the lots table and
return each lot in a single field separated by some delimiter, every
time you enter a persons name and check info.

One suggestion, depending on how many names and how many lots each
own, would be to manually create a table with the name in column A and
that persons lot list in column B (manually typed or using the
=concatenate function). Then do a simple vlookup on that table.

Otherwise I don't know of a single formula to extract (from your
table) the list of lots for a specific name and format it in a single
cell.



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
retrive data from oher sheet on a condition TUNGANA KURMA RAJU Excel Discussion (Misc queries) 7 March 31st 07 05:12 PM
Look for and Retrive Data CrimsonPlague29 Excel Worksheet Functions 4 January 3rd 07 08:18 PM
macro copy/paste data from multiple cells to multiple cells Diana Excel Discussion (Misc queries) 0 July 10th 06 09:24 PM
pull data for a company with data in diff cells multiple wrkshts kcoachbiggs Excel Worksheet Functions 0 March 8th 06 09:24 PM
How to find multiple cells/replace whole cells w/data dcurylo Excel Discussion (Misc queries) 2 November 30th 05 08:06 PM


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