I am nesting an IF statement inside a DATEDIF to determine employee tenure. I am trying to write the formula in such a way that pulls the termination date if the cell is not blank, but uses today's date if the cell is blank.
Here is the formula I wrote but it is coming back with a #NAME? error.
=DATEDIF([@[Hire Date]],IFS([@[Exit Date]]<>””,[@[Exit Date]],[@[Exit Date]]="",TODAY()),"M")