Thread: test 2 ranges
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default test 2 ranges

Hi,

The little used DELTA function

=DELTA(SUM(A1:A3),SUM(B1:B6))=1

Mike




"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