Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I have data values in a spreadsheet in columns: Date in one column, and costsin a second column. How can I add up in another column all the costs for January, for February, for March, etc. Thanks -- ATK ------------------------------------------------------------------------ ATK's Profile: http://www.excelforum.com/member.php...o&userid=27662 View this thread: http://www.excelforum.com/showthread...hreadid=513390 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Assuming dates in column A (A1 to A1000, say), and costs in column B,
enter January, February, March etc to December in C1:C12. Then enter this formula in D1: =SUM(IF(MONTH(A$1:A$1000)=ROW(),B$1:B$1000,0)) Do not use <enter when you have typed it in - use CTRL-SHIFT-ENTER at the same time, and if you do it correctly then Excel will wrap curly braces { } around the formula. Copy it down to D12. Hope this helps. Pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to lookup multiple values and summing them up in one cell | Excel Worksheet Functions | |||
summing values appearing in col B when col A has been filtered | Excel Worksheet Functions | |||
Positioning Numeric Values Resulting from 6 Column Array Formula | Excel Worksheet Functions | |||
Min values in a list of numbers | Excel Worksheet Functions | |||
What is the best method for summing values where you want 2 value. | Excel Discussion (Misc queries) |