I need to keep track of my mileage in the work van, by taking note of it the same day each week. The expenses here are done on an excel file, one worksheet per week.
Example
http://img9.imageshack.us/img9/3157/expenses.jpg
I want to put in a formula for the "Start km" for each week to show the "End km" of the previous week. I know to do it for one week would be to use
=wk9!H29
But to do this for the rest of the year would be annoying changing the formula to wk10, wk11 etc...
Is there a way to just have
=previousworksheet!H29 or =(ThisSheet -1)!H29 or something like that?
Thanks
Example
http://img9.imageshack.us/img9/3157/expenses.jpg
I want to put in a formula for the "Start km" for each week to show the "End km" of the previous week. I know to do it for one week would be to use
=wk9!H29
But to do this for the rest of the year would be annoying changing the formula to wk10, wk11 etc...
Is there a way to just have
=previousworksheet!H29 or =(ThisSheet -1)!H29 or something like that?
Thanks