View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Arjen Arjen is offline
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.