I have the table in Excel:
In column C
(Sum) I want to get sum this way:
A
or B
value is 1 then take Amount
48 and multiply by Multiplier (1)
= 2.A
or B
value is 0 then take Amount
48 and multiply by Multiplier (0)
= 1,5.So for row 2 the result in column C
will be: 48*2 + 48*2 = 192.
For row 5 the result in column C
will be: 48*1,5 + 48*2 = 168.
Is it possible to automate this process using Excel formula for C column (inspite of number of columns)?