#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default IFAND then SUM

I'm trying to come up with a formula to check if this is true in column A AND
that is true in column B then SUM column C for corresponding rows.
Here's part of my array.

Dates Fees
App: 02/02/2010 Charged $251.00
RAL: 02/02/2010 Paid $251.00
AR/ADD: Due $0.00
App: 02/08/2010 Charged $39.00
RAL: Paid $0.00
AR/ADD: Due $39.00
App: 02/03/2010 Charged $428.00
RAL: 02/03/2010 Paid $428.00
AR/ADD: Due $0.00
App: 02/02/2010 Charged $416.00
RAL: Paid $416.00
AR/ADD: 02/02/2010 Due $0.00

In other words, IF Dates = *02/16/2010 AND column B = "Paid" then SUM Fees.
Is this even possible to do in Excel 2003?

Thanks in advance for your help,
Seree
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default IFAND then SUM

Try this:

=SUMPRODUCT(--(ISNUMBER(SEARCH("02/16/2010",A$2:A$100))),--(B$2:B
$100="Paid"),C$2:C$100)

Adjust the ranges to suit your data.

Hope this helps.

Pete

On Feb 18, 2:15*am, Seree wrote:
I'm trying to come up with a formula to check if this is true in column A AND
that is true in column B then SUM column C for corresponding rows.
Here's part of my array.

Dates * * * * * * * * * Fees * *
App: 02/02/2010 Charged * * * * $251.00
RAL: 02/02/2010 Paid * * * * * *$251.00
AR/ADD: * * * * * * * * * * * * Due * * * * * * $0.00 *
App: 02/08/2010 Charged * * * * $39.00 *
RAL: * * * * * * * * * *Paid * * * * * *$0.00 *
AR/ADD: * * * * * * * * * * * * Due * * * * * * $39.00 *
App: 02/03/2010 Charged * * * * $428.00
RAL: 02/03/2010 Paid * * * * * *$428.00
AR/ADD: * * * * * * * * * * * * Due * * * * * * $0.00 *
App: 02/02/2010 Charged * * * * $416.00
RAL: * * * * * * * * * *Paid * * * * * *$416.00
AR/ADD: 02/02/2010 * * *Due * * * * * * $0.00 *

In other words, IF Dates = *02/16/2010 AND column B = "Paid" then SUM Fees.
Is this even possible to do in Excel 2003?

Thanks in advance for your help,
Seree


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
IFAND Formula Paula Excel Discussion (Misc queries) 5 February 19th 09 04:24 PM
Multiple "IFAND" pjk@boro Excel Discussion (Misc queries) 1 August 17th 07 02:14 AM
Multiple "IFAND" Toppers Excel Discussion (Misc queries) 2 August 17th 07 02:07 AM
Q about: IfAnd or is it AndIf? Michael Saffer Excel Worksheet Functions 3 January 28th 06 03:22 AM
Add 2nd variable to if statement - ifAnd? Todd F. Excel Worksheet Functions 4 December 18th 04 07:49 PM


All times are GMT +1. The time now is 06:47 AM.

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

About Us

"It's about Microsoft Excel"