Hi,
a column contains dates in date format, contains a date before the column b date
b column contains today()
I want c column to get some output, if b-a is more than 5 years (exact days), say 20
do , if b-a is more than 2 years and less than 5 years, say 40
do , if b-a is less than 2 years , say 60 otherwise blank
Please use if condition to get the above results. I have formatted a, b with date formats
Bookmarks