Thread: OT: Excel Help
View Single Post
  #2  
Old August 27th, 2004, 06:07 PM

Rasorow Rasorow is offline
Sergeant
 
Join Date: Apr 2004
Posts: 253
Thanks: 0
Thanked 0 Times in 0 Posts
Rasorow is on a distinguished road
Default Re: OT: Excel Help

Yes, it should be possible. Just to recap:

Check out Check in Greater then 6 months
6/24/03 1/28/04 yes

The above is the table you have. You want to automate the calculation of the third col to tell you if it has been greater then 6 months. I believe you can do this 1 of 2 ways. You can write a VB script through Excel's VB interface or use an IF statement for your formula. Try IF(DATE(A3,B3,120)>D3,"No","Yes") where cell A3 is the year and cell B3 is the month. If you need it down to the specific day look at the Day function.

Rasorow
Reply With Quote