askall1000
Board Regular
- Joined
- Jan 3, 2019
- Messages
- 58
- Office Version
- 2016
- Platform
- Windows
Hello all, Help will be much appreciated. Thank you very much in advance.
I want to copy calculation table (D4:P8) to for each customer, how can i copy that table calculation to each customer there is hundred of customers. Principal cell (D3) i can copy by filtering falses, if there is alternative method it is also appreciated. The table is below:
I want to copy calculation table (D4:P8) to for each customer, how can i copy that table calculation to each customer there is hundred of customers. Principal cell (D3) i can copy by filtering falses, if there is alternative method it is also appreciated. The table is below:
table001.xlsx | |||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | |||
1 | Interest Rates | 8,91% | 10,82% | 14,03% | 10,84% | 13,50% | 14,10% | 15,18% | 15,96% | 24,05% | 21,33% | 12,76% | 20,81% | ||||||
2 | 2010 | 2011 | 2012 | 2013 | 2014 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | Grand Total | ||||||
3 | Customer A | Principal (P) | 136.560,00 | 115.240,00 | 83.150,00 | 10.425,00 | 0,00 | 345.375,00 | |||||||||||
4 | Transferred Principal | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 136.560,00 | 251.800,00 | 334.950,00 | 345.375,00 | 345.375,00 | 345.375,00 | ||||||
5 | Period Interest (I) | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 20.729,81 | 18.388,76 | 19.997,73 | 2.223,69 | 0,00 | 0,00 | ||||||
6 | Transferred Interest | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 20.729,81 | 39.118,57 | 59.116,30 | 61.339,99 | 61.339,99 | 61.339,99 | ||||||
7 | Transferred P+I | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 157.289,81 | 290.918,57 | 394.066,30 | 406.714,99 | 406.714,99 | 406.714,99 | ||||||
8 | Interest on Transferred P+I | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 0,00 | 46.421,65 | 94.773,70 | 86.753,87 | 51.886,67 | 84.643,75 | ||||||
9 | |||||||||||||||||||
10 | |||||||||||||||||||
11 | Customer B | FALSE | 51.042,00 | 73.504,00 | 39.488,00 | 56.462,00 | 24.504,00 | 245.000,00 | |||||||||||
12 | |||||||||||||||||||
13 | |||||||||||||||||||
14 | |||||||||||||||||||
15 | |||||||||||||||||||
16 | |||||||||||||||||||
17 | |||||||||||||||||||
18 | |||||||||||||||||||
19 | Customer C | FALSE | 169.997,00 | 20.010,00 | 9.993,00 | 200.000,00 | |||||||||||||
20 | |||||||||||||||||||
21 | |||||||||||||||||||
22 | |||||||||||||||||||
23 | |||||||||||||||||||
24 | |||||||||||||||||||
25 | |||||||||||||||||||
26 | |||||||||||||||||||
27 | Customer D | FALSE | 30.000,00 | 11.000,00 | 36.500,00 | 39.500,00 | 12.000,00 | 1.000,00 | 130.000,00 | ||||||||||
Sheet1 |
Cell Formulas | ||
---|---|---|
Range | Formula | |
E4:P4 | E4 | =+IF(E2>2010,SUM($E3:E3),0) |
E5:P5 | E5 | =+IF(E3<>0,E3*E1,0) |
E6:P6 | E6 | =+IF(E2>2010,SUM($E5:E5),0) |
E7:P7 | E7 | =+IF(AND(E4>0,E6>0),E4+E6,0) |
E8:P8 | E8 | =+IF(D7=0,0,E7*E1) |