Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
sdupont
 
Posts: n/a
Default Finding the Latest Date from Several Dates in Different Columns

Can someone help me with a formula? I'd like to create a new column into
which I can put a formula that looks at dates in 3 other columns and puts the
most recent date from the 3 into the new column? Thanks!
--
sdupont
  #2   Report Post  
Posted to microsoft.public.excel.misc
Roger Govier
 
Posts: n/a
Default Finding the Latest Date from Several Dates in Different Columns

Hi

Dates are stored by Excel as serial numbers, therefore the latest date will
be the highest number
Try
=MAX(A1:C1)


--
Regards

Roger Govier


"sdupont" wrote in message
...
Can someone help me with a formula? I'd like to create a new column into
which I can put a formula that looks at dates in 3 other columns and puts
the
most recent date from the 3 into the new column? Thanks!
--
sdupont



  #3   Report Post  
Posted to microsoft.public.excel.misc
sdupont
 
Posts: n/a
Default Finding the Latest Date from Several Dates in Different Column

Roger,
It did not work. I tried the formula looking at 3 columns: =MAX(N2:AP2:AR2)
and got a circular ref. Tried it with just 2 columns =MAX(N2:AP2) and the
end result was 1/0/1900.

Any other suggestions or am I doing something wrong? Thanks.

--
sdupont


"Roger Govier" wrote:

Hi

Dates are stored by Excel as serial numbers, therefore the latest date will
be the highest number
Try
=MAX(A1:C1)


--
Regards

Roger Govier


"sdupont" wrote in message
...
Can someone help me with a formula? I'd like to create a new column into
which I can put a formula that looks at dates in 3 other columns and puts
the
most recent date from the 3 into the new column? Thanks!
--
sdupont




  #4   Report Post  
Posted to microsoft.public.excel.misc
Pete
 
Posts: n/a
Default Finding the Latest Date from Several Dates in Different Column

Roger's suggested formula covered the range from A1 to C1, but as you
have three non-adjacent columns you must separate them by a comma and
not a colon. Try this:

=MAX(N2,AP2,AR2)

Pete

  #5   Report Post  
Posted to microsoft.public.excel.misc
sdupont
 
Posts: n/a
Default Finding the Latest Date from Several Dates in Different Column

IT Worked! Thank you Pete. This is my first time using this forum and I
appreciate the help.
--
sdupont


"Pete" wrote:

Roger's suggested formula covered the range from A1 to C1, but as you
have three non-adjacent columns you must separate them by a comma and
not a colon. Try this:

=MAX(N2,AP2,AR2)

Pete


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
Caculating Columns Between Certain Dates Dermot New Users to Excel 19 January 11th 06 04:26 PM
sumproduct for latest date Sue Excel Worksheet Functions 9 August 3rd 05 09:30 PM
search for latest date Sue Excel Worksheet Functions 2 August 2nd 05 11:09 PM
Finding dates within a date range Marcus Excel Worksheet Functions 2 April 5th 05 02:03 AM
Finding Dates in a date range Marcus Excel Discussion (Misc queries) 1 April 5th 05 01:51 AM


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