View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default SUMIF(S) not available on Excel 2003

That would just be

=SUMPRODUCT(--(A4:A302=1),--(G4:G302="written"),I4:I302)

or


=SUMPRODUCT(--(A4:A302="1"),--(G4:G302="written"),I4:I302)

if not real numbers




--
__________________________________
HTH

Bob

"Longhag" wrote in message
...
This is so close. Where you have value1 my value is the number 1 and it
is
saying there is an error.

This is my Excel 2007 formula - how would I convert this into 2003:

=SUMIFS(I4:I302,A4:A302,1,G4:G302,"written")

'1' being the criteria in the first range, 'written' being the criteria in
the second range and I4:I302 is the sum range.

Thanks for your help


"Bob Phillips" wrote:

=SUMPRODUCT(--(Range1=value1),--(Range2="value2"),Range2Sum)

--
__________________________________
HTH

Bob

"Longhag" wrote in message
...
David,

Thanks for your response. Could you explain a little further how this
one
will work?

Cheers
G

"David Biddulph" wrote:

SUMPRODUCT is likely to be the best bet.
--
David Biddulph

"Longhag" wrote in message
...
I have created a worksheet at home on Excel 2007 using 'sumifs' and
'countifs' formulae and when I have saved this (in .xls format) and
then
opened it in Excel 2003 in work, it doesn't recognise this formula.

Is there a way of converting this appropriately or an alternative
formula
I
can use for sum/count if command with multiple criteria

Thanks
G