hr 5 10
hr 2 8
act 6 9
hr 3 6
Want to sum this range of numbers if the office department is "act".
=IF((A1:A4),"act",SUMPRODUCT(B1:C4)) does not work,
nor the sumif.......
there has to be a creative solution!
katie
Max - 12 May 2008 22:46 GMT
Try it as: =SUMPRODUCT((A1:A4="act")*B1:C4)

Signature
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---
> hr 5 10
> hr 2 8
[quoted text clipped - 6 lines]
> there has to be a creative solution!
> katie
Teethless mama - 12 May 2008 23:14 GMT
=SUM(INDEX((A1:A4="act")*B1:C4,))
> hr 5 10
> hr 2 8
[quoted text clipped - 6 lines]
> there has to be a creative solution!
> katie