Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default calculate 18 monts from a date

Hi I need to calculate from une date if 18 monts has past, if is false put a
"X" on if is true livet in blank (no 0 )
ex

Kevin start on 06 mai 2007 still no 18 monts = "X"
Tony start on 03 fev 2007 hi pas 18 monts = " "


tanks
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 2,480
Default calculate 18 monts from a date

Hi
=IF(DATEDIF(A11,TODAY(),"m")<18,"X","")

--
Regards
Roger Govier

"Centauro" wrote in message
...
Hi I need to calculate from une date if 18 monts has past, if is false put
a
"X" on if is true livet in blank (no 0 )
ex

Kevin start on 06 mai 2007 still no 18 monts = "X"
Tony start on 03 fev 2007 hi pas 18 monts = " "


tanks


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default calculate 18 monts from a date

Thanks but what if I want to compare to another date in B9 for ex
i tray
=IF(DATEDIF(A11,B9,"m")<18,"X","")
and gime a error

Tks

"Roger Govier" wrote:

Hi
=IF(DATEDIF(A11,TODAY(),"m")<18,"X","")

--
Regards
Roger Govier


  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,268
Default calculate 18 monts from a date

Start date first so A11 must be the earlier date.


--


Regards,


Peo Sjoblom





"Centauro" wrote in message
...
Thanks but what if I want to compare to another date in B9 for ex
i tray
=IF(DATEDIF(A11,B9,"m")<18,"X","")
and gime a error

Tks

"Roger Govier" wrote:

Hi
=IF(DATEDIF(A11,TODAY(),"m")<18,"X","")

--
Regards
Roger Govier




  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 8
Default calculate 18 monts from a date

Yes A11 will be always the earlier date that is way I need to calculate if 18
months has been past

"Peo Sjoblom" wrote:

Start date first so A11 must be the earlier date.


--


Regards,


Peo Sjoblom





"Centauro" wrote in message
...
Thanks but what if I want to compare to another date in B9 for ex
i tray
=IF(DATEDIF(A11,B9,"m")<18,"X","")
and gime a error

Tks

"Roger Govier" wrote:

Hi
=IF(DATEDIF(A11,TODAY(),"m")<18,"X","")

--
Regards
Roger Govier







  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 3,268
Default calculate 18 monts from a date

So what did you put in B9 and what kind of error did you get?


--


Regards,


Peo Sjoblom



"Centauro" wrote in message
...
Yes A11 will be always the earlier date that is way I need to calculate if
18
months has been past

"Peo Sjoblom" wrote:

Start date first so A11 must be the earlier date.


--


Regards,


Peo Sjoblom





"Centauro" wrote in message
...
Thanks but what if I want to compare to another date in B9 for ex
i tray
=IF(DATEDIF(A11,B9,"m")<18,"X","")
and gime a error

Tks

"Roger Govier" wrote:

Hi
=IF(DATEDIF(A11,TODAY(),"m")<18,"X","")

--
Regards
Roger Govier






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
Trying to calculate end date using order date and lead time variab BWA Excel Worksheet Functions 3 August 15th 08 04:48 PM
Auto calculate for date + days forward to yield new date John Sullivan Excel Worksheet Functions 1 April 22nd 06 05:18 PM
formula to calculate age using birth date and current date lalah Excel Worksheet Functions 2 November 20th 05 10:51 PM
formula to calculate future date from date in cell plus days Chicesq Excel Worksheet Functions 8 November 3rd 05 12:25 PM
Calculate month-end date from date in adjacent cell? Matt D Francis Excel Worksheet Functions 4 May 19th 05 04:55 AM


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