#1   Report Post  
Luey
 
Posts: n/a
Default days+30

How do I figure which in a column are 30+, 60+, etc over today's date?
  #2   Report Post  
Bob Phillips
 
Posts: n/a
Default

In adjacent column

=IF(A1=TODAY()+60,"60+",IF(A1=TODAY()+30,"30+"," "))

and copy down

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Luey" wrote in message
...
How do I figure which in a column are 30+, 60+, etc over today's date?



  #3   Report Post  
Jason Morin
 
Posts: n/a
Default

With dates in col. A, try this in col. B:

=LOOKUP(FLOOR(MAX(TODAY()-A1,0),30),{0,30,60,90,120},
{"","30+","60+","90+","120+"})

HTH
Jason
Atlanta, GA

-----Original Message-----
How do I figure which in a column are 30+, 60+, etc over

today's date?
.

  #4   Report Post  
Luey
 
Posts: n/a
Default

And if I want to do a whole column I would put
=IF(A1.A50=TODAY()+60,"60+",IF(A1=TODAY()+30,"30 +","")) ? Thank you so
much for your help!

"Bob Phillips" wrote:

In adjacent column

=IF(A1=TODAY()+60,"60+",IF(A1=TODAY()+30,"30+"," "))

and copy down

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Luey" wrote in message
...
How do I figure which in a column are 30+, 60+, etc over today's date?




  #5   Report Post  
Bob Phillips
 
Posts: n/a
Default

NO, put what I gave you in the first cell of the column and copy down.

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Luey" wrote in message
...
And if I want to do a whole column I would put
=IF(A1.A50=TODAY()+60,"60+",IF(A1=TODAY()+30,"30 +","")) ? Thank you so
much for your help!

"Bob Phillips" wrote:

In adjacent column

=IF(A1=TODAY()+60,"60+",IF(A1=TODAY()+30,"30+"," "))

and copy down

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Luey" wrote in message
...
How do I figure which in a column are 30+, 60+, etc over today's date?








  #6   Report Post  
Luey
 
Posts: n/a
Default

Neither of the suggestions are working. Maybe I am asking the wrong question?
I have a column of dates. Below that I want in 4 different squares a count of
which of these dates is over 30, 60,90 and 120 days older than today's date.

"Luey" wrote:

How do I figure which in a column are 30+, 60+, etc over today's date?

  #7   Report Post  
Bob Phillips
 
Posts: n/a
Default

Assuming that the dates are in A1:A100

A101: =COUNTIF($A$1:$A$10,"<"&(TODAY()-120))
A102: =COUNTIF($A$1:$A$10,"<"&(TODAY()-90))-A101
A103: =COUNTIF($A$1:$A$10,"<"&(TODAY()-60))-A101-A102
A104: =COUNTIF($A$1:$A$10,"<"&(TODAY()-30))-A101-A102-A103

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Luey" wrote in message
...
Neither of the suggestions are working. Maybe I am asking the wrong

question?
I have a column of dates. Below that I want in 4 different squares a count

of
which of these dates is over 30, 60,90 and 120 days older than today's

date.

"Luey" wrote:

How do I figure which in a column are 30+, 60+, etc over today's date?



  #8   Report Post  
Luey
 
Posts: n/a
Default

This worked! Sorry I had been out of the office for a while. Thank you so much!

"Bob Phillips" wrote:

Assuming that the dates are in A1:A100

A101: =COUNTIF($A$1:$A$10,"<"&(TODAY()-120))
A102: =COUNTIF($A$1:$A$10,"<"&(TODAY()-90))-A101
A103: =COUNTIF($A$1:$A$10,"<"&(TODAY()-60))-A101-A102
A104: =COUNTIF($A$1:$A$10,"<"&(TODAY()-30))-A101-A102-A103

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Luey" wrote in message
...
Neither of the suggestions are working. Maybe I am asking the wrong

question?
I have a column of dates. Below that I want in 4 different squares a count

of
which of these dates is over 30, 60,90 and 120 days older than today's

date.

"Luey" wrote:

How do I figure which in a column are 30+, 60+, etc over today's 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
Days in Calender Ajit Munj Excel Discussion (Misc queries) 5 March 7th 05 11:11 AM
HOW TO CALCULATE THE DAYS? Bel Excel Worksheet Functions 2 February 2nd 05 07:05 PM
Subracting Dates to come up with the # of days between them KimberlyC Excel Worksheet Functions 8 December 20th 04 09:46 PM
Calculating Production/Man Days in Excel mpetersen Excel Discussion (Misc queries) 3 December 16th 04 02:41 PM
Help! I am stuck calculating Days, Hours, Mins please help OB1 Excel Worksheet Functions 3 November 15th 04 05:17 PM


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