Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default I need alternative formula for SUMIFS in Excel 2003

I am using the SUMIFS formula in Excel 2007, but Excel 2003 doesn't
recognize this and I need to send the file to people using Excel 2003. I
tried to use SUMIF, but I have 3 criteria to search for.
Does anybody know of a similar formula that works for Excel 2003?

Thanks!

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,389
Default I need alternative formula for SUMIFS in Excel 2003

The 2003 version of SUMIFS is SUMPRODUCT.

Scan the archives or post back if you need more information.

Regards,
Fred.

"Jerome" <sheltyatfusedotnet wrote in message
...
I am using the SUMIFS formula in Excel 2007, but Excel 2003 doesn't
recognize this and I need to send the file to people using Excel 2003. I
tried to use SUMIF, but I have 3 criteria to search for.
Does anybody know of a similar formula that works for Excel 2003?

Thanks!


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 857
Default I need alternative formula for SUMIFS in Excel 2003

Hi Jerome,

You need to use an array function for example if you want to sum all the
sales between 1/1/2008 and 12/31/2008 with the dates in column B1:B100 and
the sales number in C1:C100 your formula would be:

=SUM((B1:B100=DATE(2008,1,1))*(B1:B100<=DATE(2008 ,12,31))*C1:C100)

this would be entered by press Shift Ctrl Enter instead of Enter.
Alternatively:

=SUMPRODUCT((B1:B100=DATE(2008,1,1))*(B1:B100<=DA TE(2008,12,31))*C1:C100)

can be used without array entry.

To add a third criteria just stick another *(.....) into the formula, for
example:

=SUMPRODUCT((B1:B100=DATE(2008,1,1))*(B1:B100<=DA TE(2008,12,31))*(D1:D100="Acct")*C1:C100)

Cheers,
Shane Devenshire
Microsoft Excel MVP
Join http://setiathome.berkeley.edu/ and download a free screensaver to help
search for life beyond earth.


"Jerome" <sheltyatfusedotnet wrote in message
...
I am using the SUMIFS formula in Excel 2007, but Excel 2003 doesn't
recognize this and I need to send the file to people using Excel 2003. I
tried to use SUMIF, but I have 3 criteria to search for.
Does anybody know of a similar formula that works for Excel 2003?

Thanks!


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 4
Default I need alternative formula for SUMIFS in Excel 2003

Hello Shane,
Thank you for your answer, but I have difficulty to get it to work in my
database. I'll try to explain my problem.
I work with Excel 2003 and I have a database like this:

columnA columnB columnC columnD
FRUIT COLOR LOCATION QTY
apple yellow A 50
apple yellow B 25
apple yellow A 30
apple red A 40
apple red A 10
apple green C 45
apple green C 10
cherry red A 25
cherry red B 30
cherry orange B 20

Question: How do I use SUM or SUMPRODUCT or SUMIF to calculate how many
yellow apples I have in location A? Is there maybe another function I need
to use?

Thanks.





"Shane Devenshire" wrote in message
...
Hi Jerome,

You need to use an array function for example if you want to sum all the
sales between 1/1/2008 and 12/31/2008 with the dates in column B1:B100 and
the sales number in C1:C100 your formula would be:

=SUM((B1:B100=DATE(2008,1,1))*(B1:B100<=DATE(2008 ,12,31))*C1:C100)

this would be entered by press Shift Ctrl Enter instead of Enter.
Alternatively:

=SUMPRODUCT((B1:B100=DATE(2008,1,1))*(B1:B100<=DA TE(2008,12,31))*C1:C100)

can be used without array entry.

To add a third criteria just stick another *(.....) into the formula, for
example:

=SUMPRODUCT((B1:B100=DATE(2008,1,1))*(B1:B100<=DA TE(2008,12,31))*(D1:D100="Acct")*C1:C100)

Cheers,
Shane Devenshire
Microsoft Excel MVP
Join http://setiathome.berkeley.edu/ and download a free screensaver to
help search for life beyond earth.


"Jerome" <sheltyatfusedotnet wrote in message
...
I am using the SUMIFS formula in Excel 2007, but Excel 2003 doesn't
recognize this and I need to send the file to people using Excel 2003. I
tried to use SUMIF, but I have 3 criteria to search for.
Does anybody know of a similar formula that works for Excel 2003?

Thanks!



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
Convert SUMIFS formula from 2007 to 2003 Alex.W Excel Discussion (Misc queries) 25 September 3rd 09 03:01 AM
sumifs formula in excel 2007 spudsnruf Excel Discussion (Misc queries) 5 January 8th 08 04:25 PM
Excel 2007 - SUMIFS formula use between tabs Terry Excel Discussion (Misc queries) 2 October 9th 07 03:59 PM
SUMIFS Formula Problem Keith Excel Discussion (Misc queries) 5 August 2nd 07 09:41 PM
sumifs in excel 2003 Lok Tak Cheong Excel Worksheet Functions 6 June 25th 07 07:27 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"