Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Replace SUMIF with SUMPRODUCT

I am trying to replace the formula listed below with SUMPRODUCT:

=SUMIF('M:\M Inc\F2007\Revenue, Volume and Expenses By Client
\Calculation Templates\[TD F2007 January Revenue and Volume
Statistics.xls]Sheet1'!$E$164:$E$171,$A8,'M:\M Inc\F2007\Revenue,
Volume and Expenses By Client\Calculation Templates\[TD F2007 January
Revenue and Volume Statistics.xls]Sheet1'!$F$164:$F$171)+SUMIF('M:\M
Inc\F2007\Revenue, Volume and Expenses By Client\Calculation Templates\
[TD F2007 January Revenue and Volume Statistics.xls]Sheet1'!$E$130:$E
$156,$A8,'M:\M Inc\F2007\Revenue, Volume and Expenses By Client
\Calculation Templates\[TD F2007 January Revenue and Volume
Statistics.xls]Sheet1'!$F$130:$F$156)

Replacing the sumif with =SUMPRODUCT(- gives me th #value error.

Thanks in advance for your assitance.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,268
Default Replace SUMIF with SUMPRODUCT

1.

Open the source book, that way we don't have to deal with all these long
path text strings.

2.

Post the formula that returns value error



=SUMPRODUCT(--($E$164:$E$171=$A8),$F$164:$F$171)

is the equivalent of the first part of your SUMIF minus path and sheet name,
add the path and sheet name yourself, then you can use the same for the
other parts of the formula after changing the cell references etc. Note that
if you have the source book open when you edit the formulas you don't need
to work with all this extra text


--


Regards,


Peo Sjoblom





"torooo" wrote in message
...
I am trying to replace the formula listed below with SUMPRODUCT:

=SUMIF('M:\M Inc\F2007\Revenue, Volume and Expenses By Client
\Calculation Templates\[TD F2007 January Revenue and Volume
Statistics.xls]Sheet1'!$E$164:$E$171,$A8,'M:\M Inc\F2007\Revenue,
Volume and Expenses By Client\Calculation Templates\[TD F2007 January
Revenue and Volume Statistics.xls]Sheet1'!$F$164:$F$171)+SUMIF('M:\M
Inc\F2007\Revenue, Volume and Expenses By Client\Calculation Templates\
[TD F2007 January Revenue and Volume Statistics.xls]Sheet1'!$E$130:$E
$156,$A8,'M:\M Inc\F2007\Revenue, Volume and Expenses By Client
\Calculation Templates\[TD F2007 January Revenue and Volume
Statistics.xls]Sheet1'!$F$130:$F$156)

Replacing the sumif with =SUMPRODUCT(- gives me th #value error.

Thanks in advance for your assitance.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 12
Default Replace SUMIF with SUMPRODUCT

Thanks Peo for responding...

Here is the short version of the formula

=SUMIF('Sheet1'!$E$164:$E$171,$A9,'Sheet1'!$F$164: $F
$171)+SUMIF('Sheet1'!$E$130:$E$156,$A9,'Sheet1'!$F $130:$F$156)

Regards
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 50
Default Replace SUMIF with SUMPRODUCT

=SUMPRODUCT(--('Sheet1'!$E$164:$E$171=$A9),'Sheet1'!$F$164:$F
$171)+SUMPRODUCT(--('Sheet1'!$E$130:$E$156=$A9),'Sheet1'!$F$130:$F$15 6)


"torooo" wrote:

Thanks Peo for responding...

Here is the short version of the formula

=SUMIF('Sheet1'!$E$164:$E$171,$A9,'Sheet1'!$F$164: $F
$171)+SUMIF('Sheet1'!$E$130:$E$156,$A9,'Sheet1'!$F $130:$F$156)

Regards

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
Replace SUMIF with SUMPRODUCT torooo Excel Worksheet Functions 14 December 8th 07 11:25 PM
sumproduct? sumif(sumproduct)? David Excel Worksheet Functions 3 July 13th 07 07:06 PM
Help for sumif / sumproduct jitu_tikili Excel Worksheet Functions 5 April 4th 06 06:59 PM
sumif vs sumproduct ww Excel Worksheet Functions 2 April 5th 05 02:19 AM
SUMIF or SUMPRODUCT or something else? || cypher || Excel Worksheet Functions 7 November 9th 04 10:45 PM


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