Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default SUMIF w/multiple conditions

Here's my current formula:

=SUMIF(A3:A50,"Consumer",J3:J50)/C55

This works fine to get an average sum for everything that reads Consumer,
but now I need to sum only the positive $ amounts in column "J3:J50". How and
where do I insert this extra condition?

Any help would be appreciate. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,276
Default SUMIF w/multiple conditions

Hi,
Try

=sumproduct(--(a3:a50="Consumer"),--(J3:J500),J3:j50/c55)

If this helped please click yes, thanks

"lightstation67" wrote:

Here's my current formula:

=SUMIF(A3:A50,"Consumer",J3:J50)/C55

This works fine to get an average sum for everything that reads Consumer,
but now I need to sum only the positive $ amounts in column "J3:J50". How and
where do I insert this extra condition?

Any help would be appreciate. Thanks

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 9,101
Default SUMIF w/multiple conditions

=SUMProduct(--(A3:A50="Consumer"),--(J3:J500),J3:J50)/C55


"lightstation67" wrote:

Here's my current formula:

=SUMIF(A3:A50,"Consumer",J3:J50)/C55

This works fine to get an average sum for everything that reads Consumer,
but now I need to sum only the positive $ amounts in column "J3:J50". How and
where do I insert this extra condition?

Any help would be appreciate. Thanks

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default SUMIF w/multiple conditions

=SUMPRODUCT(--(A3:A50="Consumer"),--(J3:J500),--(J3:J50))/C55
--
If this post helps click Yes
---------------
Jacob Skaria


"lightstation67" wrote:

Here's my current formula:

=SUMIF(A3:A50,"Consumer",J3:J50)/C55

This works fine to get an average sum for everything that reads Consumer,
but now I need to sum only the positive $ amounts in column "J3:J50". How and
where do I insert this extra condition?

Any help would be appreciate. Thanks

  #5   Report Post  
Posted to microsoft.public.excel.misc
JEB JEB is offline
external usenet poster
 
Posts: 40
Default SUMIF w/multiple conditions


Now, what if I need to sum only the amounts in column "J3:J50" where there
is no "#Value" displayed.


"Jacob Skaria" wrote:

=SUMPRODUCT(--(A3:A50="Consumer"),--(J3:J500),--(J3:J50))/C55
--
Here's my current formula:

=SUMIF(A3:A50,"Consumer",J3:J50)/C55

This works fine to get an average sum for everything that reads Consumer,
but now I need to sum only the positive $ amounts in column "J3:J50". How and
where do I insert this extra condition?




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,389
Default SUMIF w/multiple conditions

Fix the cells which are displaying #Value. Typically done with:
=if(iserror(yourcalculation),0,yourcalculation)

Regards,
Fred

"JEB" wrote in message
...

Now, what if I need to sum only the amounts in column "J3:J50" where there
is no "#Value" displayed.


"Jacob Skaria" wrote:

=SUMPRODUCT(--(A3:A50="Consumer"),--(J3:J500),--(J3:J50))/C55
--
Here's my current formula:

=SUMIF(A3:A50,"Consumer",J3:J50)/C55

This works fine to get an average sum for everything that reads
Consumer,
but now I need to sum only the positive $ amounts in column "J3:J50".
How and
where do I insert this extra condition?



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 for multiple conditions DMcCormack Excel Worksheet Functions 3 September 23rd 08 04:30 PM
sumif with multiple conditions myl Excel Worksheet Functions 1 July 8th 08 09:35 PM
Using SumIf and Multiple Conditions cardosol Excel Discussion (Misc queries) 4 June 12th 08 04:13 PM
SUMIF with Multiple Conditions TexJen09 Excel Worksheet Functions 5 March 17th 08 03:39 AM
sumif - multiple conditions J_Barn Excel Worksheet Functions 4 June 28th 05 11:55 PM


All times are GMT +1. The time now is 08:20 PM.

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

About Us

"It's about Microsoft Excel"