Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 186
Default Sum specific column rows based on 2 different column criteria

I need to sum specific column square footages (I), based on specific project
type (C) and region (B). this is what I currently have based on other posts.

=SUMPRODUCT('Active Projects'!I2:I300,'Active
Projects'!B2:B300=Dashboard!D14,'Active Projects'!D2:D300=Dashboard!C15)

Result = 0


I've also used this:
=SUMPRODUCT(('Active Projects'!B2:B300=Dashboard!E14)*('Active
Projects'!D2:D300=Dashboard!C15)*'Active Projects'!I2:I300)

Result = #Value!


HELP!!!!!!!!!



  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Sum specific column rows based on 2 different column criteria

=SUMPRODUCT(--('Active Projects'!B2:B300=Dashboard!E14),--('Active
Projects'!D2:D300=Dashboard!C15),('Active Projects'!I2:I300))

I guess a big key is to make sure you have no errors in the I2:I300 column
that it is trying to sum.
--
John C


"Jack" wrote:

I need to sum specific column square footages (I), based on specific project
type (C) and region (B). this is what I currently have based on other posts.

=SUMPRODUCT('Active Projects'!I2:I300,'Active
Projects'!B2:B300=Dashboard!D14,'Active Projects'!D2:D300=Dashboard!C15)

Result = 0


I've also used this:
=SUMPRODUCT(('Active Projects'!B2:B300=Dashboard!E14)*('Active
Projects'!D2:D300=Dashboard!C15)*'Active Projects'!I2:I300)

Result = #Value!


HELP!!!!!!!!!



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 186
Default Sum specific column rows based on 2 different column criteria

Worked, thank you very much!

"John C" wrote:

=SUMPRODUCT(--('Active Projects'!B2:B300=Dashboard!E14),--('Active
Projects'!D2:D300=Dashboard!C15),('Active Projects'!I2:I300))

I guess a big key is to make sure you have no errors in the I2:I300 column
that it is trying to sum.
--
John C


"Jack" wrote:

I need to sum specific column square footages (I), based on specific project
type (C) and region (B). this is what I currently have based on other posts.

=SUMPRODUCT('Active Projects'!I2:I300,'Active
Projects'!B2:B300=Dashboard!D14,'Active Projects'!D2:D300=Dashboard!C15)

Result = 0


I've also used this:
=SUMPRODUCT(('Active Projects'!B2:B300=Dashboard!E14)*('Active
Projects'!D2:D300=Dashboard!C15)*'Active Projects'!I2:I300)

Result = #Value!


HELP!!!!!!!!!



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,358
Default Sum specific column rows based on 2 different column criteria

You are welcome, and thanks for the feedback.
--
John C


"Jack" wrote:

Worked, thank you very much!

"John C" wrote:

=SUMPRODUCT(--('Active Projects'!B2:B300=Dashboard!E14),--('Active
Projects'!D2:D300=Dashboard!C15),('Active Projects'!I2:I300))

I guess a big key is to make sure you have no errors in the I2:I300 column
that it is trying to sum.
--
John C


"Jack" wrote:

I need to sum specific column square footages (I), based on specific project
type (C) and region (B). this is what I currently have based on other posts.

=SUMPRODUCT('Active Projects'!I2:I300,'Active
Projects'!B2:B300=Dashboard!D14,'Active Projects'!D2:D300=Dashboard!C15)

Result = 0


I've also used this:
=SUMPRODUCT(('Active Projects'!B2:B300=Dashboard!E14)*('Active
Projects'!D2:D300=Dashboard!C15)*'Active Projects'!I2:I300)

Result = #Value!


HELP!!!!!!!!!



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
Countings rows based on column criteria Steve Excel Discussion (Misc queries) 2 April 19th 07 09:31 AM
Code help, delete rows based on column criteria Stout Excel Discussion (Misc queries) 2 March 20th 07 01:17 PM
calculate average in a column based on criteria in another column sharon t Excel Discussion (Misc queries) 2 May 12th 06 06:07 PM
move contents of column C based on criteria related to column A Debra Excel Discussion (Misc queries) 2 December 27th 05 10:25 PM
SUM/COUNT column(s) based on specific value present within the column markx Excel Worksheet Functions 6 March 22nd 05 10:23 AM


All times are GMT +1. The time now is 04:37 PM.

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"