I need help writting a formula:
Each row has the following information
ref_no | this_date | that_date | the_other_date
i would like to calculate max_date on the same row (max date of this, that and the other) as well a flag that indicates if max_date >= today+1year
any ideas?
Each row has the following information
ref_no | this_date | that_date | the_other_date
i would like to calculate max_date on the same row (max date of this, that and the other) as well a flag that indicates if max_date >= today+1year
any ideas?