About 44 results
Open links in new tab
  1. OFFSET function in Excel - Step by Step Tutorial

    The OFFSET function in Excel returns a cell or range of cells that is a specified number of rows and columns from a cell or range of cells.

  2. Dynamic Named Range in Excel - Step by Step Tutorial

    4. On the Formulas tab, in the Defined Names group, click Name Manager. 5. Click Edit. 6. Click in the "Refers to" box and enter the formula =OFFSET ($A$1,0,0,COUNTA ($A:$A),1) …

  3. Offset Property in Excel VBA - Step by Step Tutorial

    The Offset property in Excel VBA takes the range which is a particular number of rows and columns away from a certain range.

  4. INDEX and MATCH in Excel - Step by Step Tutorial - Excel Easy

    Replace the value 5 in the INDEX function (see previous example) with the MATCH function (see first example) to look up the salary of ID 53. Explanation: the MATCH function returns position 5.

  5. INDIRECT function in Excel - Step by Step Tutorial

    Use the INDIRECT function in Excel to convert a text string into a valid reference. You can use the & operator to create text strings.

  6. Lookup & Reference Functions in Excel - Complete Tutorial

    The VLOOKUP (Vertical lookup) function looks for a value in the leftmost column of a table, and then returns a value in the same row from another column you specify.

  7. Resize Property in Excel VBA - Step by Step Tutorial

    The Resize property in Excel VBA makes a range a specific number of rows and columns smaller or larger. The Resize property always takes the top left cell of a range as the starting point.

  8. Excel Functions - Complete Tutorial

    - Offset: The OFFSET function in Excel returns a cell or range of cells that is a specified number of rows and columns from a cell or range of cells. - Case-sensitive Lookup: By default, the …

  9. NPV formula in Excel - Step by Step Tutorial

    The correct NPV formula in Excel uses the NPV function to calculate the present value of a series of future cash flows and subtracts the initial investment.

  10. FormulaR1C1 in Excel VBA - Step by Step Tutorial

    The Macro Recorder creates the following code lines if you enter the formula =B3*10 into cell D4. Explanation: you can see that this is the exact same code line used at step 3.