Excel ran out of resources while attempting to calculate one or more formulas. As a result, these formulas cannot be evaluated.

Environmental Lady

New Member
Joined
Mar 22, 2018
Messages
2
This is my formula


<tbody>
</tbody>
=SUMPRODUCT(--('Trust Fund'!I:I="Q1Y18")*('Trust Fund'!$F:$F="Summary"),'Trust Fund'!$M:$M)

I get the "Excel ran out of resources while attempting to calculate one or more formulas. As a result, these formulas cannot be evaluated."

I:I is a drop down, but some cells are empty.
F:F has only the word "Summary" in the cells in the rows that need to be added
M:M has a formula for adding various parts of the colum

I could also make it say =SUMPRODUCT(--('Trust Fund'!I:I="Q1Y18")*('Trust Fund'!$F:$F="CP"),'Trust Fund'!$M:$M)

Now M:M has only numbers and no formulas but I get the same message.

Suggestions?
 

Excel Facts

Does the VLOOKUP table have to be sorted?
No! when you are using an exact match, the VLOOKUP table can be in any order. Best-selling items at the top is actually the best.
Welcome to the MrExcel board!

Try restricting the row ranges - I'm sure you are unlikely to be using anything like 1,000,000+ rows.
So something like this

=SUMPRODUCT(--('Trust Fund'!I1:I1000="Q1Y18")*('Trust Fund'!$F1:$F1000="Summary"),'Trust Fund'!$M1:$M1000)
 
Upvote 0

Forum statistics

Threads
1,215,013
Messages
6,122,690
Members
449,092
Latest member
snoom82

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top