hi Team,
I have two date columns and based on date column final status column. and applying simple formula .
if (col1<=col2, "Green","Red")
but in case end user enter NA in both the column, output is "Green"
and col1 is NA and col2 is N/A then output is "Red"..
why..? please suggest .