Sumproduct repost

S

Sandy

Hi

Last post seems to have disappeared so I'll try again.

In B2:B50 I have dates in the format 27/11/2008. The last date being
31/12/08
In F2:F50 I have £ totals.

There are more than one instance of many dates.
In L2:L36 I have consecutive dates from 27/11/2008 to 31/12/08

I am using the following to acquire the totals for each day but it is
failing, it returns 0 for all entries.

=SUMPRODUCT(--($B$2:$B$50=L2),--($F$2:$F$50))

Help appreciated
Sandy
 
J

Jarek Kujawa

i'd try

=SUM(IF($B$2:$B$50=L2,$F$2:$F$50,))

CTRL+SHIFT+ENTER this formula as this ia an array-formula

copy down
 
X

xlm

try this

=SUMPRODUCT(--(B2:B50=L2),(F2:F50))

HTH

--
If this posting was helpful, please click on the Yes button

Thank You

cheers,
 
S

Sandy

Hi xlm
This one works, but the problem is because the cell references are not
absolute the range keeps changing as it is dragged down.
Sandy
 
S

Sandy

Solved!

The problem was a rogue formula in column F.
After correcting that all solutions including my original work as they
should.

Thank you all for your efforts and apologies for having an error that caused
so much trouble.

Sandy
 

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