Create A Multiplication Table | Excel Formulas @ ExcelOptimize.Com

Strategy: In the last chapter, you learned how to use an absolute reference, such as $C$1, so that Excel would not change from column C or row 1 as it copied the formula. To create a multiplication table, you need to use a mixed reference. A mixed reference, such as $B1, will lock the formula to column B, while allowing the row to change. A mixed reference, such as B$1, will lock the row to row 1, while allowing the column to change.
The formula that you need for the multiplication table is a formula that will multiply whatever is in row 1 above the cell by whatever is in column A to the left of the cell. To have a reference that always points to row 1, use something in the format of B$1. To have a reference that points to column A, use a reference
in the format of $A2.
1) As shown in Fig. 177, the formula you want to enter in B2 is =$A2*B$1.

2) Copy the formula in B2 to the entire range, and it will always properly multiply row 1 by column A as shown in Fig. 178.

Summary: Using a single dollar sign in a cell reference will create a mixed reference. Only the row or column will be fixed as you copy the formula.
This post placed under Excel Formulas , excel formula, multiply, table by Andrian
Top incoming search terms for this post
You might wanna see also these Excel Formulas :
New functions in Excel 2007 -
How To Join Two Text Columns -
How To Calculate Sales Over Quota -
Add Two Columns Without Using Formulas -
Count, average, etc. Without using a formula -
Total Without Using A Formula -
Assign A Formula To A Name -

Leave a Reply