Using one row for multiplication
Posted by Jason on January 17, 2002 7:10 AM
I am trying to find an easy way to set up the following.
ROW 1 is a row of prices
In each column there is the number of items ordered
I need to multipy the number of items ordered by the corresponding price for that column. I have to go back to the same ROW 1 for the prices for ever one of them.
basically I need to do =A1*A4+B1*B4+C1*C4 at the end of one row and for the next row, =A1*A5+b1*B5+C1*C5. Does anyone have any ideas about how to do this quickly for each row?