Today, Mytour will walk you through the process of multiplying data in Excel. You can multiply two or more numbers within a single Excel cell, or you can multiply across multiple cells.
Steps
Multiplying within a cell

Open Excel. The application is green with a white 'X'.
- Click on Blank Workbook on your PC, or select New and then click on Blank Workbook on your Mac to start.
- Double-click on an existing spreadsheet to open it in Excel.

Click on a cell to select it and enter data.

Type the = symbol into the cell. All Excel formulas begin with an equals sign.

Enter the first number immediately after the "=" sign, with no spaces.

Type the * symbol after the first number. The asterisk in between indicates that you want to multiply the number before it by the number after it.

Enter the second number. For example, if you entered 6 and want to multiply it by 6, the formula would be =6*6.
- You can repeat this process with as many numbers as you like, as long as you place the "*" between each number you wish to multiply.

Press ↵ Enter. The formula will execute, and the result will appear in the selected cell. However, when you click on the cell, the formula will still display in Excel’s address bar.
Multiplying across multiple separate cells

Open an Excel spreadsheet. Double-click on an existing file to open it in Excel.

Click on a cell to select it and enter data.

Type the = symbol into the cell. All Excel formulas start with an equal sign.

Nhập tên của ô khác vào ngay sau dấu "=", nhớ là không cách ra.
- Ví dụ, gõ "A1" vào ô để đặt giá trị của ô A1 làm số đầu tiên trong công thức.

Gõ dấu * sau tên của ô đầu tiên. Dấu hoa thị ở giữa cho thấy bạn muốn nhân số phía trước và số phía sau lại với nhau.

Gõ tên ô khác vào. Giá trị của ô thức hai sẽ là biến số thứ hai trong công thức.
- Chẳng hạn, nếu nhập "D5" vào ô, công thức của bạn sẽ trở thành:
=A1*D5
. - Chúng ta có thể thêm nhiều hơn hai ô vào công thức, tuy nhiên, bạn cần đặt dấu "*" vào giữa những ô tiếp theo.

Nhấn ↵ Enter. Công thức sẽ chạy và kết quả hiện ra trong ô đã chọn.
- Khi bạn nhấp chuột vào ô kết quả, công thức sẽ tự hiện ra trong thanh địa chỉ của Excel.
Nhân nhiều ô theo phạm vi

Open the Excel spreadsheet. Double-click an existing spreadsheet to open a document in Excel.

Click on a cell to select and enter data.

Type =PRODUCT( into the selected cell. This command indicates that you want to multiply several items together.

Enter the first cell's name. This is the first cell in the range of data.
- For example, you could enter "A1" here.

Type the colon :. The colon (":") tells Excel that you want to multiply all data from the first cell to the next cell you will enter.

Enter the name of the next cell. The second cell must be in the same column or row as the first cell in the formula if you want to multiply all data from the previous cell to the next one.
- For example, if you enter "A5", the formula will multiply the data from cells A1, A2, A3, A4, and A5 together.

Type the closing parenthesis ), then press ↵ Enter. The final parenthesis closes the formula, and after pressing enter, the selected cells' values will be multiplied, and the result will display immediately in the selected cell.
- If you change the value of any cell in the range, the result cell will update accordingly.
Tips
- When using the PRODUCT formula to multiply a range of numbers, you can select more than just one row or column. For example, your number range might be =PRODUCT(A1:D8). This formula will multiply all the values in the rectangular range defined by the cells (A1-A8, B1-B8, C1-C8, D1-D8).