Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Why is this not working, range F3:IV3 has dates and F5:IF5 values?
+SUMIF($F$3:$IV$3,"<TODAY()",F5:IV5) Thank you |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Esrei,
Try: =SUMPRODUCT(($F$3:$IV3<TODAY)*(F5:IV5)) (not tested) HTH -- AP "Esrei" a écrit dans le message de news: ... Why is this not working, range F3:IV3 has dates and F5:IF5 values? +SUMIF($F$3:$IV$3,"<TODAY()",F5:IV5) Thank you |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() or =SUMIF($F$3:$IV$3,""&TODAY(),F5:IV5) -- VBA Noob ------------------------------------------------------------------------ VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833 View this thread: http://www.excelforum.com/showthread...hreadid=553280 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I add a range by date over 90 days older than today | Excel Discussion (Misc queries) | |||
sumif using today's date | Excel Discussion (Misc queries) | |||
How do I use the TODAY function with the SUMIF function? | Excel Worksheet Functions | |||
SUMIF Alternative? | Excel Worksheet Functions | |||
SUMIF Alternative? | Excel Discussion (Misc queries) |