Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Multiple Sheet Help

I need a little excel help he

I'm trying to tie two sheets together.
#1 contains 3 names and the zip codes they service.
#2 contains a list of names and addresses.

I need for a column in the second sheet to populate the persons name
from Sheet 1 relative to the zip code.

i.e this name and address has this zip code and is serviced by this
person because sheet 1 says so.

Make sense?

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default Multiple Sheet Help

This can be done using the match function in Excel. Here's the
assumptions I made to write the equation:
1. Sheet1 Row 1 has the names of the 3 service men (A1, B1 & C1)
2. Column A holds the zip codes for service man 1, Column B for Service
man 2, etc.
3. Sheet2 Zip code is in column F, Starting at Row 2

Cell G2 =
"=IF(ISERROR(MATCH(F2,Sheet1!A:A,0)),IF(ISERROR(MA TCH(F2,Sheet1!B:B,0)),IF(ISERROR(MATCH(F2,Sheet1!C :C,0)),"Not
Found",C1),B1),A1)"

HTH

Charles

wrote:
I need a little excel help he

I'm trying to tie two sheets together.
#1 contains 3 names and the zip codes they service.
#2 contains a list of names and addresses.

I need for a column in the second sheet to populate the persons name
from Sheet 1 relative to the zip code.

i.e this name and address has this zip code and is serviced by this
person because sheet 1 says so.

Make sense?

Thanks!


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
presenting data on multiple sheet on one consolidated sheet Jammings Excel Worksheet Functions 2 October 7th 09 10:56 PM
Average Over Multiple Sheet Tabs with Multiple Values Karen Excel Worksheet Functions 6 February 4th 09 02:29 PM
Compilation sheet representing multiple data from multiple other s Chris Cornell Excel Discussion (Misc queries) 0 October 31st 08 06:51 PM
lookup single value in one sheet, return multiple results from theother sheet Chuck[_3_] Excel Worksheet Functions 1 April 4th 08 06:17 AM
Create multiple sheet tabs from multiple cells. Robert Maddox Excel Worksheet Functions 17 November 14th 07 10:28 PM


All times are GMT +1. The time now is 11:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"