Hi Seth, A couple of ways you could achieve this: 1. Build a series of
calculated fields that capture the date / timestamp of when a particular
status was applied to the project. In the following text mode example, I
have created a calculated field called 'Date Set To Current', the field
will populate with the date/time that the project status was first
changed to current IF({status}='CUR',IF(ISBLANK({DE:Date Set To
Current}),$$NOW,{DE:Date Set To Current}),{DE:Date Set To Current}) You
would ne...