=SUMIF($A$9:$A48,"<="&AH1,D$9:D$48)
> =SUMIF($A$9:$A48,"<=16",D$9:D$48)
>
[quoted text clipped - 6 lines]
> Sorry folks - I can't figure out how to do this. If I enter "<=16", I get
> the correct value. If I enter "<=AH1", I get 0.

Signature
Dave Peterson
qwerty - 23 May 2006 01:27 GMT
Thank you. Problem solved.
> =SUMIF($A$9:$A48,"<="&AH1,D$9:D$48)
>
[quoted text clipped - 10 lines]
>> Sorry folks - I can't figure out how to do this. If I enter "<=16", I get
>> the correct value. If I enter "<=AH1", I get 0.
Try this:
=SUMIF($A$9:$A$48,"<="&AH1,D$9:D$48)
Hope this helps.
Pete