Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Joker
 
Posts: n/a
Default Minimum date greater than a specific date.

I am looking for a formula to give me the minimum date from a list of dates
greater than 90 days ago. In column A from cell A39 to A46 I have a list of
dates. In cell V50 I have =today()-90. I need the date that is the earliest
from the date in cell V50. Any help would be appreciated. Thank you
  #2   Report Post  
Posted to microsoft.public.excel.misc
CLR
 
Posts: n/a
Default Minimum date greater than a specific date.

=TEXT(IF(MIN(A39:A46)<=V50,MIN(A39:A46),"No dates older than 90
days"),"mm/dd/yyyy")

All on one line, watch out for email wordwrap..........

Vaya con Dios,
Chuck, CABGx3


"Joker" wrote:

I am looking for a formula to give me the minimum date from a list of dates
greater than 90 days ago. In column A from cell A39 to A46 I have a list of
dates. In cell V50 I have =today()-90. I need the date that is the earliest
from the date in cell V50. Any help would be appreciated. Thank you

  #3   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default Minimum date greater than a specific date.

=MIN(IF(A39:A46V50,A39:A46)

which is an array formula, so commit with Ctrl-Shift-Enter

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Joker" wrote in message
...
I am looking for a formula to give me the minimum date from a list of

dates
greater than 90 days ago. In column A from cell A39 to A46 I have a list

of
dates. In cell V50 I have =today()-90. I need the date that is the

earliest
from the date in cell V50. Any help would be appreciated. Thank you



  #4   Report Post  
Posted to microsoft.public.excel.misc
Joker
 
Posts: n/a
Default Minimum date greater than a specific date.

Thank you very much. That works great!

"Bob Phillips" wrote:

=MIN(IF(A39:A46V50,A39:A46)

which is an array formula, so commit with Ctrl-Shift-Enter

--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Joker" wrote in message
...
I am looking for a formula to give me the minimum date from a list of

dates
greater than 90 days ago. In column A from cell A39 to A46 I have a list

of
dates. In cell V50 I have =today()-90. I need the date that is the

earliest
from the date in cell V50. Any help would be appreciated. Thank you




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
minimum greater than zero OkieViking Excel Worksheet Functions 9 March 19th 06 06:36 PM
Formula for placings, using 4 times and greater than minimum time handers Excel Worksheet Functions 2 May 12th 05 08:00 PM
Trying to make cell "date sensitive" to specific date ebuzz13 Excel Discussion (Misc queries) 1 January 19th 05 11:04 PM
How do I make a cell date specific to input a value on a specific. ebuzz13 Excel Discussion (Misc queries) 1 January 18th 05 05:53 PM
Addition to Turn cell red if today is greater or equal to date in cell Rich New Users to Excel 2 December 9th 04 02:06 AM


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

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"