Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet containing
Column A: Date Column B: Delta E.g., A1: January 3rd 2006 B1: -100 A2: February 4th 2006 B2: 600 A3: February 12th 2006 B3: -200 What I would like is a monthly summary of the change I have tried adding a sheet like this: a1: Month Start: a2: September 1 2005 a3: October 1 2005 a4: November 1 2005 And then: =SUM(IF(AND(sheet1!a:a=A2,sheet1!a:a<A3),sheet1!b :b),0) (this is supposed to get values between September 1 2005 and October 1 2005) But it does not work. It only gives a value for the first month, which matches the sum of the whole column B, not just the values where column A is in the correct month. Any ideas how to make this work? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional format based on data from another column | Excel Discussion (Misc queries) | |||
Conditional Format as a MACRO | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Summing one column based on date in another column | New Users to Excel | |||
move contents of column C based on criteria related to column A | Excel Discussion (Misc queries) |