Great question :slightly_smiling_face: I always advise wrapping calculations dealing with dates with an IF() statement to avoid errors/a result of NaN. In the case of DATETIME_DIFF(), you’ll want to use AND(), as well.
Try this:
IF(AND({Completion}, {Kick Off}), DATETIME_DIFF({Completion}, {Kick Off}, 'days'))