Dayaan M. answered 03/01/25
Bachelor's in Computer Science with expertise in Web Development
I think you are referring to Excel. If you are, then the solution would be to:
1) Create a mixed reference (B$12) which means the row (12) is fixed using $, but the column B can change when copied across columns.
2) Then put a +1 to add 1 to the value
3) Multiply the result by the value by the value in B13 by doing *B13
So, the final formula would be:
=(B$12 + 1) * B13
You would then copy B14 down to B15:B17. So, you could copy and paste or drag it down with the mouse to the other cells. Lastly, you can apply the same method to then copy the formulas from the range B14:B17 to the range C14:H17.