#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 115
Default MAX Foumula

Hi,

I know that the 'MAX' formula can be used to look into a range and pick out
the most recent date.

Is it possible to use this formula to pick out the second most recent date?

Thanks for youe help.

Carol
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default MAX Foumula

Use LARGE

=LARGE(A2:A500,2)

will return the second highest number which would be the equivalent of the
second most recent date assuming that the dates are numerical excel dates
and not text strings

--


Regards,


Peo Sjoblom

"carol" wrote in message
...
Hi,

I know that the 'MAX' formula can be used to look into a range and pick
out
the most recent date.

Is it possible to use this formula to pick out the second most recent
date?

Thanks for youe help.

Carol



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default MAX Foumula

Use the LARGE function for that. For example (change the range to suit you
conditions)...

=LARGE(A1:Z3,2)

Rick


"carol" wrote in message
...
Hi,

I know that the 'MAX' formula can be used to look into a range and pick
out
the most recent date.

Is it possible to use this formula to pick out the second most recent
date?

Thanks for youe help.

Carol


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 5,939
Default MAX Foumula

Use the Large formula

=Large(A1:A2, 2)

Will return the second largest value in cells A1:A10
--
HTH...

Jim Thomlinson


"carol" wrote:

Hi,

I know that the 'MAX' formula can be used to look into a range and pick out
the most recent date.

Is it possible to use this formula to pick out the second most recent date?

Thanks for youe help.

Carol

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
WHAT IS THE MAX NUMBER OF "IF" CONDITIONS POSSIBLE IN ONE FOUMULA gallie Excel Worksheet Functions 1 March 28th 07 09:02 AM
WHAT IS THE MAX NUMBER OF "IF" CONDITIONS POSSIBLE IN ONE FOUMULA gallie Excel Worksheet Functions 2 March 28th 07 02:44 AM
WHAT IS THE MAX NUMBER OF "IF" CONDITIONS POSSIBLE IN ONE FOUMULA Stefi Excel Worksheet Functions 0 March 28th 07 01:56 AM
Problem with foumula Cliff Excel Worksheet Functions 1 April 6th 06 12:37 AM


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