Home
Forums
New posts
Search forums
Articles
Latest reviews
Search resources
Members
Current visitors
Newsgroups
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Misc
SUMIF function and cell /sheet reference
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Dave Peterson, post: 13182495"] in xl2007, you can use =sumifs() (read excel's help for more info). In any version, you can use: If A1:A10 contains text (not dates): =sumproduct(--(b1:b10="sup1"),--(a1:a10="apr 09"),(c1:c10)) If column A contained real dates: =sumproduct(--(b1:b10="sup1"),--(text(a1:a10,"yyyymm")="200904"),(c1:c10)) Adjust the ranges to match--but you can't use whole columns (except in xl2007). =sumproduct() likes to work with numbers. The -- stuff changes trues and falses to 1's and 0's. Bob Phillips explains =sumproduct() in much more detail here: [URL]http://www.xldynamic.com/source/xld.SUMPRODUCT.html[/URL] And J.E. McGimpsey has some notes at: [URL]http://mcgimpsey.com/excel/formulae/doubleneg.html[/URL] ====== As long as you're using those names, put this in A1: =indirect("sheet"&row()+1&"!a1") and drag down. [/QUOTE]
Verification
Post reply
Home
Forums
Newsgroups
Microsoft Excel
Microsoft Excel Misc
SUMIF function and cell /sheet reference
Top