LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10
Default Adding 2 Values When 3 Conditions are Met, Including an "OR"

I need to add up dollar amounts in Column D when Columns A and B meet certain
critieria and Column C meets either of two conditions. The following should
return 300

A B C D
Open Alabama Closed 100
Open Georgia Verbal 200
Open Alabama Verbal 100
Open Alabama
Open Alabama Verbal 100

I can do it with Column C meeting 1 condition, but can't figure out how to
include the other condition.

=SUMPRODUCT(IF(A2:A6="Open",IF(B2:B6="Alabama",IF( C2:C5="Verbal",D2:D6)))
works BUT

I need to add the condition "If C2:C6="Closed". i.e. I want to sum the
dollar amounts for all Open Accounts in Alablama that are either Closed or
Verbal. Sometimes Columns C and D are blank. Thanks, Anne M
 
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
adding name values AKPhil Excel Worksheet Functions 7 April 27th 06 01:21 AM
Help adding text values Texas-DC_271 Excel Worksheet Functions 7 January 15th 05 11:14 PM
Adding logical values Veronique Excel Discussion (Misc queries) 1 January 13th 05 07:14 AM
Adding multiple cells, return specific values Jim Excel Worksheet Functions 4 December 8th 04 07:26 AM
time format and adding tiome values. dave m Excel Worksheet Functions 3 November 20th 04 07:55 AM


All times are GMT +1. The time now is 09:53 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"