No, I won't get into video files. If you have specific questions, please ask.
To start open the sheet you want to have the macro located in.
You'll need the Develop command on the tool bar
Click on Developer | Visual Basic to open the VBA editor window
Click on Insert | Module
You can then copy the code into the module.
To run the macro you could click on Developer | Macros | select Consolidate then click on Run
The code as it sits only deals with the first two subjects. You would need to add the code for the remaining.
The changes would consist of
You need to change Col_offset to reflect the column number where you want the mark placed.
You need to change Row_offset to reflect the row from which you want to pull the mark.
Bookmarks