I want to cut paste specific row cells into a sheet named LOG after the task has been completed. I am using Data Validation to indicate task completion.
I am tracking daily activities and tasks of two employees Hillol and Dhritiman.There are different types of tasks such as normal, priority and Background.
I want it to be such that when the employee changes the "Status" row value to "Done" from drop down menu, the details of the activity (only that specific type of activity and only the details of that activity WITHOUT the deadline, date and time stamp, or status) gets copied to the first row of the LOG sheet.
For example: In the following example, Normal Task, A, and C are marked completed in Column J.Normal Activity A and C are marked DoneTherefore Normal Task A and C need to be deleted from Dhritiman Sheet automatically and updated in LOG sheet as shown below.While it is deleted, the cells need to be shifted up automatically.
Now, ONLY the task detail i.e. data in Cell K7 from Dhritiman sheet needs to be pasted in Cell E4 of sheet named LOG. The Completion Date needs to be filled automatically as the date on which the operation is executed.For Late, we need to check whether the Completion date is after or before the deadline date in the Dhritiman Sheet and then Fill whether YES or EARLY in the "Late?" column of the respective tasks.
Please note that Deadline, Status, and time and date is not copied to the LOG sheet. They will just be deleted from original data.
Also, the most recently completed tasks need to be added in the first row of LOG sheet IF POSSIBLE and previous data is shifted 1 cell down.
P.S. There are scripts to delete and copy data for whole rows, but as you can see, I only want to cut paste certain cells if the task is completed in the LOG sheet.
Copy pasting whole row doesn't work for me as there are different types of tasks with different deadlines and completion date.
If anyone could help me, it would be great.