Thread: test 2 ranges
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default test 2 ranges

Thanks Biff...

If this post helps click Yes
---------------
Jacob Skaria


"T. Valko" wrote:

Just a nitpicking caveat.

If the numbers are really TEXT numbers =SUM()=SUM() could return a false
positive. If the numbers are TEXT numbers then:

SUM() = 0 and SUM() = 0
0 = 0 = TRUE

--
Biff
Microsoft Excel MVP


"Jacob Skaria" wrote in message
...
=SUM(A1:A3)=SUM(B1:B6)

If this post helps click Yes
---------------
Jacob Skaria


"Dave" wrote:

This should be simple but i can't see it.

How do I return TRUE/FALSE if the sum of 2 ranges are equal. The ranges
are
different sizes (say) a1:a3 and b1:b6 so obviously I'm not looking at
each
cell individually, just the sum of the ranges.

d