Forum Discussion

Tunahan's avatar
Tunahan
Regular Visitor
4 years ago
Solved

Multiplication by filtering from different tables

Hi, I have a problem I cannot solve. I want to multiply two tables and filter the rows. I have 2 tables. One of them includes coefficients, and the other one includes costs. I want to multiply costs and the relating coefficients. For example:

 

Coefficients:

AAAx10,6
AAAx20,4
BBBx20,3
BBBy10,7

 

Costs:

 

AAAJanuary 215000
AAAFebruary 213000
BBBJanuary 214000

 

At the end(What I want):

 

x1January 21AAA=5000*0,6
x2January 21AAA=5000*0,4
x1February 21AAA=3000*0,6
x2February 21AAA=3000*0,4
    
x2January 21BBB=4000*0,3
y1January 21BBB=4000*0,7

 

I tried so many formulate like Summarizecolums, calculate, summarize, filter, etc. But, I couldn't get a solution. Thanx for any help.

2 Replies