hendrikbez
Board Regular
- Joined
- Dec 13, 2013
- Messages
- 95
- Office Version
- 2021
- Platform
- Windows
I want to put on one of my worsheets (have many entries on it) to do the following.
on one worksheet, every _+ 9 rows I have a name, from B9: to B968 (there will be more added in future.
The names I get from "Chart of Accounts", and need to add them in "GL-MO 10"
There are two diffrent options (inkomste) and (uitgawes)
I am trying it with hyperlink, but the namesa can change or new ones added, is there a better way to do it with code.
I am also going to all of the gl-mo tabs
on one worksheet, every _+ 9 rows I have a name, from B9: to B968 (there will be more added in future.
The names I get from "Chart of Accounts", and need to add them in "GL-MO 10"
There are two diffrent options (inkomste) and (uitgawes)
I am trying it with hyperlink, but the namesa can change or new ones added, is there a better way to do it with code.
I am also going to all of the gl-mo tabs
Cell Formulas | ||
---|---|---|
Range | Formula | |
A1 | A1 | ='Chart of Accounts'!A4:B4 |
I2:I28 | I2 | ='Chart of Accounts'!B9 |
J2:J28 | J2 | ='Chart of Accounts'!B36 |
A3 | A3 | ='Chart of Accounts'!L2 |
D3 | D3 | ='Chart of Accounts'!A6 |
F8 | F8 | ='SOA MO 10'!G8 |
A9:B9 | A9 | ='Chart of Accounts'!A9 |
F10 | F10 | ='GL-MO 9'!F353 |
F11:F15,F30:F33,F21:F24 | F11 | =E11-D11+F10 |
D16:E16 | D16 | =SUM(D11:D15) |
A19:B19 | A19 | ='Chart of Accounts'!A10 |
F20,F29 | F20 | =F15 |
D25:E25,D34:E34 | D25 | =SUM(D21:D24) |
M2:M27 | M2 | ='Chart of Accounts'!B91 |
A28:B28 | A28 | ='Chart of Accounts'!A11 |
L2:L28 | L2 | ='Chart of Accounts'!B64 |