View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Sungibungi Sungibungi is offline
external usenet poster
 
Posts: 15
Default IF statement inside a SUMIF statement.... or alternative method

I'm just not sure whether this is possible or not.

Can I create a function that goes as below:

=SUMIF(IF(......),Z,A:A)

It seems when I insert an IF statement inside a SUMIF statement, Excel
returns #VALUE! If this is not allowed, how do I get around this problem?