PC Review


Reply
Thread Tools Rate Thread

I believe this is a SUMPRODUCT issue

 
 
WLMPilot
Guest
Posts: n/a
 
      13th Aug 2008
I have a worksheet that list all bills (monthly and annual)

Column A = Owner of bill (B = Both, or initial of individual)
Column B = Frequency (M = Monthly, or 3 letter month for annual, ie JAN)
Column F = Payment

I wish to breakdown the list into categories and I have having trouble
figuring out how to look at two columns for criteria and sum off of column F
based on the criteria. I know how to do SUMIF, but don't think it can handle
what I need.

EXAMPLE in lay terms:
Sum F11:F100 if B11:B100 <> "M" and A11:A100 = "B"

The above is looking for the sum of all annual bills that are in Both names.

Your help is greatly appreciated!

Les
 
Reply With Quote
 
 
 
 
Lars-Åke Aspelin
Guest
Posts: n/a
 
      13th Aug 2008
On Wed, 13 Aug 2008 13:20:01 -0700, WLMPilot
<(E-Mail Removed)> wrote:

>I have a worksheet that list all bills (monthly and annual)
>
>Column A = Owner of bill (B = Both, or initial of individual)
>Column B = Frequency (M = Monthly, or 3 letter month for annual, ie JAN)
>Column F = Payment
>
>I wish to breakdown the list into categories and I have having trouble
>figuring out how to look at two columns for criteria and sum off of column F
>based on the criteria. I know how to do SUMIF, but don't think it can handle
>what I need.
>
>EXAMPLE in lay terms:
>Sum F11:F100 if B11:B100 <> "M" and A11:A100 = "B"
>
>The above is looking for the sum of all annual bills that are in Both names.
>
>Your help is greatly appreciated!
>
>Les



Try this formula

=SUMPRODUCT((B11:B100<>"M")*(A11:A100="B"),F11:F100)

Hope this helps / Lars-Åke
 
Reply With Quote
 
WLMPilot
Guest
Posts: n/a
 
      14th Aug 2008
Thanks! Works Great!

Les

"Lars-Ã…ke Aspelin" wrote:

> On Wed, 13 Aug 2008 13:20:01 -0700, WLMPilot
> <(E-Mail Removed)> wrote:
>
> >I have a worksheet that list all bills (monthly and annual)
> >
> >Column A = Owner of bill (B = Both, or initial of individual)
> >Column B = Frequency (M = Monthly, or 3 letter month for annual, ie JAN)
> >Column F = Payment
> >
> >I wish to breakdown the list into categories and I have having trouble
> >figuring out how to look at two columns for criteria and sum off of column F
> >based on the criteria. I know how to do SUMIF, but don't think it can handle
> >what I need.
> >
> >EXAMPLE in lay terms:
> >Sum F11:F100 if B11:B100 <> "M" and A11:A100 = "B"
> >
> >The above is looking for the sum of all annual bills that are in Both names.
> >
> >Your help is greatly appreciated!
> >
> >Les

>
>
> Try this formula
>
> =SUMPRODUCT((B11:B100<>"M")*(A11:A100="B"),F11:F100)
>
> Hope this helps / Lars-Ã…ke
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
SUMPRODUCT issue ISAF Media Analysis Microsoft Excel Misc 4 5th Nov 2009 02:43 PM
SUMPRODUCT Issue Stuck Microsoft Excel Worksheet Functions 5 16th Jul 2009 01:18 AM
Issue with sumproduct =?Utf-8?B?U3RldmVk?= Microsoft Excel Worksheet Functions 8 18th Jul 2005 11:19 PM
SUMPRODUCT issue =?Utf-8?B?VG9ueUw=?= Microsoft Excel Worksheet Functions 2 27th May 2005 12:46 AM
SUMPRODUCT Issue Adam Lauzon Microsoft Excel Worksheet Functions 2 9th Mar 2004 04:37 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:43 AM.