Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Count Days more than 180 days prior to today

On sheet two I have a column of dates formatted as 3/28/2008. I would like to
add
a cell on Sheet1! that looks at that column and counts the number of entries
that are 180 days prior to today or higher.I tried this with out luck.

=COUNTIF(Clients!AC4:AC113,(TODAY()-180))

but it just gave me 0 though there was 1 in the column.
--
Thank you,

Gregory
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,856
Default Count Days more than 180 days prior to today

I've just responded to your other post.

Pete

On Mar 28, 9:45*pm, Gregory Day
wrote:
On sheet two I have a column of dates formatted as 3/28/2008. I would like to
add
a cell on Sheet1! that looks at that column and counts the number of entries
that are 180 days prior to today or higher.I tried this with out luck.

=COUNTIF(Clients!AC4:AC113,(TODAY()-180))

but it just gave me 0 though there was 1 in the column.
--
Thank you,

Gregory


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,345
Default Count Days more than 180 days prior to today

If you want from 180 days ago to today and assuming that there are no dates
later than today, then use:

=COUNTIF(Clients!AC4:AC113,""&TODAY()-180)


--
HTH

Sandy
In Perth, the ancient capital of Scotland
and the crowning place of kings


Replace @mailinator.com with @tiscali.co.uk


"Gregory Day" wrote in message
...
On sheet two I have a column of dates formatted as 3/28/2008. I would like
to
add
a cell on Sheet1! that looks at that column and counts the number of
entries
that are 180 days prior to today or higher.I tried this with out luck.

=COUNTIF(Clients!AC4:AC113,(TODAY()-180))

but it just gave me 0 though there was 1 in the column.
--
Thank you,

Gregory



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 25
Default Count Days more than 180 days prior to today

Thanks you all. It is fixed!
--
Thank you,

Gregory


"Gregory Day" wrote:

On sheet two I have a column of dates formatted as 3/28/2008. I would like to
add
a cell on Sheet1! that looks at that column and counts the number of entries
that are 180 days prior to today or higher.I tried this with out luck.

=COUNTIF(Clients!AC4:AC113,(TODAY()-180))

but it just gave me 0 though there was 1 in the column.
--
Thank you,

Gregory

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
When word says Install I want it count the days for 3 days w.o wee CYNTHIA Excel Worksheet Functions 1 March 23rd 08 05:28 AM
COUNT how many ROWS ago out of 10 days that the highest high in 10 days was made rhhince Excel Worksheet Functions 1 January 14th 07 09:56 PM
How do I use the IF formula to flag dates 21 days prior to deadlin Wanderer Excel Worksheet Functions 1 September 26th 06 01:29 PM
Subtracting a time from a day and 2 days prior flucky07 Excel Discussion (Misc queries) 2 June 13th 06 06:40 PM
Formula to count number of days in range which are less than today zooming Excel Worksheet Functions 2 June 21st 05 04:01 PM


All times are GMT +1. The time now is 04:15 AM.

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"