Trying to do an IF in cell F8:
if( M8>"","SENT",F8 )

The idea is that if M8 (a date value) is greater than nothing then F8="SENT" otherwise F8 is unchanged.

Not having much luck with it.