Formula

O

omer

Hi,

I want Excell to calculate the difference between vaules
(60.07-60.71, 60.00-60.07, 59.67-60.00, etc) and them give
me a sum of all the -VE's (Answer should be 1.24)

What is wrong with this formula in Column "L"??
=SUMPRODUCT((L78:L7122-L77:L7122>0)*(L77:L7122<>"")*
(L78:L7122<>"")*(L78:L7122-L77:L7122))

60.71
60.07 -0.64
60.00 -0.07
59.67 -0.33
59.47 -0.2
60.00 0.53


Thanks
Omer
 
J

Jerry W. Lewis

All ranges must be the same size.

=SUMPRODUCT((L78:L7122-L77:L7121>0)*(L77:L7121<>"")*(L78:L7122<>"")*(L78:L7122-L77:L7121))

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

HELP!! 3
calculating results in formulas 9
array formula not working 10
Help, I'm so confused..... 7

Top