I have 3 fields. In order of priority they are RetirementDate, BuyoutDate, and LeaseEndDate. For every record the possibility exists that RetirementDate and BuyoutDate are null. I have been unable to figure out the proper syntax for an if then formula that says
if RetirementDate & BuyoutDate are null then LeaseEndDate else
if RetirementDate is null then BuyoutDate else
RetirementDate
All help greatly appreciated
Nike