Forum Discussion
Eric_J_Hansen
8 years agoQrew Cadet
IF(
isnull([date 3]) and isnull([date 4),today()-[date 1],
isnull([date 3]), [date 2]-[date 1],
not(isnull([date 3])) and isnull([date 4]),today()-[date 1],
not(isnull([date 3])) and not(isnull([date 4])),[date 4]-[date 1],
null)
isnull([date 3]) and isnull([date 4),today()-[date 1],
isnull([date 3]), [date 2]-[date 1],
not(isnull([date 3])) and isnull([date 4]),today()-[date 1],
not(isnull([date 3])) and not(isnull([date 4])),[date 4]-[date 1],
null)