Hi All,
Each week I update sales values (See columns D-H) which I want to compare against budget (see variance column in L). However, each week I have to manually change the formula to pick up the latest sales number. Is there a formula I can use to automatically pick up the latest week?
I have attached an example.
Many thanks in advance.
Each week I update sales values (See columns D-H) which I want to compare against budget (see variance column in L). However, each week I have to manually change the formula to pick up the latest sales number. Is there a formula I can use to automatically pick up the latest week?
I have attached an example.
Many thanks in advance.
Book1 | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
D | E | F | G | H | I | J | K | L | |||
7 | 01/07/2022 | 08/07/2022 | 15/07/2022 | 22/07/2022 | 29/07/2022 | Budget | Var | ||||
8 | 100,000 | 150,000 | 200,000 | 120,000 | -20,000 | ||||||
9 | 50,000 | 65,000 | -15,000 | ||||||||
10 | 20,000 | 60,000 | -40,000 | ||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
L8:L10 | L8 | =D8-J8 |