M
Mark
OK; lack of forward planning! I have set up a weirdly-complicated
spreadsheet to sit pupils in order of test marks – politically
incorrect, but gets results! At the moment the sheet consists of 4
worksheets. These are a list of pupil data, the seats in pupil
perspective (for projection), a similar one from my perspective, and a
final one for "fixing the list".
The desks are arranged in a row of 8, a row of 10 with a bend at the
end, and a final "U" shape.
Currently I have the cells for each table with a reference to the list
"=list!B3" for instance. It would be nicer to have an error trap to
prevent "0" appearing for some classes, so I want to put in
"=IF(ISBLANK(List!B3), " ", List!B3".
What I don't want to do is to manually alter each one. Is there a
"quick way" of doing this?
My next idea is to have certain tables omitted depending on the number
of pupils ... but that's a subject for another posting.....
spreadsheet to sit pupils in order of test marks – politically
incorrect, but gets results! At the moment the sheet consists of 4
worksheets. These are a list of pupil data, the seats in pupil
perspective (for projection), a similar one from my perspective, and a
final one for "fixing the list".
The desks are arranged in a row of 8, a row of 10 with a bend at the
end, and a final "U" shape.
Currently I have the cells for each table with a reference to the list
"=list!B3" for instance. It would be nicer to have an error trap to
prevent "0" appearing for some classes, so I want to put in
"=IF(ISBLANK(List!B3), " ", List!B3".
What I don't want to do is to manually alter each one. Is there a
"quick way" of doing this?
My next idea is to have certain tables omitted depending on the number
of pupils ... but that's a subject for another posting.....