Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default How do count a cell range that include all dates prior to today?

I have several spreadsheets that track compliance dates. I'm looking for a
formula that I can use to automatically calculate percentages by counting all
dates in a cell range that are prior to todays date.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,722
Default How do count a cell range that include all dates prior to today?

Something like:
=COUNTIF(A:A,"<"&TODAY())
--
Best Regards,

Luke M
*Remember to click "yes" if this post helped you!*


"Bill T" wrote:

I have several spreadsheets that track compliance dates. I'm looking for a
formula that I can use to automatically calculate percentages by counting all
dates in a cell range that are prior to todays date.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default How do count a cell range that include all dates prior to today?

If your dates are in column D, then you could use this:

=COUNTIF(D:D,"<"&TODAY())

Hope this helps.

Pete

On Aug 19, 5:33*pm, Bill T <Bill
wrote:
I have several spreadsheets that track compliance dates. *I'm looking for a
formula that I can use to automatically calculate percentages by counting all
dates in a cell range that are prior to todays date. *


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default How do count a cell range that include all dates prior to today?

The below will count the number of dates in Col A which are prior to todays
date..

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

If this post helps click Yes
---------------
Jacob Skaria


"Bill T" wrote:

I have several spreadsheets that track compliance dates. I'm looking for a
formula that I can use to automatically calculate percentages by counting all
dates in a cell range that are prior to todays date.

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
Count Dates <Today? Ken Excel Discussion (Misc queries) 3 May 12th 09 01:59 PM
Count Days more than 180 days prior to today Gregory Day Excel Worksheet Functions 4 March 28th 08 10:16 PM
Find (Today-21) in a range of dates JG Excel Discussion (Misc queries) 4 March 15th 05 03:59 PM
Count the number of dates in a range that are earlier than today. DeborahS Excel Worksheet Functions 1 March 9th 05 01:54 AM


All times are GMT +1. The time now is 07:32 AM.

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"