About 89,400 results
Open links in new tab
  1. Multiply and divide numbers in Excel - Microsoft Support

    Create a simple formula to multiply and divide in an Excel spreadsheet. You can multiply two or more numbers in one cell or multiply and divide numbers using cell references. All formulas in …

  2. Create a simple formula - Microsoft Support

    Create a simple formula in a cell to add, subtract, multiply, or divide numbers by using +, -, *, and /.

  3. Multiply a column of numbers by the same number

    Suppose you want to multiply a column of numbers by the same number in another cell. The trick to multiplying a column of numbers by one number is adding $ symbols to that number's cell …

  4. PRODUCT function - Microsoft Support

    The PRODUCT function is useful when you need to multiply many cells together. For example, the formula =PRODUCT (A1:A3, C1:C3) is equivalent to =A1 * A2 * A3 * C1 * C2 * C3.

  5. Multiply by a percentage in Excel - Microsoft Support

    Learn how to multiply an entire column of numbers by a percentage and to reduce or increase an amount by a percentage.

  6. Table of operators - Microsoft Support

    Use operators in Access expressions to specify what kind of operation to perform, such as add, multiply, compare, or concatenate.

  7. Examples of common formulas in lists - Microsoft Support

    Using formulas in calculated columns in lists can help add to existing columns, such as calculating sales tax on a price. These can be combined to programmatically validate data. To add a …

  8. Use a formula in a Word table - Microsoft Support

    You can perform calculations and logical comparisons in a table by using formulas. The Formula command is found on the Table Layout tab, in the Data group. A formula in Word automatically …

  9. Create a simple formula in Excel - Microsoft Support

    You can create a simple formula to add, subtract, multiply or divide values in your worksheet. Simple formulas always start with an equal sign (=), followed by constants that are numeric …

  10. Use Excel as your calculator - Microsoft Support

    You can enter simple formulas to add, divide, multiply, and subtract two or more numeric values. Or use the AutoSum feature to quickly total a series of values without entering them manually …

  11. MMULT function - Microsoft Support

    array1, array2 Required. The arrays you want to multiply. Remarks The number of columns in array1 must be the same as the number of rows in array2, and both arrays must contain only …