combining formulas

R

Rene

Hello. I'm trying to combine the two formulas into one. I can break the
formulas into seperate parts; then calculate, but that adds 150+ cells.

SUMPRODUCT(('[abc.xlsx]2008 Mine'!G300:I400>100)*('[abc.xlsx]2008
Mine'!G300:I400<=200))+SUMPRODUCT((G2:I40>100)*(G2:I40<=200)))/(COUNT('[abc.xlsx]2008 MIne'!G300:I400)+COUNT(G2:I40))

SUMPRODUCT(--(J11:J40="a"),--(D11:D40<=105),--(D11:D40>0)/COUNTIF(J11:J40,"a"))

Looking for % in the range of 100-200 in both sheets.

Thanks
 

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