Hi,
I have just changed jobs and am now working on XP instead of office
2000. I used to be able to write a formula such as:
=SUMIF(A2:A10,<D2,B2:B10)
I can't seem to be able to reference a cell for a criterion when the
operator is anything other than "=". Can somebody point me in the
right direction.
Thanks & Regards,
Will
Leo Heuser - 24 Jul 2006 13:00 GMT
> Hi,
>
[quoted text clipped - 10 lines]
>
> Will
Hi Will
The correct syntax is:
=SUMIF(A2:A10,"<"&D2,B2:B10)

Signature
Best regards
Leo Heuser
Followup to newsgroup only please.
Will - 24 Jul 2006 16:42 GMT
Thanks guys, its always easy when you know how.
Cheers,
Will
Leo Heuser - 24 Jul 2006 20:01 GMT
> Thanks guys, its always easy when you know how.
>
> Cheers,
>
> Will
You're welcome, Will :-)
Leo Heuser
Pete_UK - 24 Jul 2006 13:00 GMT
Hi Will,
try this:
=SUMIF(A2:A10,"<"&D2,B2:B10)
Hope this helps.
Pete
> Hi,
>
[quoted text clipped - 10 lines]
>
> Will