wanted to use if function by comparing date

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

Guest

I am using if formula and wanted to use date as criteria

for eg.

Cell A Cell B

30/01/2006 =if(cell A>.............., x,y)
dd/mm/yyyy

I want to use a date in place of ................... Kindly Suggest
 
Tyr:-

=IF(DATE(YEAR(A1),MONTH(A1),DAY(A1))>TODAY(),"After","Before")

Mike
 

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