Forum Discussion
ChadBrandmire
8 years agoQrew Assistant Captain
If(not IsNull([Created By Id]), [Assign to],[Created By Id])
--- or ----
If([Created By Id] = null, [Assign to],[Created By Id])
--- or ----
If([Created By Id] = null, [Assign to],[Created By Id])