Home |
Search |
Today's Posts |
#13
![]() |
|||
|
|||
![]()
Convert them to true dates. SumIf formula (which is faster its
SumProduct equivalent) will work as advertised. Turk wrote: Yeah~ SOme of them are in text format, thanks! "Aladin Akyurek" .. . Make sure that the dates are true dates, not just looking as dates. A diganostic test would be: =COUNT(DateRange)=SUMPRODUCT(ISNUMBER(DateRange+ 0)+0) If the result is not TRUE, then some or all of your dates are text-formatted. Turk wrote: The formula seems has some problems, can only get correct results for May and June as below. A B C D 2005/3/1 12 2005/1/1 193 2005/3/4 24 2005/2/1 193 2005/3/17 36 2005/3/1 193 2005/4/2 25 2005/4/1 121 2005/4/6 50 2005/5/1 46 2005/5/8 46 2005/6/1 0 "Aladin Akyurek" l... Let A2:B7 house the sample you provided. In column C from C2 on, enter the first day dates of the month/year combinations: 1-Jan-2005 1-Feb-2005 etc. In D2 enter & copy down: =SUMIF($A$2:$A$7,"="&C2,$B$2:$B$7)-SUMIF($A$2:$A$7,""&EOMONTH(C2,0),$B$2:$ B$7) Turk wrote: Dear all, I have a worksheet as below 5/1/2005 50 23/1/2005 100 18/1/2005 120 2/2/2005 12 12/2/2005 24 4/3/2005 15 I want to sum up the total of each month to get Jan 2005 270 Feb 2005 36 Mar 2005 15 What should be the formula? thanks.... ims -- [1] The SumProduct function should implicitly coerce the truth values to their Excel numeric equivalents. [2] The lookup functions should have an optional argument for the return value, defaulting to #N/A in its absence. -- [1] The SumProduct function should implicitly coerce the truth values to their Excel numeric equivalents. [2] The lookup functions should have an optional argument for the return value, defaulting to #N/A in its absence. -- [1] The SumProduct function should implicitly coerce the truth values to their Excel numeric equivalents. [2] The lookup functions should have an optional argument for the return value, defaulting to #N/A in its absence. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate total interest earned on a loan and monthly payment | Excel Worksheet Functions | |||
Weekly and Monthly Subtotals | Excel Discussion (Misc queries) | |||
show in a excel graphic a total percentage for 5 diff data fiels | Charts and Charting in Excel | |||
Total remaining formula | Excel Worksheet Functions | |||
Subtotal of Subtotal displays Grand Total in wrong row | Excel Worksheet Functions |