When I create a form button they seem to float "above" the cells. Are they associated with a specific cell? Or can I make them that way? So that when I click on it it checks what cell it is in and then uses that information?
Or maybe I'm trying to do this the wrong way.
Here is what I want to do. I have a workbook with something like 30 identical pages, each one for a different person (students actually). On each page I want to create a list of student goals so I can keep track of which goals have been reached or not reached.
Most of the time all the students will reach a goal and only a few won't, so I would like to be able to set a goal from a drop down list as "reached" and then copy that value to all the rest in that same cell. Then I could go by hand and change the few left that haven't reached the goal (this seems the easiest way to me).
The only way I can think of doing this is having a button next to each goal that will copy the value of that goal to all the other pages when pressed. But I don't want to have to hard code every individual button, (there will be a lot), so it seems easier to have some generic method that sees where it is, then they would all have the same code.
Is there some easier way to do this? I was planning on using Data Validation list for the cell to make it simple and not any kind of combo box from a form or anything.
Bookmarks