• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Replacement for SUMIF

HI All,

I am currently using a sumproduct formula
SUMPRODUCT(($B5=Category)*($A$11=GL_Account)*(AC$2=Date)*(Amount))

When used in a file having massive data, the calculation is slowing down. Is there any way i can replace this with , say for example, INDEX MATCH formula which can speed up the calculation

Tried using Name List , as shown in the formula, Category, GL_Account,Amount, still not helping

Not sure if i attach a Sample file, it would show my problem. Sample file will have less data, then using sumproduct would not have any issues
 
Hi,

Attaching a sample file mostly yeilds you quick and accurate results..

Try removing the defined names...and use tables..then replace sumproduct with sumifs
SUMifs( Amount,Category,$b5,GL_Account,$a$11,Date,AC$2)

Since, I am on phone so please ignore any typo
 
Back
Top