Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default How to compare the contents of two rows is the same?

Hi, All

Is any trick or tip could compare the contents of two entire rows is the
same?


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 221
Default How to compare the contents of two rows is the same?

Hi, OKLover. Try this:
http://www.officearticles.com/excel/...ft_excel. htm
See the second formula under Finding With a Formula. You can use all the
columns you want by stringing them together, like B2&C2&D2&E2....

*******************
~Anne Troy

www.OfficeArticles.com
www.MyExpertsOnline.com


"OKLover" wrote in message
...
Hi, All

Is any trick or tip could compare the contents of two entire rows is the
same?




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default How to compare the contents of two rows is the same?

Hi OKLover,

Assume that the rows to compare are row1 and row3, then in a cell elswhere
(not in rows 1 or 3) enter the formula:

=AND(1:1=3:3)

This is an array formula, so it needs to be confirmed with
Ctrl-Shift-Enter.


---
Regards,
Norman



"OKLover" wrote in message
...
Hi, All

Is any trick or tip could compare the contents of two entire rows is the
same?



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default How to compare the contents of two rows is the same?


Norman! you are my hero ~ Many Thanks :D

But if the two rows on different worksheet, how to deal with?




"Norman Jones" bl...
Hi OKLover,

Assume that the rows to compare are row1 and row3, then in a cell elswhere
(not in rows 1 or 3) enter the formula:

=AND(1:1=3:3)

This is an array formula, so it needs to be confirmed with
Ctrl-Shift-Enter.


---
Regards,
Norman



"OKLover" wrote in message
...
Hi, All

Is any trick or tip could compare the contents of two entire rows is the
same?





  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default How to compare the contents of two rows is the same?

Hi OKLover,

To compare row1 on sheet1 with row3 on sheet2, try:

=AND(Sheet1!1:1=Sheet2!3:3)


---
Regards,
Norman



"OKLover" wrote in message
...

Norman! you are my hero ~ Many Thanks :D

But if the two rows on different worksheet, how to deal with?




"Norman Jones"
bl...
Hi OKLover,

Assume that the rows to compare are row1 and row3, then in a cell
elswhere (not in rows 1 or 3) enter the formula:

=AND(1:1=3:3)

This is an array formula, so it needs to be confirmed with
Ctrl-Shift-Enter.


---
Regards,
Norman



"OKLover" wrote in message
...
Hi, All

Is any trick or tip could compare the contents of two entire rows is the
same?









  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default How to compare the contents of two rows is the same?

Rarely have I seen all the cells in a row filled with data. Perhaps you
could refine your request. Also, are you looking for a VBA or a worksheet
function solution (or a VBA UDF used in a worksheet).

You can also look he

http://www.cpearson.com/excel/duplicat.htm

--
Regards,
Tom Ogilvy


"OKLover" wrote in message
...
Hi, All

Is any trick or tip could compare the contents of two entire rows is the
same?




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
compare the contents of one range of cells with the contents of a. Dozy123 Excel Discussion (Misc queries) 1 January 24th 07 10:14 AM
COMPARE CELL CONTENTS guy Excel Worksheet Functions 4 December 24th 05 08:29 PM
compare cell contents guy Excel Worksheet Functions 2 December 23rd 05 08:38 PM
How can I compare the contents of two Excel files? Igor Green Excel Discussion (Misc queries) 0 May 4th 05 12:58 PM
How can I compare the contents of two Excel files? Geert Overbosch Excel Discussion (Misc queries) 2 May 3rd 05 07:19 PM


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