Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Sumproduct in Excel 2003

Hello, I need help. I submitted this question before but for some reason, it
disappeared.

I need to get a formula to do the following in Excel 2003

Col A Col B Col C
R1 C1 = can have value of A, B or C
R2 Jim 500 50%
R3 Anne 100 100%
R4 Jim 200 100%
R5 Mary 200 50%

I need to find the sumproduct if C1 = B and Col A = Jim.

Sumproduct should equal to 250 + 200 = 450.

In Excel 2007, I can do this -
= SUMPRODUCT((A2:A5="Jim")*OR((C1="B"),(C1="C"))*B2: B5,C2:C5),0),0)

How do I get this to be converted into Excel 2003?

Any help would be much appreciated.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Sumproduct in Excel 2003

Try
=SUMPRODUCT((A2:A5="Jim")*OR((C1="B"),(C1="C"))*B2 :B5,C2:C5)

If this post helps click Yes
---------------
Jacob Skaria


"lisay" wrote:

Hello, I need help. I submitted this question before but for some reason, it
disappeared.

I need to get a formula to do the following in Excel 2003

Col A Col B Col C
R1 C1 = can have value of A, B or C
R2 Jim 500 50%
R3 Anne 100 100%
R4 Jim 200 100%
R5 Mary 200 50%

I need to find the sumproduct if C1 = B and Col A = Jim.

Sumproduct should equal to 250 + 200 = 450.

In Excel 2007, I can do this -
= SUMPRODUCT((A2:A5="Jim")*OR((C1="B"),(C1="C"))*B2: B5,C2:C5),0),0)

How do I get this to be converted into Excel 2003?

Any help would be much appreciated.

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,059
Default Sumproduct in Excel 2003

"lisay" wrote:
I need to find the sumproduct if C1 = B and Col A = Jim.
Sumproduct should equal to 250 + 200 = 450.
In Excel 2007, I can do this -
= SUMPRODUCT((A2:A5="Jim")*OR((C1="B"),(C1="C"))*B2: B5,C2:C5),0),0)


=SUMPRODUCT((A2:A5="jim")*OR(C1={"b","c"}), B2:B5, C2:C5)

Should work equally well in Excel 2003 and 2007.


----- original message -----

"lisay" wrote in message
...
Hello, I need help. I submitted this question before but for some reason,
it
disappeared.

I need to get a formula to do the following in Excel 2003

Col A Col B Col C
R1 C1 = can have value of A, B or C
R2 Jim 500 50%
R3 Anne 100 100%
R4 Jim 200 100%
R5 Mary 200 50%

I need to find the sumproduct if C1 = B and Col A = Jim.

Sumproduct should equal to 250 + 200 = 450.

In Excel 2007, I can do this -
= SUMPRODUCT((A2:A5="Jim")*OR((C1="B"),(C1="C"))*B2: B5,C2:C5),0),0)

How do I get this to be converted into Excel 2003?

Any help would be much appreciated.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15
Default Sumproduct in Excel 2003

This works! Thank you!

"Jacob Skaria" wrote:

Try
=SUMPRODUCT((A2:A5="Jim")*OR((C1="B"),(C1="C"))*B2 :B5,C2:C5)

If this post helps click Yes
---------------
Jacob Skaria


"lisay" wrote:

Hello, I need help. I submitted this question before but for some reason, it
disappeared.

I need to get a formula to do the following in Excel 2003

Col A Col B Col C
R1 C1 = can have value of A, B or C
R2 Jim 500 50%
R3 Anne 100 100%
R4 Jim 200 100%
R5 Mary 200 50%

I need to find the sumproduct if C1 = B and Col A = Jim.

Sumproduct should equal to 250 + 200 = 450.

In Excel 2007, I can do this -
= SUMPRODUCT((A2:A5="Jim")*OR((C1="B"),(C1="C"))*B2: B5,C2:C5),0),0)

How do I get this to be converted into Excel 2003?

Any help would be much appreciated.

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 in Excel 2003 lisay Excel Worksheet Functions 7 August 30th 09 10:06 AM
SUMPRODUCT FORMULA EXCEL 2003 JEV Excel Worksheet Functions 5 January 26th 09 09:37 PM
Excel 2003 Multi Worksheet Sumproduct? wild turkey no9 Excel Worksheet Functions 4 May 17th 08 06:10 PM
Multi Worksheet Sumproduct Excel 2003 wild turkey no9 Excel Discussion (Misc queries) 4 May 17th 08 03:51 PM
XL 2003 & Sumproduct Question Kevin H. Stecyk Excel Discussion (Misc queries) 4 May 25th 06 01:59 AM


All times are GMT +1. The time now is 10:35 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"