I have five values in a column from C7 to C11 and I want to multiply them with five values in a row. Which I can do, but then I want to copy them down the row with out changing C7 to C11.
For example, C7 multiplies with B16 and C8 multiplies with C16 then C9 with D16 and so on. Then get the sum of all five multiplication in H16.
I wrote H16 "=(C7*B16)+(C8*C16)+(C9*D16)+(C10*E16)+(C11*F16)" but when I copy and past down one row to H17 I get "=(C8*B17)+(C9*C17)+(C10*D17)+(C11*E17)+(C12*F17) and that's not what I want. I want "=(C7*B17)+(C8*C17)+(C9*D17)+(C10*E17)+(C11*F17) just the row to change and not the column.
Can anyone help?
For example, C7 multiplies with B16 and C8 multiplies with C16 then C9 with D16 and so on. Then get the sum of all five multiplication in H16.
I wrote H16 "=(C7*B16)+(C8*C16)+(C9*D16)+(C10*E16)+(C11*F16)" but when I copy and past down one row to H17 I get "=(C8*B17)+(C9*C17)+(C10*D17)+(C11*E17)+(C12*F17) and that's not what I want. I want "=(C7*B17)+(C8*C17)+(C9*D17)+(C10*E17)+(C11*F17) just the row to change and not the column.
Can anyone help?