A macro is the easiest way to do it, at least for me.
1) Pick a new column, let's say "M" and we'll make that the "status" column.
2) Create a data validation list active in that column with your status options. You could just type the statuses in, but it's more prone to typos.
3) Then setup an archive sheet. Let's called it Completed.
4) Then on your activity sheet, right-click on the sheet tab and select VIEW CODE
5) Paste in this sheet-event macro which will watch column "M" for you to enter Complete in any cell in that column
6) Close the editor and save your workbook as macro-enabled
That should do it. Anytime you put "complete" or "completed" or any word starting with "compl" in column M, it will move to the Completed worksheet.
Bookmarks