Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 193
Default Adding up columns for speciic rows

Hi,

I'm struggling to write formula to add up columns for specific rows and was
wondering if anyone could help?

I want to add up the numbers in column C, D and E but only for those rows
whe
Column A = "Build"
Column B = "Business"

So in the example spreadhseet below, i would want my formula to calculate
the answer 50 (adding columns c, d and e for the first and second rows)

column A coumn b Column c column D column E
Build Business 10 15 15
Build Business 5 0 5
Design Business 5 15 10
Build Tech 4 3 7

Any help is aprreciated

any thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Adding up columns for speciic rows

=SUMPRODUCT((A1:A10="Build")*(B1:B10="Business")*C 1:E10)

--
---
HTH

Bob


(there's no email, no snail mail, but somewhere should be gmail in my addy)



"confused" wrote in message
...
Hi,

I'm struggling to write formula to add up columns for specific rows and
was
wondering if anyone could help?

I want to add up the numbers in column C, D and E but only for those rows
whe
Column A = "Build"
Column B = "Business"

So in the example spreadhseet below, i would want my formula to calculate
the answer 50 (adding columns c, d and e for the first and second rows)

column A coumn b Column c column D column E
Build Business 10 15 15
Build Business 5 0 5
Design Business 5 15 10
Build Tech 4 3 7

Any help is aprreciated

any thanks



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
adding more columns/rows Jo Davis Excel Discussion (Misc queries) 4 September 24th 08 07:57 PM
Adding rows/columns to linked file budgetgal Links and Linking in Excel 1 October 20th 07 09:13 AM
adding specifics columns and rows yodochi Excel Worksheet Functions 1 July 25th 07 03:24 AM
Disable Adding & Deleting Rows/Columns Playa Excel Discussion (Misc queries) 1 February 3rd 05 03:42 PM
Disable Adding or Deleting Rows and Columns Playa Excel Discussion (Misc queries) 1 January 10th 05 10:23 PM


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