DATE

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi
i am trying to make following formula detail is A_col has today date B_col
has some older dates i need result in C_col, if B_col date older than 90 days
of A_col

A_col B_col C_col
07/01/2006 02/01/2006 3 Month is over !
07/01/2006 05/25/2006 -

thanks in advance.
tufail
 
Put this formula in C1 and drag fill-down as far as necessary.

=IF(A1-B1>90,"3 Month is over !","")

Mike F
 
thank you very much for your quick responsed.

Mike Fogleman said:
Put this formula in C1 and drag fill-down as far as necessary.

=IF(A1-B1>90,"3 Month is over !","")

Mike F
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top