Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
davidp
 
Posts: n/a
Default Return the latest date from a list of dates


  #2   Report Post  
JulieD
 
Posts: n/a
Default

with your list of dates in A1:A100
=MAX(A1:A100)

Cheers
JulieD

"davidp" wrote:



  #3   Report Post  
davidp
 
Posts: n/a
Default

thanks. sometimes its right in front of you!
-----Original Message-----
with your list of dates in A1:A100
=MAX(A1:A100)

Cheers
JulieD

"davidp" wrote:



.

  #4   Report Post  
john.bedford3
 
Posts: n/a
Default

How would you adapt this if you wanted to find the latest date in a
particular month from a list of dates?

--
John
Delete extra @ to reply
"JulieD" wrote in message
...
with your list of dates in A1:A100
=MAX(A1:A100)

Cheers
JulieD

"davidp" wrote:





  #5   Report Post  
CLR
 
Posts: n/a
Default

Assuming your dates are in column A, and the number of the month you wish to
call up is in C1........
put this in B1 and copy down.... =IF(MONTH(A1)=$C$1,A1,"")

then in D1 put this....... =MAX(B:B)

Vaya con Dios,
Chuck, CABGx3



"john.bedford3" wrote in message
...
How would you adapt this if you wanted to find the latest date in a
particular month from a list of dates?

--
John
Delete extra @ to reply
"JulieD" wrote in message
...
with your list of dates in A1:A100
=MAX(A1:A100)

Cheers
JulieD

"davidp" wrote:









  #6   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Thu, 17 Mar 2005 01:25:43 GMT, "john.bedford3"
wrote:

How would you adapt this if you wanted to find the latest date in a
particular month from a list of dates?


Assume:

Dates: named range including all your dates. Can be in any order.
Month: named range (cell) containing the month number (1=Jan)

Array formula:

=MAX((MONTH(Dates)=Month)*Dates)

To enter an array formula, you must hold down <ctrl<shift while hitting
<enter. XL will place braces {...} around the formula.


--ron
  #7   Report Post  
john.bedford3
 
Posts: n/a
Default

Thanks, I will keep a note of this for future reference. Ron's method suits
my spreadsheet better in this case.

John
"CLR" wrote in message
...
Assuming your dates are in column A, and the number of the month you wish

to
call up is in C1........
put this in B1 and copy down.... =IF(MONTH(A1)=$C$1,A1,"")

then in D1 put this....... =MAX(B:B)

Vaya con Dios,
Chuck, CABGx3



"john.bedford3" wrote in message
...
How would you adapt this if you wanted to find the latest date in a
particular month from a list of dates?

--
John
Delete extra @ to reply
"JulieD" wrote in message
...
with your list of dates in A1:A100
=MAX(A1:A100)

Cheers
JulieD

"davidp" wrote:









  #8   Report Post  
john.bedford3
 
Posts: n/a
Default

Thanks Ron that has solved another problem for me.

John
"Ron Rosenfeld" wrote in message
...
On Thu, 17 Mar 2005 01:25:43 GMT, "john.bedford3"


wrote:

How would you adapt this if you wanted to find the latest date in a
particular month from a list of dates?


Assume:

Dates: named range including all your dates. Can be in any order.
Month: named range (cell) containing the month number (1=Jan)

Array formula:

=MAX((MONTH(Dates)=Month)*Dates)

To enter an array formula, you must hold down <ctrl<shift while hitting
<enter. XL will place braces {...} around the formula.


--ron



  #9   Report Post  
Ron Rosenfeld
 
Posts: n/a
Default

On Thu, 17 Mar 2005 17:20:33 GMT, "john.bedford3"
wrote:

Thanks Ron that has solved another problem for me.

John


Glad to help. Thank you for the feedback.


--ron
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
how do i print a list of names and dates in excel into a two-colu. Captainbob Excel Discussion (Misc queries) 2 March 4th 05 08:54 PM
Using a col of Dates by day I want to determine a wk ending date. Ken Espo Excel Worksheet Functions 4 February 3rd 05 11:03 PM
Using a col of Dates by day I want to determine a wk ending date. Ken Espo Excel Worksheet Functions 1 February 3rd 05 08:09 PM
Return a date 6 months from a date in another cell Qaspec Excel Worksheet Functions 1 January 21st 05 04:59 PM
I have a list of dates that I need to count based on a date range ejb030353 Excel Worksheet Functions 4 November 24th 04 02:27 PM


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