SUMIFS

J

Jessica.Padman

Does anyone know how to get SUMIFS for mac excel 2004? Or how else
can i do the same thing?
Thanx
 
C

CyberTaz

The SUMIF() function in Mac XL 2004 is no different than in the Win version,
but SUMIFS() are new Built-in functions in Office 2007 Only. Perhaps the
"...IFS" functions will be included in Office 2008 XL for Mac. I would think
so, but that's just a guess.

Whether something comparable can be added as a user-defined function I don't
know.

Regards |:>)
Bob Jones
[MVP] Office:Mac
 
S

ShaneDevenshire

As CyberTaz confirmed this function, along with a total of 12 new ones are
not in 2004 but are in 2007, including COUNTIFS, AVERAGEIF, AVERAGEIFS,
IFERROR.

You can duplicate the result using arrays, here is an example with 4
conditions:

=SUMPRODUCT((A1>15)*(B1="Go")*(C1>=DATE(07,1,1))*(C1<=DATE(07,12,31))*Salary)

To enter this press Shift Control Enter, not Enter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Combine Sumifs with Subtotal 0
Auto match destination formatting for Mac 0
Website is small on phone 0
Sum data using sumif 3
SUMIFS 1
Sumif using partial string 7
Sumif does not work 2
Sumif on dates 2

Top