Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 21
Default Sum data with multiple criteria

I am trying to sum data in one column (G) that satisfy multiple criteria in
other columns (R,B, and J). The formula i tried to use (and didn't work) is
below:

=IF(AND($R$24:$R$27=$T$22,$B$24:$B$27=$S$23),SUMIF ($J$24:$J$27,"<100",$G$24:$G$27),0)

So basically I am trying to find the total balance of accounts that meet 3
different criteria: specific account name (col. 1), "good" or "bad" account
(col. 2), less than 100 days old (col. 3). If all these criteria are met I
need to add account balances in a separate column.

Anny suggestions would be most helpful.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default Sum data with multiple criteria

Hi,

I got confused when you started taling about columns 1 & 2 & 3
However, Try this

=SUMPRODUCT((B1:B9="Good")*(R1:R9(A3-100))*(G1:G9))

A3 contains todays date

Mike

"martinbarnes" wrote:

I am trying to sum data in one column (G) that satisfy multiple criteria in
other columns (R,B, and J). The formula i tried to use (and didn't work) is
below:

=IF(AND($R$24:$R$27=$T$22,$B$24:$B$27=$S$23),SUMIF ($J$24:$J$27,"<100",$G$24:$G$27),0)

So basically I am trying to find the total balance of accounts that meet 3
different criteria: specific account name (col. 1), "good" or "bad" account
(col. 2), less than 100 days old (col. 3). If all these criteria are met I
need to add account balances in a separate column.

Anny suggestions would be most helpful.

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
match multiple criteria ina range from multiple criteria multiplet RG Excel Worksheet Functions 8 September 28th 07 04:21 AM
Sum multiple arrays of data according to criteria [email protected] Excel Worksheet Functions 7 July 25th 07 10:05 AM
multiple data validation criteria Greyling Excel Discussion (Misc queries) 3 May 15th 07 07:10 PM
finding data with multiple criteria carstowal Excel Discussion (Misc queries) 2 August 14th 06 03:41 PM
Sorting Data by multiple criteria Eggtavius Excel Discussion (Misc queries) 2 January 12th 06 08:37 PM


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