Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Ken Ken is offline
external usenet poster
 
Posts: 590
Default Count Dates & Return as %

Excel2003 ...

Range C7:C272 contains Dates format = mm/dd/yy (& empty cells)

Looking for 3 Formulas for dates occuring as follows:

Cell C275 ... Count Dates __ Today () <= -365
Cell C276 ... Count Dates between ___ Today() -365 & Today() <= -730
Cell C277 ... Count Dates __ Today() -730

Count dates occuring between Today & last 365 days
Count dates occuring between last 366 days and 730 days
Count dates occuring last 730+ days

Thanks ... Kha


--
Kha
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,533
Default Count Dates & Return as %

HI

In C275: =COUNTIF(C7:C272;"<=" &TODAY())-C276
In C276: =COUNTIF(C7:C272;"<" &ODAY()-365)-C277
In C277: =COUNTIF(C7:C272;"<" &TODAY()-730)

Regards,
Per

"Ken" skrev i meddelelsen
...
Excel2003 ...

Range C7:C272 contains Dates format = mm/dd/yy (& empty cells)

Looking for 3 Formulas for dates occuring as follows:

Cell C275 ... Count Dates __ Today () <= -365
Cell C276 ... Count Dates between ___ Today() -365 & Today() <= -730
Cell C277 ... Count Dates __ Today() -730

Count dates occuring between Today & last 365 days
Count dates occuring between last 366 days and 730 days
Count dates occuring last 730+ days

Thanks ... Kha


--
Kha


  #3   Report Post  
Posted to microsoft.public.excel.misc
Ken Ken is offline
external usenet poster
 
Posts: 590
Default Count Dates & Return as %

Per ... with a little gyration ... Did it ... Thanks ... Kha
--
Kha


"Per Jessen" wrote:

HI

In C275: =COUNTIF(C7:C272;"<=" &TODAY())-C276
In C276: =COUNTIF(C7:C272;"<" &ODAY()-365)-C277
In C277: =COUNTIF(C7:C272;"<" &TODAY()-730)

Regards,
Per

"Ken" skrev i meddelelsen
...
Excel2003 ...

Range C7:C272 contains Dates format = mm/dd/yy (& empty cells)

Looking for 3 Formulas for dates occuring as follows:

Cell C275 ... Count Dates __ Today () <= -365
Cell C276 ... Count Dates between ___ Today() -365 & Today() <= -730
Cell C277 ... Count Dates __ Today() -730

Count dates occuring between Today & last 365 days
Count dates occuring between last 366 days and 730 days
Count dates occuring last 730+ days

Thanks ... Kha


--
Kha


.

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
need a function (UDF) return X if 2 dates fall between 2 other dates Chris Salcedo Excel Worksheet Functions 4 September 2nd 09 10:49 PM
Count Intervals of 2 Consecutive Values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 6 November 29th 05 03:27 PM
Count Intervals of 1 Numeric value in a Row and Return Count down Column Sam via OfficeKB.com Excel Worksheet Functions 8 October 4th 05 04:37 PM
Count Intervals of 2 Numeric values in same Row and Return Count across Row Sam via OfficeKB.com Excel Worksheet Functions 12 September 24th 05 10:58 PM
Count Intervals of Filtered TEXT values in Column and Return Count across a Row Sam via OfficeKB.com Excel Worksheet Functions 9 July 31st 05 03:37 AM


All times are GMT +1. The time now is 08:41 PM.

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

About Us

"It's about Microsoft Excel"