Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2006

Tip: Looking for answers? Try searching our database.

SumIF - problem with Criteria

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
qwerty - 23 May 2006 01:09 GMT
=SUMIF($A$9:$A48,"<=16",D$9:D$48)

The above works.

But what I need to do is to have the "<=16" get the variable value 16 from a
cell. The cell address with the current value 16 is AH1 and is on the same
worksheet.

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.
Dave Peterson - 23 May 2006 01:13 GMT
=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.
Pete_UK - 23 May 2006 01:19 GMT
Try this:

=SUMIF($A$9:$A$48,"<="&AH1,D$9:D$48)

Hope this helps.

Pete
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.