#1   Report Post  
cindyd
 
Posts: n/a
Default help! formulas

I have 2000 row shreadsheet of dates. Need to determine which date is
greater than 10/31/2005 and return to another worksheet.
Any guesses on least painful way to do?
  #2   Report Post  
Myrna Larson
 
Posts: n/a
Default

You haven't said whether there is more than one date 10/31/2005, but you can
try this array formula, entered with CTRL+SHIFT+ENTER:

=MAX(IF(B2:B2001DATE(2005,10,31),B2:B2001))

If there is more than one such date, the above returns the latest one. If you
want the first one in the list,

=INDEX(B2:B2001,MIN(IF(B2:B2001DATE(2005,10,31),R OW(B2:B2001)-1)))


On Fri, 23 Sep 2005 11:59:02 -0700, cindyd
wrote:

I have 2000 row shreadsheet of dates. Need to determine which date is
greater than 10/31/2005 and return to another worksheet.
Any guesses on least painful way to do?

  #3   Report Post  
cindyd
 
Posts: n/a
Default

Thank you for your reply! Yes there are many dates in that column.
From 2003 to 2014.
I want only the dates greater than 10/31/2005 to return to the other
worksheet. ONLY if they meet the criteria of 10/31/2005.

"cindyd" wrote:

I have 2000 row shreadsheet of dates. Need to determine which date is
greater than 10/31/2005 and return to another worksheet.
Any guesses on least painful way to do?

  #4   Report Post  
Jim May
 
Posts: n/a
Default

I'de engage an Auto-filter on your total range;
then on the date column select the "greater than" - also
enter 10/31/2005 in box.
This should give you **ONLY** records of 10/31/05 and beynd.
Copy and Paste All these records to a new sheet.
HTH

"cindyd" wrote:

Thank you for your reply! Yes there are many dates in that column.
From 2003 to 2014.
I want only the dates greater than 10/31/2005 to return to the other
worksheet. ONLY if they meet the criteria of 10/31/2005.

"cindyd" wrote:

I have 2000 row shreadsheet of dates. Need to determine which date is
greater than 10/31/2005 and return to another worksheet.
Any guesses on least painful way to do?

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
Array Formulas take waaaay too long... belly0fdesire Excel Worksheet Functions 7 August 8th 05 10:11 PM
Need Formulas for counting multiple conditions OrdOff Excel Worksheet Functions 4 July 3rd 05 06:12 PM
Problem with named formula's nathan Excel Worksheet Functions 0 January 21st 05 04:07 PM
Formulas Stan Excel Worksheet Functions 3 January 21st 05 02:58 PM
calculating formulas for all workbooks in a folder Chad Excel Worksheet Functions 3 November 13th 04 05:22 PM


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