Last Updated: Dec 1, 2020
Use this function to delete a specific range of cells in the excel sheet. The remaining data in the sheet shifts up.
Delete Range (delete_range)
Input Parameter Name | Description |
---|---|
delete_range | Two cell values (first cell and last cell) separated by ‘:’ to delete |
':' is used as separator between the cells.
Delete Range (C4:D5)
To view all the Excel functions, click here.