The formula that you need for the multiplication table is a formula that will multiply whatever is in row 1 by whatever is in column A.
To have a reference that always points to row 1, use something in the format of X$1. To have a reference that points to column A, use a reference in the format of $An.
To have a reference that always points to row 1, use something in the format of X$1. To have a reference that points to column A, use a reference in the format of $An.
First, create something like:
Then enter $A2*B$1 into B2.
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgr9Jh8Owbn27j4E4MJuIk5NVbv0_WvMbiLmuSUiI97y4GuZ_5_qOmRn3HvFA3oDiJ67fNui13G8JOd6ny-YmNsNNT0-BZSYugEOI0gxMr4AJBvtmFQYM_8b14kpF5nydVvPm_imKebN8bA/s320/12.png)
Next, copy the formula in B2 to the entire area and you will get the expected output:
No comments:
Post a Comment