alternative function to sumif

G

Guest

i have a program which looks at the header of a row and colum, then read's
the name in both headers joins the together into one word,, then looks on
another sheet to find cells containing matching data and adds the value in
the next cell

current formula is

=SUMIF('Formulas '!$C:$H,$B155&BX$81,'Formulas '!$H:$H)

as their are about 30,000 of these formula on the page is their a formula or
function which will do the same job but is not so memory hungry (takes about
5 min to calculate the ranges)
 
B

Bob Phillips

Not really, you could use equivalent array formulae or SUMPRODUCT, but my
guess is that SUMIF would be the least intensive of the three.

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Top