I have a Sheet where users enter tickets for Enhancements to current applications. These could be any type of requests and there are several steps necessary prior to approval to start work. There are two types of enhancements that when approved are 'tracked' on a different log, though specific fields updating the primary Simplification, Enhancement & Optimization (SEO) log. My challenge is how to manage the "If" when the criteria is met. The three examples are:
If Request Type = Report, Dashboard, Archive then create link in Reports & Analytics Log fields to update in SEO are %Complete, Status, Actual Start, Actual Finish, Assigned Resources (The Reports & Analytics Log adopts several fields from SEO, currently this is done via the unique number on each log with a simple lookup)
If Request Type = Enhancement and ETC > 80 then create link to SEO Backlog. The field adoption is similar as above.
The challenge I have is twofold. Creating a calculation for the SEO log that is stable and doesn't need to be added each time we add the new Reports or Backlog unique number to the master sheet. There is an expectation that the calculations will be overwritten when the criteria are not met, but how to have the calculation be part of a new row when a new request added?