Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Convert FUMIFS to a format useable in Excel 2003

I have the following formula
SUMIFS(Costs!$E$22:$E$60,Costs!$D$22:$D$60,Summary !$A7,Costs!$C$22:$C$60,Summary!D$3)
, used in an Excel 2007 spreadsheet. I'm trying to rewrite it as a
SUMPRODUCT of SUMIF with no luck. Can anyone steer me in the right direction?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Convert FUMIFS to a format useable in Excel 2003

=sumproduct(--(costs!$d$22:$d$60=summary!$a7),
--(costs!$c$22:$c$60=summary!d$3),
(costs!$e$22:$e$60))

Adjust the ranges to match--but you can't use whole columns (except in xl2007+).

=sumproduct() likes to work with numbers. The -- stuff changes trues and falses
to 1's and 0's.

Bob Phillips explains =sumproduct() in much more detail he
http://www.xldynamic.com/source/xld.SUMPRODUCT.html

And J.E. McGimpsey has some notes at:
http://mcgimpsey.com/excel/formulae/doubleneg.html

TeeJ wrote:

I have the following formula
SUMIFS(Costs!$E$22:$E$60,Costs!$D$22:$D$60,Summary !$A7,Costs!$C$22:$C$60,Summary!D$3)
, used in an Excel 2007 spreadsheet. I'm trying to rewrite it as a
SUMPRODUCT of SUMIF with no luck. Can anyone steer me in the right direction?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Convert FUMIFS to a format useable in Excel 2003

Figured it out - it should be:
=SUMPRODUCT(Costs!$E$22:$E$60,(Costs!$D$22:$D$60=S ummary!$A7)*(Costs!$C$22:$C$60=Summary!D$3))

"TeeJ" wrote:

I have the following formula
SUMIFS(Costs!$E$22:$E$60,Costs!$D$22:$D$60,Summary !$A7,Costs!$C$22:$C$60,Summary!D$3)
, used in an Excel 2007 spreadsheet. I'm trying to rewrite it as a
SUMPRODUCT of SUMIF with no luck. Can anyone steer me in the right direction?

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
how do i convert an excel 2003 spreadsheet to pdf format dbtrouble Excel Discussion (Misc queries) 1 December 21st 09 09:46 PM
Batch Convert 2007 Excel files to 2003 format Pman Excel Discussion (Misc queries) 0 May 29th 08 05:58 PM
Convert Excel 2007 format (*.xlsx) into Excel 2003 format JD Moss Excel Discussion (Misc queries) 2 September 27th 07 06:46 PM
How do I convert an Excel 2003 file to ASCII format? Pat Excel Discussion (Misc queries) 1 January 20th 07 02:05 AM
Why does Excel 2003 convert JPG pictures into PNG format? WildBill Excel Worksheet Functions 0 November 18th 05 08:11 PM


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