I have an Excel spreadsheet which must be converted to a workflow. The spreadsheet is simply used for our employees to follow a certain order while doing specific tasks. There are roughly 20 steps per task and each task must be performed in order with the approval of two people to ensure each step was completed successfully.
Ideally I would like something like this. [x]
in my case would be a checkbox.
Step #1 [x] (first reviewer) [x] (second reviewer)
Step #2 [x] (first reviewer) [x] (second reviewer)
Step #3 [x] (first reviewer) [x] (second reviewer)
In order to be able to complete step #2, step #1 would have to have two checks. How can I implement something like this in SharePoint? I'm using SharePoint Designer 2007 and can not use custom code.