Hello Everyone,
If I have a formula SUMIF(A1:A4,"<10000,B40:B50) and I don't want a static test.
Instead of "<10000", I want <c5, and the value will change.
Any ideas on a formula?
Thanks Kindly
Kerrie
Hello Everyone,
If I have a formula SUMIF(A1:A4,"<10000,B40:B50) and I don't want a static test.
Instead of "<10000", I want <c5, and the value will change.
Any ideas on a formula?
Thanks Kindly
Kerrie

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
Replace "<10000" (I assume the missing closing " was just a typo) by "<"&C5.
Note: Since your criteria range A1:A4 consists of only 4 cells, the sum will be evaluated over B40:B43; the rest (B44:B50) will be ignored.
Thank you Hans, it worked [img]/forums/images/smilies/smile.gif[/img]