ExcelNewbie2020
Active Member
- Joined
- Dec 3, 2020
- Messages
- 342
- Office Version
- 365
- Platform
- Windows
i have this table below (actual vs allowed).
I need a formula in allowed column based on the following condition
if the value of succeeding month did not reach the set limit (5 or -5). the value of the previous month will carry over.
if the value of succeeding month reach the set limit (5 or -5). the value of the suceeding month will prevail..
I need a formula in allowed column based on the following condition
if the value of succeeding month did not reach the set limit (5 or -5). the value of the previous month will carry over.
if the value of succeeding month reach the set limit (5 or -5). the value of the suceeding month will prevail..
Name-List-for-Practice.xlsm | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
I | J | K | L | M | N | O | P | |||
2 | ||||||||||
3 | FORMULA HERE | |||||||||
4 | Month | Actual | Allowed | |||||||
5 | january | 45 | 45 | LIMIT | 5 | -5 | ||||
6 | february | 47 | 45 | |||||||
7 | march | 48 | 45 | |||||||
8 | april | 51 | 51 | |||||||
9 | may | 59 | 59 | |||||||
10 | june | 60 | 59 | |||||||
11 | july | 62 | 59 | |||||||
12 | august | 65 | 65 | |||||||
13 | september | 50 | 50 | |||||||
14 | october | 52 | 50 | |||||||
15 | november | 51 | 50 | |||||||
16 | ||||||||||
17 | ||||||||||
Sheet17 |