Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 298
Default conditional sum 2007 help please

I have a table of customers items due dates etc and want to use the
conditional sum wizard to sum by account number (Column A, Table5) to sum the
overdue value by no days overdue, this works fine if I enter the account
number in the formula but I would like to enter this account number in a cell
eg A2 so that i do not have to keep changing the formula. Any help would be
greatly appreciated. Thanks

Not working
=SUM(IF($A$20:$A$20000="A2",IF($L$20:$L$20000=1,I F($L$20:$L$20000<=30,$G$20:$G$20000,0),0),0))

Working formula
=SUM(IF($A$20:$A$20000="300099999",IF($L$20:$L$200 00=1,IF($L$20:$L$20000<=30,$G$20:$G$20000,0),0),0 ))
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default conditional sum 2007 help please


Rich;222543 Wrote:
I have a table of customers items due dates etc and want to use the
conditional sum wizard to sum by account number (Column A, Table5) to
sum the
overdue value by no days overdue, this works fine if I enter the
account
number in the formula but I would like to enter this account number in
a cell
eg A2 so that i do not have to keep changing the formula. Any help
would be
greatly appreciated. Thanks

Not working
=SUM(IF($A$20:$A$20000="A2",IF($L$20:$L$20000=1,I F($L$20:$L$20000<=30,$G$20:$G$20000,0),0),0))

Working formula
=SUM(IF($A$20:$A$20000="300099999",IF($L$20:$L$200 00=1,IF($L$20:$L$20000<=30,$G$20:$G$20000,0),0),0 ))


Hi
Or change to
=SUM(IF($A$20:$A$20000=A2,IF($L$20:$L$20000=1,I
F($L$20:$L$20000<=30,$G$20:$G$20000,0),0),0)) no quotes around A2, or
=SUMproduct(($A$20:$A$20000=A2)*($L$20:$L$20000=1 )*($L$20:$L$20000<=30)*$G$20:$G$20000)


--
Pecoflyer

Cheers -
*'Membership is free' (http://www.thecodecage.com)* & allows file
upload -faster and better answers

*Adding your XL version* to your post helps finding solution faster
------------------------------------------------------------------------
Pecoflyer's Profile: http://www.thecodecage.com/forumz/member.php?userid=14
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=61465

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Conditional Formatting in 2007 Bob Myers Excel Worksheet Functions 3 December 16th 08 03:18 PM
2007 Conditional Formatting BigDDDD Excel Worksheet Functions 1 September 2nd 08 02:46 AM
Conditional formatting in 2007 Fred Smith[_4_] Excel Discussion (Misc queries) 3 March 5th 08 09:03 PM
conditional formatting 2007 DianneZ Excel Discussion (Misc queries) 15 February 3rd 08 05:28 PM
Conditional Sum Wizard - Where is it in 2007 Carrco Excel Discussion (Misc queries) 1 August 6th 06 01:11 AM


All times are GMT +1. The time now is 02:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"