PC Review


Reply
Thread Tools Rate Thread

Adding dates in columns

 
 
Roy
Guest
Posts: n/a
 
      11th Apr 2010
Using 2003, I am entering dates and trying to utilize a formula to calculate
the number of cells that fall before a certain date.

<"Today()-300", calculates the cells that are in the range.

I have tried the countif and sumif formulas, but they do not like ranges
within the criteria as noted above.

Tried an aray formula without getting it to work.

Any help would be appreciated.
 
Reply With Quote
 
 
 
 
Bob Phillips
Guest
Posts: n/a
 
      11th Apr 2010
Try

=COUNTIF(A:A,"<-="&TODAY()-300)

--

HTH

Bob

"Roy" <(E-Mail Removed)> wrote in message
news:CD638CA7-95C9-4266-93D7-(E-Mail Removed)...
> Using 2003, I am entering dates and trying to utilize a formula to
> calculate
> the number of cells that fall before a certain date.
>
> <"Today()-300", calculates the cells that are in the range.
>
> I have tried the countif and sumif formulas, but they do not like ranges
> within the criteria as noted above.
>
> Tried an aray formula without getting it to work.
>
> Any help would be appreciated.



 
Reply With Quote
 
ozgrid.com
Guest
Posts: n/a
 
      12th Apr 2010
=COUNTIF(A1:A100,"<" & TODAY()-300)

Or, my prefernce would be: =TODAY()-300 in any cell (say B1) and use;
=COUNTIF(A1:A100,"<" & B1)



--
Regards
Dave Hawley
www.ozgrid.com

"Roy" <(E-Mail Removed)> wrote in message
news:CD638CA7-95C9-4266-93D7-(E-Mail Removed)...
> Using 2003, I am entering dates and trying to utilize a formula to
> calculate
> the number of cells that fall before a certain date.
>
> <"Today()-300", calculates the cells that are in the range.
>
> I have tried the countif and sumif formulas, but they do not like ranges
> within the criteria as noted above.
>
> Tried an aray formula without getting it to work.
>
> Any help would be appreciated.


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding columns if the dates are the same and getting OT hours Griffey5 Microsoft Excel Worksheet Functions 1 7th Jan 2009 12:58 AM
RE: adding columns if dates are the same Griffey5 Microsoft Excel Worksheet Functions 0 6th Jan 2009 11:41 PM
adding columns if dates are the same Griffey5 Microsoft Excel Worksheet Functions 3 6th Jan 2009 11:17 PM
Adding columns with dates Katherine Microsoft Excel Programming 1 25th Aug 2004 04:08 PM
Adding columns with dates - Katherine Microsoft Excel Programming 2 23rd Aug 2004 08:21 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:53 AM.