Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am using the following formula and it is returning a value of zero even
though onw of the rows meets the necessary condition and its value should be 4000. =SUMIF(C5:C13,"<TODAY()-(30*Assumptions!$B$39)",E5:E13) The values in column "C" are dates in the format "Nov-06". B39 is simply the number "6" and the value in E5 is "4000". C5 is "Jul-02". What might I have done incorrectly? Thank you in advance for your assistance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe...
=SUMIF(C5:C13,"<"&TODAY()-(30*Assumptions!$B$39),E5:E13) SJT wrote: I am using the following formula and it is returning a value of zero even though onw of the rows meets the necessary condition and its value should be 4000. =SUMIF(C5:C13,"<TODAY()-(30*Assumptions!$B$39)",E5:E13) The values in column "C" are dates in the format "Nov-06". B39 is simply the number "6" and the value in E5 is "4000". C5 is "Jul-02". What might I have done incorrectly? Thank you in advance for your assistance. -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=SUMIF(C5:C13,"<"&TODAY()-(30*Assumptions!$B$39),E5:E13)
"SJT" wrote: I am using the following formula and it is returning a value of zero even though onw of the rows meets the necessary condition and its value should be 4000. =SUMIF(C5:C13,"<TODAY()-(30*Assumptions!$B$39)",E5:E13) The values in column "C" are dates in the format "Nov-06". B39 is simply the number "6" and the value in E5 is "4000". C5 is "Jul-02". What might I have done incorrectly? Thank you in advance for your assistance. |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Try it as:
=SUMIF(C5:C13,"<"&TODAY()-(30*Assumptions!$B$39),E5:E13) -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "SJT" wrote: I am using the following formula and it is returning a value of zero even though onw of the rows meets the necessary condition and its value should be 4000. =SUMIF(C5:C13,"<TODAY()-(30*Assumptions!$B$39)",E5:E13) The values in column "C" are dates in the format "Nov-06". B39 is simply the number "6" and the value in E5 is "4000". C5 is "Jul-02". What might I have done incorrectly? Thank you in advance for your assistance. |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much.
"Teethless mama" wrote: =SUMIF(C5:C13,"<"&TODAY()-(30*Assumptions!$B$39),E5:E13) "SJT" wrote: I am using the following formula and it is returning a value of zero even though onw of the rows meets the necessary condition and its value should be 4000. =SUMIF(C5:C13,"<TODAY()-(30*Assumptions!$B$39)",E5:E13) The values in column "C" are dates in the format "Nov-06". B39 is simply the number "6" and the value in E5 is "4000". C5 is "Jul-02". What might I have done incorrectly? Thank you in advance for your assistance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using the TODAY() function in a SUMIF function | Excel Worksheet Functions | |||
Can I add and IF function to a SUMIF function? | Excel Worksheet Functions | |||
SUMIF Function Inside SUMPRODUCT Function | Excel Worksheet Functions | |||
SumIF function | Excel Discussion (Misc queries) | |||
SUMIF function | Excel Worksheet Functions |