About 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.

  2. PRODUCT function - Microsoft Support

    The PRODUCT function multiplies all the numbers given as arguments and returns the product. For example, if cells A1 and A2 contain numbers, you can use the formula =PRODUCT (A1, …

  3. MMULT function - Microsoft Support

    The MMULT function returns the matrix product or multiplication of two arrays. The result is an array with the same number of rows as array1 and the same number of columns as array2. …

  4. SUMPRODUCT function - Microsoft Support

    The SUMPRODUCT function returns the sum of the products of corresponding ranges or arrays. The default operation is multiplication, but addition, subtraction, and division are also possible.

  5. 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 …

  6. Guidelines and examples of array formulas - Microsoft Support

    Where possible, we’ve included examples with some of the dynamic array functions, as well as existing array formulas entered as both dynamic and legacy arrays.

  7. 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 …

  8. QUOTIENT function - Microsoft Support

    This article describes the formula syntax and usage of the QUOTIENT function in Microsoft Excel. Tip: If you want to divide numeric values, you should use the "/" operator as there isn't a …

  9. 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.

  10. MAKEARRAY function - Microsoft Support

    Returns a calculated array of a specified row and column size, by applying a LAMBDA function