Sum Function with wrong total shown

G

Guest

Hi

Can anyone help. When I enter this formula
=SUM((D18:D22),+(F18:F22),+(H18:H22)) the end result is 7000. In using
Insert/Function the Function Arrguments box shows the Formula result = 15000
which correct.
Why does 7000 show?
 
D

Dana DeLouis

=SUM((D18:D22),+(F18:F22),+(H18:H22))

Hi. I think this should do it...
=SUM(D18:D22, F18:F22, H18:H22)
 

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

Top