Link to home
Start Free TrialLog in
Avatar of ldjalal
ldjalal

asked on

Excel Calculation help

Hello,

I am currently working on a financial model for a SaaS company. I created the following formula to calculate churned MRR (it can be slightly modified to calculate expansion and reduction MRR as well):

=SUMPRODUCT((E:E="NAME")*(AE:AE=0)*(AD:AD>0)*(AD:AD))

However, SUMPRODUCT makes the spreadsheet unusable and extremely slow. I am sure there is a "lighter" formula out there but I cant find anything that works.

I have managed to run everything else with SUMIFS.

Any help would be appreciated!
Avatar of Flyster
Flyster
Flag of United States of America image

You can try to limit your ranges. E:E looks at everything from E1 to E1,048,576. Try something like E1:E100000.

Flyster
ASKER CERTIFIED SOLUTION
Avatar of barry houdini
barry houdini
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.