Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can you use <=Today() for criteria if my Range A2:A29 (are Dates) and the
column i want to total is B2:B28 Formula is =SUMIF(A2:A30,"<=TODAY()",B2:B30) The reult is £0 when i expected it to have added up the amounts (01/02/08 - 12/02/08 in Column A ) in Column B |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Arnie,
You hit the cossbar you were so close!! Try this =SUMIF(A2:A30,"<="&TODAY(),B2:B30) "Arnie" wrote: Can you use <=Today() for criteria if my Range A2:A29 (are Dates) and the column i want to total is B2:B28 Formula is =SUMIF(A2:A30,"<=TODAY()",B2:B30) The reult is £0 when i expected it to have added up the amounts (01/02/08 - 12/02/08 in Column A ) in Column B |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
DOOOOOHHHHHHH Ta V Much
"Mike H" wrote: Arnie, You hit the cossbar you were so close!! Try this =SUMIF(A2:A30,"<="&TODAY(),B2:B30) "Arnie" wrote: Can you use <=Today() for criteria if my Range A2:A29 (are Dates) and the column i want to total is B2:B28 Formula is =SUMIF(A2:A30,"<=TODAY()",B2:B30) The reult is £0 when i expected it to have added up the amounts (01/02/08 - 12/02/08 in Column A ) in Column B |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SUMIF? | Excel Discussion (Misc queries) | |||
sumif for multi conditions. i.e sumif(A1:A10,"Jon" and B1:B10,"A" | Excel Worksheet Functions | |||
Embedding a Sumif in a sumif | Excel Worksheet Functions | |||
nested sumif or sumif with two criteria | Excel Worksheet Functions | |||
SUMIF - Range name to used for the "sum_range" portion of a SUMIF function | Excel Worksheet Functions |