Formula result showing 0

  • Thread starter Rajula Luke - This is my display name
  • Start date
R

Rajula Luke - This is my display name

Hello,

I have entered a SUM formula. The cell shows 0 value for all the rows. When
i click on the Function Argument, i can see the actual result. How can i
refresh to show the correct result?

Formula entered is
=SUM((Overall!$J$2:$J$1229=Summary!A2)*(Overall!$D$2:$D$1229))

Help appreciated.

Thanks
Rajula
 
J

Jacob Skaria

Try
=SUMPRODUCT((Overall!$J$2:$J$1229=Summary!A2)*(Overall!$D$2:$D$1229))

OR array entered. Please note that this is an array formula. You create
array formulas in the same way that you create other formulas, except you
press CTRL+SHIFT+ENTER to enter the formula. If successful in 'Formula Bar'
you can notice the curly braces at both ends like "{=<formula>}"

=SUM((Overall!$J$2:$J$1229=Summary!A2)*(Overall!$D$2:$D$1229))
 
B

Bob Phillips

Try

=SUMIF(Overall!$J$2:$J$1229,Summary!A2,Overall!$D$2:$D$1229)


--

HTH

Bob

"Rajula Luke - This is my display name"
 

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