Hello all. I currently have two sheets. The main one is where people make requests, and I need to calculate when a person 1. Starts the request, 2. When it's on the next stage, 3. When it is completed. So I set an automation to copy the row onto the second sheet when the status is changed to "Start", "Next Stage", "Finished". It'll automatically track when the Date/Time starts (using Modified Time). I want to copy the date/time onto the main sheet. When I use VLOOKUP or INDEX/MATCH is there a way it can check the other rows if the data is empty? I assume it's looking at the data in the 3rd row.
=VLOOKUP([Summary Description]@row , {Test - PMC Helper Range 7}, 4)
=INDEX({Test - PMC Helper Range 5}, MATCH([Summary Description]@row , {Test - PMC Helper Range 3}, 0)) + ""
Main Sheet
Second Sheet