Hello, here is my formula below
IF(DATETIME_DIFF(TODAY(), {Course Joining Date}, ‘months’) > {Course Payment Duration}, ‘Payment Complete’, ‘’)
What I need is to ignore the course payment duration field if it is blank, at the minute this is still get...