Hi team, any suggestion is appreciated!
I have 4 sheets:
- Sheets A-C: Individual project trackers
- Sheet D: Main project sheet
What I need: Setting up a workflow that copies row updates in Sheets A-C over to the Main Sheet (Sheet D). This will ensure the Main Sheet includes all project statuses so I can report on them.
Current Status: In the Main Sheet (sheet D), I also want to set up a workflow where if a new row comes in with an existing ProjectID, the row with the older Modified Date gets moved to an Archive Sheet. This keeps only the latest status in the Main Sheet.
Problem: When a project is updated in the Individual Tracker sheets (A-C) and the row gets copied to the Main Sheet (D): A new row is created with the same ProjectID. Modified Date for all rows with that ProjectID is updated to the latest. Therefore, I can’t move older records out based on the Modified Date.
Does anyone know how to solve this problem or have suggestions for a better implementation?