LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 661
Default Summing conditional columns

Basically, I am trying to create a formula that would sum the numbers in one
column should the next column have a specific date. For example, i would
like to sum all numbers in column X if a row in column A has "Sept" or "Nov".
here is my formula so far. what this will obviously do is SUM the column
C2:C14 if ANY row in column E is labeled "Sept". i hope i making this as
clear as possible.

=IF(E2:E14="Sept", SUM(C2:C14),0)

the 0 in the end of the formula is just temporary, i was having the formula
place a 0 if the formula didn't find "Sept" in column E.

thanks for any help or tips!

Paul
 
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
Summing across columns while skipping some columns JAG Excel Worksheet Functions 2 February 28th 10 02:58 PM
Conditional Summing Brian Excel Worksheet Functions 4 May 15th 08 05:10 AM
Conditional Summing RichieK Excel Worksheet Functions 3 May 15th 08 12:27 AM
CONDITIONAL SUMMING FARAZ QURESHI Excel Discussion (Misc queries) 3 February 11th 08 08:45 AM
"Conditional" summing Aladin Akyurek Excel Worksheet Functions 0 January 16th 05 07:46 PM


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