Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Find matching data in two workbooks

I have data in multiple sheets of one workbook I am trying to match to data
in multiple sheets in another workbook.

The data is contained in various columns a through z and various rows.

Ideally, the data contained in workbook A would be searched for in workbook
B and if found, turn the matching data in workbook B bold red font.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 622
Default Find matching data in two workbooks

On May 5, 10:09 am, franklinbukoski
wrote:
I have data in multiple sheets of one workbook I am trying to match to data
in multiple sheets in another workbook.

The data is contained in various columns a through z and various rows.

Ideally, the data contained in workbook A would be searched for in workbook
B and if found, turn the matching data in workbook B bold red font.


You want to use conditional formatting, but you can't across sheets/
workbooks. I don't know if there is a slick way, but there is a brute
force way....

Go off to the left of your data in workbook B (assuming your data is
A1:Z100, goto AA1:AZ100) and do a comparison between A1:Z100 in each
workbook. Formula is something like: =EXACT([workbook A]Sheet1!A1,A1),
copy to each cell in AA1:AZ100. It will return TRUE or FALSE for each
cell. Then select the range A1:Z100, do conditional format of bold red
font with the formula: =AA1=TRUE. Make sure to use a relative
reference with no dollar signs so each cell will be done properly.
Should turn all the matches in A1:Z100 to bold red.

You can hide the columns AA:AZ so you don't have to see the
calculation.
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
Matching data between Worksheets in different Workbooks Gareth[_2_] Excel Discussion (Misc queries) 2 January 21st 08 04:43 PM
Matching data on two workbooks Mifty Excel Discussion (Misc queries) 3 December 6th 07 03:35 PM
Formula to Find Matching Data NM Excel Worksheet Functions 2 November 15th 07 05:06 PM
Find Matching Data Two Columns Gilly Excel Worksheet Functions 1 December 1st 06 09:11 PM
Matching Data in Two Workbooks WhiteS Excel Worksheet Functions 1 November 28th 06 03:51 PM


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