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 Conditional sum wizard

I am trying to sum values in a column on a worksheet, using criteria in two
other columns on the same worksheet, which are defined by one absolute and
one relative reference on a second worksheet. The wizard works when I use two
simple criteria, such as "sam" and "1.5", but does not work when I try to use
criteria located in cells on the second worksheet, such as "$E$2" and "f4" --
ronb
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Conditional sum wizard

You didn't provide enough specific detail.

Try something like this:

=SUMPRODUCT(--A1:A100=Sheet2!$E$2),--(B1:B100=Sheet2!F4),C1:C100)

Where C1:C100 is the range to sum.

You obviously want to copy the formula so use the appropriate reference
style on the ranges A1:A100, B1:B100 and C1:C100.

--
Biff
Microsoft Excel MVP


"ronb" wrote:

I am trying to sum values in a column on a worksheet, using criteria in two
other columns on the same worksheet, which are defined by one absolute and
one relative reference on a second worksheet. The wizard works when I use two
simple criteria, such as "sam" and "1.5", but does not work when I try to use
criteria located in cells on the second worksheet, such as "$E$2" and "f4" --
ronb

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 73
Default Conditional sum wizard

=SUMPRODUCT(--A1:A100=Sheet2!$E$2),--(B1:B100=Sheet2!F4),C1:C100)

Ooops!

I left out an opening parenthesis:

=SUMPRODUCT(--(A1:A100=Sheet2!$E$2),--(B1:B100=Sheet2!F4),C1:C100)


--
Biff
Microsoft Excel MVP


"T. Valko" wrote:

You didn't provide enough specific detail.

Try something like this:

=SUMPRODUCT(--A1:A100=Sheet2!$E$2),--(B1:B100=Sheet2!F4),C1:C100)

Where C1:C100 is the range to sum.

You obviously want to copy the formula so use the appropriate reference
style on the ranges A1:A100, B1:B100 and C1:C100.

--
Biff
Microsoft Excel MVP


"ronb" wrote:

I am trying to sum values in a column on a worksheet, using criteria in two
other columns on the same worksheet, which are defined by one absolute and
one relative reference on a second worksheet. The wizard works when I use two
simple criteria, such as "sam" and "1.5", but does not work when I try to use
criteria located in cells on the second worksheet, such as "$E$2" and "f4" --
ronb

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default Conditional sum wizard

mark

--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
=SUMPRODUCT(--A1:A100=Sheet2!$E$2),--(B1:B100=Sheet2!F4),C1:C100)


Ooops!

I left out an opening parenthesis:

=SUMPRODUCT(--(A1:A100=Sheet2!$E$2),--(B1:B100=Sheet2!F4),C1:C100)


--
Biff
Microsoft Excel MVP


"T. Valko" wrote:

You didn't provide enough specific detail.

Try something like this:

=SUMPRODUCT(--A1:A100=Sheet2!$E$2),--(B1:B100=Sheet2!F4),C1:C100)

Where C1:C100 is the range to sum.

You obviously want to copy the formula so use the appropriate reference
style on the ranges A1:A100, B1:B100 and C1:C100.

--
Biff
Microsoft Excel MVP


"ronb" wrote:

I am trying to sum values in a column on a worksheet, using criteria in
two
other columns on the same worksheet, which are defined by one absolute
and
one relative reference on a second worksheet. The wizard works when I
use two
simple criteria, such as "sam" and "1.5", but does not work when I try
to use
criteria located in cells on the second worksheet, such as "$E$2" and
"f4" --
ronb



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
Conditional Sum w/o using the Wizard. Ron Excel Worksheet Functions 3 February 10th 07 07:33 PM
Conditional Sum Wizard Ron Excel Worksheet Functions 4 February 10th 07 04:31 PM
Conditional sum, wizard or otherwise James Silverton Charts and Charting in Excel 1 January 21st 06 02:18 AM
Conditional Sum Wizard Presleytcb Excel Worksheet Functions 1 July 8th 05 07:15 PM
using wizard and conditional sum lloyd8156 Excel Worksheet Functions 1 June 5th 05 06:23 PM


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