Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
AZ AZ is offline
external usenet poster
 
Posts: 3
Default SUMIF with several, 10, conditions

I have a source data in several colums and raws. I am trying to sum amounts
that satisfy several conditions.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default SUMIF with several, 10, conditions


HI

I don't know withing SUMIF (or COUNTIF) how to approach it
you could consider creating an output row or column that solves the IF
CLAUSE or condition wiht a 1 for true and 0 for false. In that same formula
or another resulting column / row you could multiply to target cell value
with that 0 or 1. You now SUM the result row/column you just created

This would give you the output

You could hide the in between columns/rows if need be

;-)
Arjen
"AZ" wrote:

I have a source data in several colums and raws. I am trying to sum amounts
that satisfy several conditions.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,339
Default SUMIF with several, 10, conditions

Look at SUMPRODUCT which allows summation of multiple conditions across a
(any) number of columns. Perhaps an example of what you want would enable a
fuller reply.

"AZ" wrote:

I have a source data in several colums and raws. I am trying to sum amounts
that satisfy several conditions.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default SUMIF with several, 10, conditions

I think array formula's are the solution here.

"AZ" wrote in message
...
I have a source data in several colums and raws. I am trying to sum amounts
that satisfy several conditions.



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default SUMIF with several, 10, conditions

=sumproduct(--(rng1=condition1),--(rn2=condition2),--...,rng11)

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

"AZ" wrote in message
...
I have a source data in several colums and raws. I am trying to sum

amounts
that satisfy several conditions.



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
SUMIF with 2 conditions Louise Excel Worksheet Functions 6 May 12th 06 06:39 PM
SUMIF function with 2 conditions rlandlin Excel Worksheet Functions 4 September 28th 05 05:50 PM
SUMIF with two conditions Fred Holmes Excel Discussion (Misc queries) 3 May 1st 05 10:10 PM
sumif with two conditions ww Excel Worksheet Functions 3 March 31st 05 01:44 AM
SUMIF based on 2 conditions TimH Excel Worksheet Functions 3 October 28th 04 08:18 PM


All times are GMT +1. The time now is 04:55 AM.

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"