A Date Query

  • Thread starter Thread starter SamuelT
  • Start date Start date
S

SamuelT

I need to create a formula which can do the following:

IF the end date (S2) is greater than than 12/31/05, AND the start date
(R2) is less than 12/31/05 then...(and I know the formula for here).

Any ideas? Thanks?

Sam B
 
try this:

=IF(AND(S2>DATE(2005,12,31),R2<DATE(2005,12,31)),IF TRUE,IF FALSE)

Good Luck
 
I'm glad it worked for you. Thanks for the feedback, it is always
appreciated.

Cheers!
 

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