Last Updated: Dec 1, 2020
Use this function to take the formulas defined in the specified cell range and adapt them to the specified end range.
AutoFill (source_range, extend_till_cell)
Input Parameter Name | Description |
---|---|
source_range | Source cell values (first cell and last cell) separated by ‘:’ to copy the formula |
extend_till_cell | Cell till which the auto extension has to be done |
':' is used as separator between the cells.
AutoFill (A1:A5, A26)
To view all the Excel functions, click here.