Tripleseas
Board Regular
- Joined
- Jul 12, 2022
- Messages
- 87
- Office Version
- 2013
- Platform
- Windows
Hello community,
I want to automate some work in excel that need to be done.
the data below is just a preview of a large data set that I need to work on so i can't do it manually.
is there any formula that can do the following :
i want to calculate the number for each categorie ( CASH1, CASH2, CASH3 and so on : there is alot of columns that i have ) based on :
- for each category ( formula to be put on E4, i want the formula the lookup the products name and the name of the category in the table below and extract the percentage related, then multiply the total number of operations for that product in that percenatge )
I did it with the formula below but it's manual! is there any way that i can automate this.
thanks all
I want to automate some work in excel that need to be done.
the data below is just a preview of a large data set that I need to work on so i can't do it manually.
is there any formula that can do the following :
i want to calculate the number for each categorie ( CASH1, CASH2, CASH3 and so on : there is alot of columns that i have ) based on :
- for each category ( formula to be put on E4, i want the formula the lookup the products name and the name of the category in the table below and extract the percentage related, then multiply the total number of operations for that product in that percenatge )
I did it with the formula below but it's manual! is there any way that i can automate this.
thanks all
test.xlsx | ||||||||
---|---|---|---|---|---|---|---|---|
B | C | D | E | F | G | |||
2 | CASH1 | CASH2 | CASH3 | |||||
3 | Products | Total operations | Number | Number | Number | |||
4 | X1 | 2,336,784 | 9,732 | 120,397 | 13,150 | |||
5 | X2 | 1,762,053 | 14,219 | |||||
6 | X3 | 1,171,839 | ||||||
7 | X4 | 971,453 | ||||||
8 | X5 | 108,421 | ||||||
9 | X6 | 130,000 | ||||||
10 | ||||||||
11 | ||||||||
12 | ||||||||
13 | ||||||||
14 | ||||||||
15 | ||||||||
16 | Products | % | ||||||
17 | CASH1 | X1 | 0.42% | |||||
18 | CASH1 | X2 | 0.81% | |||||
19 | CASH1 | X3 | 0.61% | |||||
20 | CASH1 | X4 | 0.96% | |||||
21 | CASH1 | X5 | 0.92% | |||||
22 | CASH1 | X6 | 0.99% | |||||
23 | CASH2 | X1 | 5.15% | |||||
24 | CASH2 | X2 | 5.94% | |||||
25 | CASH2 | X3 | 4.36% | |||||
26 | CASH2 | X4 | 7.27% | |||||
27 | CASH2 | X5 | 4.70% | |||||
28 | CASH2 | X6 | 4.93% | |||||
29 | CASH3 | X1 | 0.56% | |||||
30 | CASH3 | X2 | 0.76% | |||||
31 | CASH3 | X3 | 0.33% | |||||
32 | CASH3 | X4 | 0.78% | |||||
33 | CASH3 | X5 | 0.73% | |||||
34 | CASH3 | X6 | 0.66% | |||||
GLOBAL |
Cell Formulas | ||
---|---|---|
Range | Formula | |
F4 | F4 | =D4*E23 |
G4 | G4 | =D4*E29 |
E4:E5 | E4 | =D4*E17 |