#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Matching

Am trying to figure the most efficient way to compare two spreadsheets that
will have customer/account information -- trying to ID duplicate names
between the two sheets. Looked on Help and am still not sure if conditional
formatting is the way to go?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Matching

CF is good.

If the data is on separate worksheets, you will need to create defined names
for the ranges and use these.

So, assuming the named range for Sheet 2 is s2Keys, the formula to match
would be like

=ISNUMBER(MATCH(A2,s2Keys,0))

and format the cells.

--
---
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)



"LC in Boston" wrote in message
...
Am trying to figure the most efficient way to compare two spreadsheets
that
will have customer/account information -- trying to ID duplicate names
between the two sheets. Looked on Help and am still not sure if
conditional
formatting is the way to go?



  #3   Report Post  
Posted to microsoft.public.excel.misc
bj bj is offline
external usenet poster
 
Posts: 1,397
Default Matching

conditional formating can not be used between sheets at least in 2003 Excel.
if you are looking names which are exactly alike
adding a helper column and using =countif(Sheet2!A:A),A1) will tell you if
there is a duplicate to what is in A1 in Sheet 2 Column A

"LC in Boston" wrote:

Am trying to figure the most efficient way to compare two spreadsheets that
will have customer/account information -- trying to ID duplicate names
between the two sheets. Looked on Help and am still not sure if conditional
formatting is the way to go?

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 OfficeNDN Excel Discussion (Misc queries) 2 September 13th 06 03:08 AM
Need help matching... Steve Excel Worksheet Functions 0 September 8th 06 12:49 PM
Matching cj21 Excel Discussion (Misc queries) 4 January 30th 06 07:40 PM
Matching data and linking it to the matching cell yvonne a via OfficeKB.com Links and Linking in Excel 0 July 13th 05 07:30 PM
Matching Eric Excel Worksheet Functions 2 May 3rd 05 02:53 PM


All times are GMT +1. The time now is 09:36 AM.

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"