I am trying to finish up my rollbook.
I have a worksheet for attendance, another for conduct, another for
each subject.
I am using the same cell structure on each worksheet so that it can be
uniform, i,e. Monday Sept 1 in A1, Tues. in A2 etc.
I am trying to make the cell for conduct etc. automatically update to
"a" if the attendance shows "a" (for absent) for that day. I know I
can make each cell = the same cell on the attendance worksheet if it
has an "a", by using a formula, however it is very difficult to make
sure that the formula is in each cell (as there are columns in the
conduct sheet not used for conduct but for other things).
Is there a way to do this in VBA, that if the attendance worksheet
contains an "a", then that same cell (a1 etc) in another worksheet
will automatically be "a"?
(This would make it easier for me to do the averages for conduct,
because I can differentiate between absent, and present but 0 points).
Thank you so much for your help.