ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   How do count a cell range that include all dates prior to today? (https://www.excelbanter.com/excel-discussion-misc-queries/240139-how-do-count-cell-range-include-all-dates-prior-today.html)

Bill T

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.

Luke M

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.


Pete_UK

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. *



Jacob Skaria

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.



All times are GMT +1. The time now is 03:12 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com