Hi Bob,
Thanks for looking at my question. Let's see if I can explain what I am
trying to do...I coach college hockey and we want to set up a chart of our
players. Basicially it would be our roster laid out by position, year, and
scholarship amount they get. So when we fill in the chart with the players
info, it would be linked to next year's roster and also the following 2 years
after that so we can plan ahead with our recruiting up through 2013.
So if we typed in a sophomore goalie into the 2009-2010 roster chart, her
info would automatically go onto next year's chart and automatically label
her a junior, then onto the next season as well and it would label her a
senior automatically as well. That's the easy part.
I can do all the formula stuff to make this work in a linear way but of
course you can't put in a fantasy future player into a box that has a formula
in it already. We are concerned with being able to manipulate the data for 2
and 3 years ahead by plugging in potential recruits and seeing how they fit
in our lineup.
I hope that makes sense and sorry if that is way too much info. I am using
excel 2003. 2 other guys said it would take VBA code to do it but I am not
saavy with that stuff at all. I been going through the tutorials and I
thought maybe if I was able to create "reset" button that we can get the
formulas back in if we need it but I couldn't figure it out.
Anyway, any help would be awesome and much appreciated. Thanks again-
-Maria
Maria,
PMFJI. But, first, this is a forum for Macintosh Excel. You said you are
using Excel 2003, which is a Windows version. However, what you are asking
applies to all versions and platforms.
It sounds like you can do what you want with formulas, but are concerned
about getting the formulas back if you destroy the formula by entering
directly in the cell. You may be able to accomplish what you want by
building a "skeleton" worksheet that retains all the formulas, and can be
used as a source of formulas to be pasted back into the working sheet.
Short of a rather extensive (and probably expensive) VBA solution you'll
have to do this manually.
Remember a formula can only change the value of the cell it is in. It can
not "push" data to somewhere else.