Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mark
 
Posts: n/a
Default Choice of Date or another field

I have a column which is used for component completion date. The latest
date is teh complition date for teh project. I am using MAX(field:field) to
select the latest date. However, we are running across the occurance where a
date is TBD(to be determined) How can I choose the TBD if it is present in
the column over the max date?
  #2   Report Post  
Biff
 
Posts: n/a
Default

Hi!

Try this:

=IF(ISNUMBER(MATCH("TBD",B1:B30,0)),"TBD",MAX(B1:B 30))

Format cell as DATE

Biff

"Mark" wrote in message
...
I have a column which is used for component completion date. The latest
date is teh complition date for teh project. I am using MAX(field:field)
to
select the latest date. However, we are running across the occurance
where a
date is TBD(to be determined) How can I choose the TBD if it is present
in
the column over the max date?



  #3   Report Post  
Mark
 
Posts: n/a
Default

Biff -

Thanks for the help!!

Mark

"Biff" wrote:

Hi!

Try this:

=IF(ISNUMBER(MATCH("TBD",B1:B30,0)),"TBD",MAX(B1:B 30))

Format cell as DATE

Biff

"Mark" wrote in message
...
I have a column which is used for component completion date. The latest
date is teh complition date for teh project. I am using MAX(field:field)
to
select the latest date. However, we are running across the occurance
where a
date is TBD(to be determined) How can I choose the TBD if it is present
in
the column over the max date?




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
Excel date field link to Word Earl Excel Discussion (Misc queries) 1 July 13th 05 11:20 PM
Keeping date format of a field inserted from an excel database Tim Cossins Excel Worksheet Functions 1 May 21st 05 12:49 AM
Automaticaly put in the / in a date field Keith Excel Discussion (Misc queries) 1 April 12th 05 02:53 PM
Convert 20050118 to a working date field Jessica Excel Worksheet Functions 7 February 23rd 05 10:07 PM
Validating a date field kenelder Excel Discussion (Misc queries) 2 February 16th 05 10:50 PM


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