Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 1
Default Picking specific records from a table

I have two worksheets. The first table contains a record for each parcel of
land in town (4500 +/-) containing a lot number ID (101-001-000-000), owners
name and assessment value. The second table contains only records of parcels
that are in a particular zoning district that is proposed (1900 +/-). I need
to pick the owners names and assessment values from the first table
matching the parcels in the second.

It seems I should use "VLOOKUP" -

Worksheet 1 has fields:

PARCEL_ID LOCATION OWNER TOTAL VALUE
(among others)

101-001-000-000 123 Your Street Joe Homeowner 450,000
101-002-000-000 456 Your Street Harry Homeowner 25,000
101-003-000-000 123 My Street Joe Doe
123,456
101-003-001-000 456 My Street Jane Doe
987,654
101-003-001-001 123 Any Street Andy Owner 53,222
and so on for 4500 records

Worksheet 2 has one field:

PARCEL_ID

101-001-000-000
101-003-001-001

only 1900 selected records of the total 4500.


  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 15,768
Default Picking specific records from a table

Try this:

Assume this is in Sheet2, starting in cell A2:

101-001-000-000
101-003-001-001


The other data is on Sheet1, starting in cell A2.

Enter this formula on Sheet2 cell B2:

=INDEX(Sheet1!C$2:C$6,MATCH($A2,Sheet1!$A$2:$A$6,0 ))

Copy across to cell C2 then down as needed.

Biff

"Rick Ball" wrote in message
...
I have two worksheets. The first table contains a record for each parcel of
land in town (4500 +/-) containing a lot number ID (101-001-000-000),
owners name and assessment value. The second table contains only records of
parcels that are in a particular zoning district that is proposed (1900
+/-). I need to pick the owners names and assessment values from the first
table matching the parcels in the second.

It seems I should use "VLOOKUP" -

Worksheet 1 has fields:

PARCEL_ID LOCATION OWNER TOTAL VALUE
(among others)

101-001-000-000 123 Your Street Joe Homeowner 450,000
101-002-000-000 456 Your Street Harry Homeowner 25,000
101-003-000-000 123 My Street Joe Doe 123,456
101-003-001-000 456 My Street Jane Doe 987,654
101-003-001-001 123 Any Street Andy Owner
53,222
and so on for 4500 records

Worksheet 2 has one field:

PARCEL_ID

101-001-000-000
101-003-001-001

only 1900 selected records of the total 4500.



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
Pivot Table Size PCStechnical Charts and Charting in Excel 0 October 12th 06 06:25 PM
data table based on data table BorisS Excel Discussion (Misc queries) 0 September 24th 06 03:11 PM
Referencing a specific number to more general values in a table. AJL Excel Worksheet Functions 0 September 19th 06 05:11 PM
How to copy records containing a specific date range to new sheet? Chrys Excel Worksheet Functions 1 January 30th 06 08:19 PM
pivot table sort entries that don't yet appear in table rachael Excel Discussion (Misc queries) 11 September 19th 05 11:29 PM


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