Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default SUMPRODUCT not equal to...


I have the following data set:

A1 B1 C1
ControlTotals Account Amount
Development 100001 $50
Communications 100002 $70
Communications 100001 $75
Operations 100001 $1,115
Control Total 100001 $101,530

And the following formula:
=SUMPRODUCT(--($A$2:$A$1000="Control
Total"),--($B$2:$B$1000="100001"),C$2:C$1000)

Is there a way to manipulate this formula to sum all of the 100001
Amounts and NOT the amounts with "Control Total" in column A?


--
Brigitte
------------------------------------------------------------------------
Brigitte's Profile: http://www.excelforum.com/member.php...o&userid=32782
View this thread: http://www.excelforum.com/showthread...hreadid=564371

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,688
Default SUMPRODUCT not equal to...

Hi!

Try this:

=SUMPRODUCT(--($A$2:$A$1000<"Control
Total"),--($B$2:$B$1000="100001"),C$2:C$1000)

The < operator means "not equal to"

Biff
..
"Brigitte" wrote in
message ...

I have the following data set:

A1 B1 C1
ControlTotals Account Amount
Development 100001 $50
Communications 100002 $70
Communications 100001 $75
Operations 100001 $1,115
Control Total 100001 $101,530

And the following formula:
=SUMPRODUCT(--($A$2:$A$1000="Control
Total"),--($B$2:$B$1000="100001"),C$2:C$1000)

Is there a way to manipulate this formula to sum all of the 100001
Amounts and NOT the amounts with "Control Total" in column A?


--
Brigitte
------------------------------------------------------------------------
Brigitte's Profile:
http://www.excelforum.com/member.php...o&userid=32782
View this thread: http://www.excelforum.com/showthread...hreadid=564371



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4,339
Default SUMPRODUCT not equal to...

=SUMPRODUCT(--($A$2:$A$6<"Control Total"),--($B$2:$B$6="100001"),C$2:C$6)

"Brigitte" wrote:


I have the following data set:

A1 B1 C1
ControlTotals Account Amount
Development 100001 $50
Communications 100002 $70
Communications 100001 $75
Operations 100001 $1,115
Control Total 100001 $101,530

And the following formula:
=SUMPRODUCT(--($A$2:$A$1000="Control
Total"),--($B$2:$B$1000="100001"),C$2:C$1000)

Is there a way to manipulate this formula to sum all of the 100001
Amounts and NOT the amounts with "Control Total" in column A?


--
Brigitte
------------------------------------------------------------------------
Brigitte's Profile: http://www.excelforum.com/member.php...o&userid=32782
View this thread: http://www.excelforum.com/showthread...hreadid=564371


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
SUMPRODUCT - How can I use does not equal in an array? DG Excel Worksheet Functions 3 December 30th 05 06:53 PM
GREATER OR EQUAL TO BUT LESS THAN Problem using Sumproduct Ragdyer Excel Worksheet Functions 0 September 29th 05 05:39 AM
SumProduct - Value ISN'T equal to Andibevan Excel Discussion (Misc queries) 1 May 19th 05 05:04 PM
Sumproduct function not working Scott Summerlin Excel Worksheet Functions 12 December 4th 04 05:15 AM
adding two sumproduct formulas together ski2004_2005 Excel Worksheet Functions 1 November 12th 04 09:08 PM


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

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"