M
Mark Dawson
I'm trying to help my kid's school home and school club better use Excel
for tracking a walking program.
They use Excel spreadsheets to calculate the number of laps/miles walked
each week. Each weekend they add a new column, entering the number of
laps walked (i.e., column 1 could be 10, column 2 would be 20, meaning
they walked 10 laps the 2nd week).
They send a list for the the school newsletter indicating the kids who
have reached a milestone of walking an even number of miles (2, 4, 6,
etc). Right now, they hand generate this list. Note that its only when
they reach that milestone are they mentioned--if week one they walk 2
miles, they get mentioned; if week 2 they walk another 1.75 miles, they
do not get mentioned--as they haven't reached the 4 mile milestone.
The school track is 8 laps/mile.
Is there a way of auto-generating a list of kids who have reached a
milestone?
I know I could add a "hidden" column that calculates the number of mile
milestones (i.e. do a integer division by 16, so both 16 and 31 would
divide to 2). To calculate whether a milestone has been reached, you'd
just have to check if the previous column is less than the current
column (i.e., column 2==2, column 4 == 2, no milestone).
However, what I'm not sure how to do is to take that information &
generate a list of all the kids with the "2" milestone, the "4"
milestone, etc. It would be nice for the solution to be cross-platform
(as I'm the only Mac user), but it would be OK, if it was-Mac only (they
could just send the spreadsheets to me and I could send them back the
list), if something like AppleScript needed be used, instead of
something that could be done inside of Excel itselfŠ
Thanks!
Mark
(e-mail address removed)
for tracking a walking program.
They use Excel spreadsheets to calculate the number of laps/miles walked
each week. Each weekend they add a new column, entering the number of
laps walked (i.e., column 1 could be 10, column 2 would be 20, meaning
they walked 10 laps the 2nd week).
They send a list for the the school newsletter indicating the kids who
have reached a milestone of walking an even number of miles (2, 4, 6,
etc). Right now, they hand generate this list. Note that its only when
they reach that milestone are they mentioned--if week one they walk 2
miles, they get mentioned; if week 2 they walk another 1.75 miles, they
do not get mentioned--as they haven't reached the 4 mile milestone.
The school track is 8 laps/mile.
Is there a way of auto-generating a list of kids who have reached a
milestone?
I know I could add a "hidden" column that calculates the number of mile
milestones (i.e. do a integer division by 16, so both 16 and 31 would
divide to 2). To calculate whether a milestone has been reached, you'd
just have to check if the previous column is less than the current
column (i.e., column 2==2, column 4 == 2, no milestone).
However, what I'm not sure how to do is to take that information &
generate a list of all the kids with the "2" milestone, the "4"
milestone, etc. It would be nice for the solution to be cross-platform
(as I'm the only Mac user), but it would be OK, if it was-Mac only (they
could just send the spreadsheets to me and I could send them back the
list), if something like AppleScript needed be used, instead of
something that could be done inside of Excel itselfŠ
Thanks!
Mark
(e-mail address removed)