- Dec 28, 2003
- 13,413
- 1
- 0
I have a set of data collumns A through I, rows 1-25. I need to take row 2 and multiply every cell by 50. I have to do this with each row (25 total), each row multiplied by a different figure. How can I take row 2, and multiple each cell by 50? I dont want to go into each cell and multiply the number by another.