SumProduct

  • Thread starter Thread starter seals
  • Start date Start date
S

seals

Hi All,

I am looking for a better way to enter the following code into VB.

=SUMPRODUCT((ORB!K10:K900=2)*(ORB!Y10:Y900="X")*(RIGHT(ORB!O10:O900,3)="ARM"))

At present although it works it, is extremely slow:mad:

Does anyone have any ideas? I need it to return the value to a shee
named KPI and the cell reference of B10.

Any help in the right direction would be appreciated, as I have a
present, run out of ideas.

Thankyou in advance,

Mark :
 
Hi
VBA would probably be even slower. This formula alone
should be no performance issue but I assume you have
several of this kind of formulas.
You may consider using a pivot table for this (but this
depens on your reporting requirements)
 

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

Back
Top