Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have named two ranges of cells and I want to compare one range to another to see if they are identicle. I tried =exact(range1,range2) but get an error. Can this be done? -- jpx ------------------------------------------------------------------------ jpx's Profile: http://www.excelforum.com/member.php...fo&userid=1013 View this thread: http://www.excelforum.com/showthread...hreadid=487378 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try the correl() function.
-- Anne Murray "jpx" wrote: I have named two ranges of cells and I want to compare one range to another to see if they are identicle. I tried =exact(range1,range2) but get an error. Can this be done? -- jpx ------------------------------------------------------------------------ jpx's Profile: http://www.excelforum.com/member.php...fo&userid=1013 View this thread: http://www.excelforum.com/showthread...hreadid=487378 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Something like this:
=SUMPRODUCT(--(EXACT(rng1,rng2)=FALSE)) will count the number of different cells. jpx wrote: I have named two ranges of cells and I want to compare one range to another to see if they are identicle. I tried =exact(range1,range2) but get an error. Can this be done? -- jpx ------------------------------------------------------------------------ jpx's Profile: http://www.excelforum.com/member.php...fo&userid=1013 View this thread: http://www.excelforum.com/showthread...hreadid=487378 -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Chip Pearson has a range of functions to compare values, which one you want
will depend on the data, number, text try: http://www.cpearson.com/excel/duplic...CountingUnique Regards Peter "jpx" wrote: I have named two ranges of cells and I want to compare one range to another to see if they are identicle. I tried =exact(range1,range2) but get an error. Can this be done? -- jpx ------------------------------------------------------------------------ jpx's Profile: http://www.excelforum.com/member.php...fo&userid=1013 View this thread: http://www.excelforum.com/showthread...hreadid=487378 |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
jpx wrote:
I have named two ranges of cells and I want to compare one range to another to see if they are identicle. I tried =exact(range1,range2) but get an error. Can this be done? If the functions in the freely downloadable file at http://home.pacbell.net/beban are available to your workbook, =RowsEqual(range1,range2) will return True or False. Alan Beban |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Summary of values from a date range | Excel Worksheet Functions | |||
Comparing a value to a list of values does not work in Excel 2003. | Excel Worksheet Functions | |||
How to move Y-axis values when X range is -a to +b | Charts and Charting in Excel | |||
Need help with lookup and comparing values | Excel Worksheet Functions | |||
Can you average data in 1 column based on a range of values in another? | Excel Worksheet Functions |