Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 173
Default challenging sumifs?


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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 99
Default challenging sumifs?

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!A 1:A100,Summary!
K12,Detail!Z1:Z100)

This is a single formule, adding 3 SUMIG results.

HTH,

Wouter
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,836
Default challenging sumifs?

Look at this:
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

Sometimes that site gives me annoying popup messages; no idea why. Anyway,
it is a great resource. Also, look at this:
http://www.contextures.com/xlFunctio...tml#SumProduct

If you can't figure it out after reading that material, post back with a
very SPECIFIC example of what you're doing. I can think of a few things, but
I can't tell for sure what you need.

--
Ryan---
If this information was helpful, please indicate this by clicking ''Yes''.


"MikeF" wrote:


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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A challenging One [email protected] Excel Programming 5 March 18th 08 12:37 PM
challenging George Excel Programming 0 March 28th 07 02:06 AM
Challenging? ChrisMattock[_24_] Excel Programming 7 June 7th 06 04:16 PM
Very challenging madcat Excel Programming 2 June 25th 04 02:13 AM
Something Challenging Swift2003[_4_] Excel Programming 3 April 17th 04 09:03 AM


All times are GMT +1. The time now is 03:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"