challenging sumifs?

  • Thread starter Thread starter MikeF
  • Start date Start date
M

MikeF

Need to sum columns x,y,z on another sheet by criteria on the original sheet.

So sum columns x,y,z from sheet Detail --- 100 rows, x1:z100 - the sum
range.

Via criteria range on sheet Detail - a1:a100

Where the Detail sheet row matches [lookup?] criteria on sheet Summary k12.

Have looked at it too long!
Any assistance will be greatly appreciated.


Thanx,
- Mike
 
Hi Mike,

As far As I know you can use the SUMIF worksheet function.

In the cell you want the result use

=SUMIF(Detail!A1:A100,Summary!K12,Detail!X1:X100)+SUMIF(Detail!
A1:A100,Summary!K12,Detail!Y1:Y100)+SUMIF(Detail!A1:A100,Summary!
K12,Detail!Z1:Z100)

This is a single formule, adding 3 SUMIG results.

HTH,

Wouter
 
Back
Top