Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Pete Petersen
 
Posts: n/a
Default Comparing Two Sheets

I want to compare two sheets:

1st sheet
Customer Date of Last Purchase
2nd Sheet
Customer Email Address Fax Number Market Segment Rep

I want to compare the customers from sheet 1 and 2 and diplay the following
on sheet 3

Customer Date of Last Purchase Email Address Fax Number Market
Segment Rep


Is this possible to say if customer from sheet 1 equals customer from sheet
2 then display the following on Sheet 3?

Thanks for your help,
  #2   Report Post  
Rob van Gelder
 
Posts: n/a
Default

Assumptions:
Sheet2 contains all of the customers
Sheet1 contains no more than 1000 customers

A1: =Sheet2!A1
B1: =VLOOKUP(A1, Sheet1!$A$1:$A$1000, 2, FALSE)
C1: =Sheet2!B1
D1: =Sheet2!C1
E1: =Sheet2!D1
F1: =Sheet2!E1

Copy row 1 down for as many rows as necessary.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Pete Petersen" wrote in message
...
I want to compare two sheets:

1st sheet
Customer Date of Last Purchase
2nd Sheet
Customer Email Address Fax Number Market Segment Rep

I want to compare the customers from sheet 1 and 2 and diplay the
following
on sheet 3

Customer Date of Last Purchase Email Address Fax Number Market
Segment Rep


Is this possible to say if customer from sheet 1 equals customer from
sheet
2 then display the following on Sheet 3?

Thanks for your help,



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Comparing Two Sheets

I am trying to do something similar - but want to fill to the last row
without manually changing the range for the last row. any hints?

"Rob van Gelder" wrote:

Assumptions:
Sheet2 contains all of the customers
Sheet1 contains no more than 1000 customers

A1: =Sheet2!A1
B1: =VLOOKUP(A1, Sheet1!$A$1:$A$1000, 2, FALSE)
C1: =Sheet2!B1
D1: =Sheet2!C1
E1: =Sheet2!D1
F1: =Sheet2!E1

Copy row 1 down for as many rows as necessary.

--
Rob van Gelder - http://www.vangelder.co.nz/excel


"Pete Petersen" wrote in message
...
I want to compare two sheets:

1st sheet
Customer Date of Last Purchase
2nd Sheet
Customer Email Address Fax Number Market Segment Rep

I want to compare the customers from sheet 1 and 2 and diplay the
following
on sheet 3

Customer Date of Last Purchase Email Address Fax Number Market
Segment Rep


Is this possible to say if customer from sheet 1 equals customer from
sheet
2 then display the following on Sheet 3?

Thanks for your help,




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
Copy comments to several sheets in a workbook? jen_l_333 Excel Worksheet Functions 1 January 7th 05 10:30 PM
PROTECTING/UNPROTECTING SHEETS Maureen Excel Discussion (Misc queries) 1 January 6th 05 06:46 PM
how can i link sheets in my excel workbook new secretary Excel Worksheet Functions 1 December 31st 04 10:08 PM
Multiple sheets selected twa14 Excel Discussion (Misc queries) 2 December 21st 04 11:15 AM
Linking sheets to a summary sheet in workbook gambinijr Excel Discussion (Misc queries) 4 December 16th 04 08:13 PM


All times are GMT +1. The time now is 05:07 PM.

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"