Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 98
Default Duplicates in Excel 2007

Is it possible to find duplicate values in two different workbooks. I know I
can use conditional formatting in a single spreadsheet. I'm using Excel 2007.

Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3,346
Default Duplicates in Excel 2007

Hi,

Here is an example of applying conditional formatting between workbooks:

1. In the one workbook name the range containing the serial numbers, here I
named it Data. (highlight the range and choose Insert, Name, Define, type
Data into the Names in workbook box and click OK).
2. Move to the other workbook and in an empty cell type = and then click on
any cell in the other workbook to build a formula like
'[10-21-2008.xls]Sheet2'!$A5
3. Edit this formula so it reads
'[10-21-2008.xls]Sheet2'!Data
Press Enter and the formula will change to
='10-21-2008.xls'!Data
4. Highlight the formula on the Formula Bar and copy it, press Enter once to
escape the Formula Bar
5. Choose the command Insert, Name, Define and enter a name like FSE1 in the
Names in workbook box (if you are using 2007 make it four letter followed by
a number to be on the safe side)
6. Click in the Refers to box, clear the existing entry and choose Paste.
This should paste the formula from step 3 into the Refers to box. Click OK.
7. Select the range with your serial numbers say A1:A100 and choose Format,
Conditional Formatting, Formula is from the first drop down, and in the
second box enter =OR(A1=FSE1) pick Format and choose what you want. Click
OK twice.
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Nigel" wrote:

Is it possible to find duplicate values in two different workbooks. I know I
can use conditional formatting in a single spreadsheet. I'm using Excel 2007.

Thanks

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 98
Default Duplicates in Excel 2007

Hi Shane

Many thanks for your reply, I'll give it a go and let you know.

"Shane Devenshire" wrote:

Hi,

Here is an example of applying conditional formatting between workbooks:

1. In the one workbook name the range containing the serial numbers, here I
named it Data. (highlight the range and choose Insert, Name, Define, type
Data into the Names in workbook box and click OK).
2. Move to the other workbook and in an empty cell type = and then click on
any cell in the other workbook to build a formula like
'[10-21-2008.xls]Sheet2'!$A5
3. Edit this formula so it reads
'[10-21-2008.xls]Sheet2'!Data
Press Enter and the formula will change to
='10-21-2008.xls'!Data
4. Highlight the formula on the Formula Bar and copy it, press Enter once to
escape the Formula Bar
5. Choose the command Insert, Name, Define and enter a name like FSE1 in the
Names in workbook box (if you are using 2007 make it four letter followed by
a number to be on the safe side)
6. Click in the Refers to box, clear the existing entry and choose Paste.
This should paste the formula from step 3 into the Refers to box. Click OK.
7. Select the range with your serial numbers say A1:A100 and choose Format,
Conditional Formatting, Formula is from the first drop down, and in the
second box enter =OR(A1=FSE1) pick Format and choose what you want. Click
OK twice.
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Nigel" wrote:

Is it possible to find duplicate values in two different workbooks. I know I
can use conditional formatting in a single spreadsheet. I'm using Excel 2007.

Thanks

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 98
Default Duplicates in Excel 2007

Hi Shane

Finally got time to try it, and many thanks, works just as I wanted.

Thank you

"Shane Devenshire" wrote:

Hi,

Here is an example of applying conditional formatting between workbooks:

1. In the one workbook name the range containing the serial numbers, here I
named it Data. (highlight the range and choose Insert, Name, Define, type
Data into the Names in workbook box and click OK).
2. Move to the other workbook and in an empty cell type = and then click on
any cell in the other workbook to build a formula like
'[10-21-2008.xls]Sheet2'!$A5
3. Edit this formula so it reads
'[10-21-2008.xls]Sheet2'!Data
Press Enter and the formula will change to
='10-21-2008.xls'!Data
4. Highlight the formula on the Formula Bar and copy it, press Enter once to
escape the Formula Bar
5. Choose the command Insert, Name, Define and enter a name like FSE1 in the
Names in workbook box (if you are using 2007 make it four letter followed by
a number to be on the safe side)
6. Click in the Refers to box, clear the existing entry and choose Paste.
This should paste the formula from step 3 into the Refers to box. Click OK.
7. Select the range with your serial numbers say A1:A100 and choose Format,
Conditional Formatting, Formula is from the first drop down, and in the
second box enter =OR(A1=FSE1) pick Format and choose what you want. Click
OK twice.
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Nigel" wrote:

Is it possible to find duplicate values in two different workbooks. I know I
can use conditional formatting in a single spreadsheet. I'm using Excel 2007.

Thanks

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,766
Default Duplicates in Excel 2007

Hi,

When you close the source workbook, the colors would go away

--
Regards,

Ashish Mathur
Microsoft Excel MVP
www.ashishmathur.com

"Shane Devenshire" wrote in
message ...
Hi,

Here is an example of applying conditional formatting between workbooks:

1. In the one workbook name the range containing the serial numbers, here
I
named it Data. (highlight the range and choose Insert, Name, Define, type
Data into the Names in workbook box and click OK).
2. Move to the other workbook and in an empty cell type = and then click
on
any cell in the other workbook to build a formula like
'[10-21-2008.xls]Sheet2'!$A5
3. Edit this formula so it reads
'[10-21-2008.xls]Sheet2'!Data
Press Enter and the formula will change to
='10-21-2008.xls'!Data
4. Highlight the formula on the Formula Bar and copy it, press Enter once
to
escape the Formula Bar
5. Choose the command Insert, Name, Define and enter a name like FSE1 in
the
Names in workbook box (if you are using 2007 make it four letter followed
by
a number to be on the safe side)
6. Click in the Refers to box, clear the existing entry and choose Paste.
This should paste the formula from step 3 into the Refers to box. Click
OK.
7. Select the range with your serial numbers say A1:A100 and choose
Format,
Conditional Formatting, Formula is from the first drop down, and in the
second box enter =OR(A1=FSE1) pick Format and choose what you want.
Click
OK twice.
--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"Nigel" wrote:

Is it possible to find duplicate values in two different workbooks. I
know I
can use conditional formatting in a single spreadsheet. I'm using Excel
2007.

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
Eliminating Duplicates in Excel 2007 Té Excel Worksheet Functions 2 June 11th 09 11:19 PM
Duplicates Excel 2000 Dendy Excel Discussion (Misc queries) 2 August 26th 08 02:35 PM
Excel Duplicates lisamarieduncan Excel Discussion (Misc queries) 3 August 18th 08 08:47 PM
Duplicates in excel that aren't 100% DUPLICATES ... [email protected] Excel Discussion (Misc queries) 4 May 2nd 08 06:43 PM
Finding duplicates in Excel Teri Excel Discussion (Misc queries) 1 December 13th 05 09:56 PM


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