Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Use multiple criteria with COUNTIF: between dates and not blank | Excel Worksheet Functions | |||
COUNTIF & Blank Cells | Excel Discussion (Misc queries) | |||
COUNTIF, dates and blank cell criteria | Excel Discussion (Misc queries) | |||
countif non blank cells + dates overdue | Excel Worksheet Functions | |||
How to COUNTIF blank cells? | Excel Worksheet Functions |