Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Select criteria based on date

I am a pilot. I am using Excel to create a digital logbook to keep track of
everything for me. I am looking for a way to have excel tell me what class
of medical I currently hold. Pilot medicals come in three types first class,
second class, and third class. First class is active for 6 months after
examination, second class is active for 2 years after examination (1yr
6months after first expires), and third class is active for 3 years after
examination (2yrs 6months after first expires, 1yr after second expires). Is
there any way to have excel automatically tell me which type of medical I
hold?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Select criteria based on date

On 9 May, 21:42, N85DZ wrote:
Is there any way to have excel automatically tell me which type of medical I

hold?

Not sure if I've understood your requirements properly, but here's a
solution of sorts.

In cell:

A1 enter date of your last 1st class exam
A2 enter date of your last 2nd class exam
A3 enter date of your last 3rd class exam

B1 enter =A1+180
B2 enter =A2+730
B3 enter =A3+

C1 enter =IF(B1TODAY(),"VALID","EXPIRED")
C2 enter =IF(B2TODAY(),"VALID","EXPIRED")
C3 enter =IF(B3TODAY(),"VALID","EXPIRED")

HTH

Andrew


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2
Default Select criteria based on date



Not quite what I am looking for, thank you though. I want it to return First, Second, or Third in one cell. Also, I think the dates should be something like,

(exam on 1/4/07)
1/4/07 to 6/31/07 - return first
7/1/07 to 1/31/09 - return second
2/1/09 to 1/31/10 - return third


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
Result Based on Date Criteria pobm62 Excel Discussion (Misc queries) 6 November 1st 06 10:07 PM
Select rows based on criteria sotiris_s Excel Worksheet Functions 4 November 14th 05 12:35 PM
data validation list should have opt. to select based on criteria be Excel Worksheet Functions 1 September 15th 05 01:05 PM
date criteria to select range Kstalker Excel Worksheet Functions 30 August 23rd 05 07:19 AM
Can I select a worksheet based upon a cell criteria?(for printing) Tim Richards Excel Worksheet Functions 0 March 30th 05 07:03 PM


All times are GMT +1. The time now is 02:31 AM.

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"