Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
liptonbnl
 
Posts: n/a
Default New excel user question: Incase of tie, select latest date


This will probably be really simple for most of you. This is coming from
someone really new to excel.
I'm working on a worksheet and I can't figure out how to do this.

In case of a tie, select the latest date. And it says i can't use the
sort command.

Now i can figure out how to tell if there is a tie using
=IF(COUNTIF(I13:I43,MIN(I13:I43))=2,"Tie","no tie")

But i can't figure out how to tell it to show the latest date.

Thanks for any input or hints on what to experiment with.


--
liptonbnl
------------------------------------------------------------------------
liptonbnl's Profile: http://www.excelforum.com/member.php...o&userid=35282
View this thread: http://www.excelforum.com/showthread...hreadid=550664

  #2   Report Post  
Posted to microsoft.public.excel.newusers
Biff
 
Posts: n/a
Default New excel user question: Incase of tie, select latest date

Hi!

Not a lot of detail to work with!

Now i can figure out how to tell if there is a tie using
=IF(COUNTIF(I13:I43,MIN(I13:I43))=2,"Tie","no tie")


Is I3:I43 a range of dates?

If there's a tie use the latest date..........the latest date means the most
recent date which would be:

=MAX(I3:I43)

If by latest date you actually mean the oldest date then that would be:

=MIN(I3:I43)

To incorporate those conditions into the above formula:

=IF(COUNTIF(I13:I43,MIN(I13:I43))1,MAX(I3:I43),"n ot defined")

In case of a tie, select the latest date.


"Not defined" means you haven't said what you want if there are no ties?

Biff

"liptonbnl" wrote
in message ...

This will probably be really simple for most of you. This is coming from
someone really new to excel.
I'm working on a worksheet and I can't figure out how to do this.

In case of a tie, select the latest date. And it says i can't use the
sort command.

Now i can figure out how to tell if there is a tie using
=IF(COUNTIF(I13:I43,MIN(I13:I43))=2,"Tie","no tie")

But i can't figure out how to tell it to show the latest date.

Thanks for any input or hints on what to experiment with.


--
liptonbnl
------------------------------------------------------------------------
liptonbnl's Profile:
http://www.excelforum.com/member.php...o&userid=35282
View this thread: http://www.excelforum.com/showthread...hreadid=550664



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
QUESTION: Copy pivottable from excel file to another. Simon Excel Discussion (Misc queries) 0 April 26th 06 10:48 AM
Excel date format trouble michaelberrier Excel Discussion (Misc queries) 2 April 21st 06 05:21 AM
How too set last edited date in excel and which user was it? jinlarse Excel Worksheet Functions 5 March 23rd 06 02:26 PM
Imported Date & Time format with calcs. managed in excel from imrp Todd F. Excel Worksheet Functions 0 July 8th 05 09:03 PM
Creating a Date Selector in Excel VBA? Mark Excel Discussion (Misc queries) 0 November 25th 04 10:59 PM


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

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"