#1   Report Post  
Posted to microsoft.public.excel.misc
SJT SJT is offline
external usenet poster
 
Posts: 71
Default SUMIF Function

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default SUMIF Function

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   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,718
Default SUMIF Function

=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   Report Post  
Posted to microsoft.public.excel.misc
SJT SJT is offline
external usenet poster
 
Posts: 71
Default SUMIF Function

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.

  #5   Report Post  
Posted to microsoft.public.excel.misc
Max Max is offline
external usenet poster
 
Posts: 9,221
Default SUMIF Function

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.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Using the TODAY() function in a SUMIF function JPB Excel Worksheet Functions 4 July 27th 06 04:01 PM
Can I add and IF function to a SUMIF function? adscrim Excel Worksheet Functions 4 January 21st 06 12:32 PM
SUMIF Function Inside SUMPRODUCT Function Abdul Waheed Excel Worksheet Functions 17 September 19th 05 04:24 PM
SumIF function ACDenver Excel Discussion (Misc queries) 2 August 17th 05 09:47 PM
SUMIF function yak10 Excel Worksheet Functions 0 February 12th 05 05:12 PM


All times are GMT +1. The time now is 11:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"