Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / March 2008

Tip: Looking for answers? Try searching our database.

formula for selecting cells in one table from values in another

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Rick Ball - 14 Mar 2008 18:15 GMT
I have a table that I created in a GIS of tax parcel numbers that are in a
specific zoning district. I have another table that was created in my tax
assessing program of all tax parcels in town with parcel location address,
owner, mailing address, etc.

I'm trying to write a formula that will match the individual lots in the GIS
table and select only those in the assessment table that match and returns
the parcel #, Location , Owner and mailing address.

GIS table
101-005-000-000
105-002-000-000
201-220-000-000

Assessing table
101-001-000-000     221 Lark Street    Joe Blow  PO Box 111 Belmont, NH 03220
101-002-000-000     222 Lark Street    Jane Cool 221 Lark St Belmont.......
101-003-000-000     223 Lark ......
.....
....
...
220-099-001-000     10 Downing St    John Major  2244 Beacon St Boston .....
Pete_UK - 14 Mar 2008 19:50 GMT
Put this in B1 of your GIS table:

=IF(ISNA(MATCH($A1,Tax_table,0)),"",VLOOKUP($A1,Tax_table,COLUMN(B1),
0))

I've assumed that you have a defined name Tax_table which covers all
the data in your assessment table - you could substitute the sheet and
cell address (absolute) if you wish to.

Copy the formula across for as many columns as you have in your
assessment table, and then copy that block of formulae down for as
many entries as you have in your GIS table.

Hope this helps.

Pete

On Mar 14, 5:15 pm, Rick Ball <Rick B...@discussions.microsoft.com>
wrote:
> I have a table that I created in a GIS of tax parcel numbers that are in a
> specific zoning district. I have another table that was created in my tax
[quoted text clipped - 18 lines]
> ...
> 220-099-001-000     10 Downing St    John Major  2244 Beacon St Boston .....
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.