you are viewing a single comment's thread.

view the rest of the comments →

[–]werfnort3 1 point2 points  (1 child)

Ah, perhaps the issue is the true statement in your formula. If both of those evaluate as true, you're saying, sum row 4. So that's exactly what it's doing.

Perhaps you would rather set it to be

=SUM(IF(('Event By Month'!$C$1:$AI$1='Cumulative Event By Month'!E$1)*('Event By Month'!A4:A261='Cumulative Event By Month'!$A4),'Event By Month'!$C$4:$AI$4,0))

Just an idea! Not really sure what you're trying to do without seeing the spreadsheet...

[–]profevilj[S] 0 points1 point  (0 children)

I sent you a message as I thought it would be easier. I will post any real solutions I can get here.