Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 440
Default COUNTIF q re dates and blank cells

I am trying to create a formula which will look at dates (D3:D100) and count
ones which are earlier than TODAY() but to ignore blank cells too.

Thanks
--
Traa Dy Liooar

Jock
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 202
Default COUNTIF q re dates and blank cells

=COUNTIF(D3:D100,"<" & TODAY())

"Jock" wrote:

I am trying to create a formula which will look at dates (D3:D100) and count
ones which are earlier than TODAY() but to ignore blank cells too.

Thanks
--
Traa Dy Liooar

Jock

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 440
Default COUNTIF q re dates and blank cells

Nice one. Cheers Dennis
--
Traa Dy Liooar

Jock


"Dennis" wrote:

=COUNTIF(D3:D100,"<" & TODAY())

"Jock" wrote:

I am trying to create a formula which will look at dates (D3:D100) and count
ones which are earlier than TODAY() but to ignore blank cells too.

Thanks
--
Traa Dy Liooar

Jock

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,118
Default COUNTIF q re dates and blank cells

Try this:

=COUNTIF(D3:D100,"<"&TODAY())

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"Jock" wrote in message
...
I am trying to create a formula which will look at dates (D3:D100) and
count
ones which are earlier than TODAY() but to ignore blank cells too.

Thanks
--
Traa Dy Liooar

Jock



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 440
Default COUNTIF q re dates and blank cells

Got it, thanks
--
Traa Dy Liooar

Jock


"Ron Coderre" wrote:

Try this:

=COUNTIF(D3:D100,"<"&TODAY())

Does that help?
Post back if you have more questions.
--------------------------

Regards,

Ron
Microsoft MVP (Excel)
(XL2003, Win XP)

"Jock" wrote in message
...
I am trying to create a formula which will look at dates (D3:D100) and
count
ones which are earlier than TODAY() but to ignore blank cells too.

Thanks
--
Traa Dy Liooar

Jock






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
Use multiple criteria with COUNTIF: between dates and not blank l.shields Excel Worksheet Functions 13 July 27th 09 06:53 PM
COUNTIF & Blank Cells laurie g Excel Discussion (Misc queries) 2 September 18th 06 08:01 PM
COUNTIF, dates and blank cell criteria luvthavodka Excel Discussion (Misc queries) 6 June 1st 06 09:48 PM
countif non blank cells + dates overdue mcmillad Excel Worksheet Functions 1 April 19th 06 01:47 PM
How to COUNTIF blank cells? Soapman Excel Worksheet Functions 6 March 31st 06 10:27 PM


All times are GMT +1. The time now is 10:06 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"