I work in a school and am creating a template that allows teachers to track the behaviour of the kids over the days, weeks, terms.
On one worksheet they type in the week number, and then the daily totals, from 0-100.
The data is then posted to a second worksheet. Pictures, below:
Daily Tracking:
Daily track.png
Term Tracking:
Term Track.png
On the second worksheet, as shown below, I wrote an if statement
Formula:
=IF('Daily Behaviour Tracking'!F8=1,'Daily Behaviour Tracking'!E39,)
Which takes the value from the daily totals and posts it into the weekly totals, depending on the week number.
The problem is, when the second weeks data is entered, then the first week reverts back to '0'.
Is there any way for the data to persist after the function is changed?
PS. I left the 'value_if_false' area blank as an attempted fix, but it didn't work.
Also I felt like I didn't explain that very well, so I'll link the excel work book to play around with. Try adding data for week 1 in the Daily Behaviour Tracking worksheet, then set it to week 2 (F8) and week one will disappear in the Weekly Behaviour Tracking worksheet.
Dynamic Template Test.xlsx
Thanks,
any suggestions are more than welcome.
Bookmarks