I have values in columns A1, B1, C1.... 120 columns. Then I have values in A2, B2, C2, .... for 120 columns
I need to compute the following in row 3...
A3=A2*A1, B3=B2*A1+A2*B1, C3=C2*A1+A2*C1+B2*B1......
I want to do this w/o having to edit each cell in row 3
Any help will be appreciated.
I need to compute the following in row 3...
A3=A2*A1, B3=B2*A1+A2*B1, C3=C2*A1+A2*C1+B2*B1......
I want to do this w/o having to edit each cell in row 3
Any help will be appreciated.