Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default COUNTIF Function issue

I need to make a count if function which will count the cell in a column if
the date in that column meets the following condition

TODAY()-A190

A1 in this formula represents the the Cell being referenced in a column of
60 dates I need to know how many of those dates are more than 90 days old.
Thanks in advance for any help
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default COUNTIF Function issue

more than 90 days old.

Try this:

=SUMPRODUCT(--(A1:A60<TODAY()-90))

--
Biff
Microsoft Excel MVP


"Gweduc" wrote in message
...
I need to make a count if function which will count the cell in a column if
the date in that column meets the following condition

TODAY()-A190

A1 in this formula represents the the Cell being referenced in a column of
60 dates I need to know how many of those dates are more than 90 days old.
Thanks in advance for any help



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,104
Default COUNTIF Function issue

=SUMPRODUCT(--(A1:A60<TODAY()-90))
best wishes

--
Bernard V Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme
remove caps from email


"Gweduc" wrote in message
...
I need to make a count if function which will count the cell in a column
if
the date in that column meets the following condition

TODAY()-A190

A1 in this formula represents the the Cell being referenced in a column of
60 dates I need to know how many of those dates are more than 90 days old.
Thanks in advance for any help



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,276
Default COUNTIF Function issue

=SUMPRODUCT(--(A1:A60<TODAY()-90),--(A1:A60<""))

"Gweduc" wrote:

I need to make a count if function which will count the cell in a column if
the date in that column meets the following condition

TODAY()-A190

A1 in this formula represents the the Cell being referenced in a column of
60 dates I need to know how many of those dates are more than 90 days old.
Thanks in advance for any help

  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default COUNTIF Function issue

Thanks for your help with this, it worked very well.

Sid


"T. Valko" wrote:

more than 90 days old.


Try this:

=SUMPRODUCT(--(A1:A60<TODAY()-90))

--
Biff
Microsoft Excel MVP


"Gweduc" wrote in message
...
I need to make a count if function which will count the cell in a column if
the date in that column meets the following condition

TODAY()-A190

A1 in this formula represents the the Cell being referenced in a column of
60 dates I need to know how many of those dates are more than 90 days old.
Thanks in advance for any help






  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default COUNTIF Function issue

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"Gweduc" wrote in message
...
Thanks for your help with this, it worked very well.

Sid


"T. Valko" wrote:

more than 90 days old.


Try this:

=SUMPRODUCT(--(A1:A60<TODAY()-90))

--
Biff
Microsoft Excel MVP


"Gweduc" wrote in message
...
I need to make a count if function which will count the cell in a column
if
the date in that column meets the following condition

TODAY()-A190

A1 in this formula represents the the Cell being referenced in a column
of
60 dates I need to know how many of those dates are more than 90 days
old.
Thanks in advance for any help






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
Countif issue Stuck Excel Worksheet Functions 3 June 23rd 09 10:29 PM
Weeknum function issue WS Excel Worksheet Functions 7 February 4th 09 12:10 PM
SumProduct CountIF issue JimG Excel Worksheet Functions 5 August 3rd 08 06:20 AM
YEAR function issue Barb Reinhardt Excel Worksheet Functions 1 April 24th 07 06:12 PM
Date function/Text issue MijC Excel Worksheet Functions 10 December 6th 05 09:34 PM


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