ExcelExcel 2024+
DROP function in Excel
Excludes a specified number of rows or columns from the start or end of an array
=DROP(array, rows, [columns])DROP syntax and parameters
Three arguments, two required.
- arrayarrayRequired
- rowsnumberRequired
- columnsnumberOptional
DROP examples
Formulas you'll actually reuse.
Everything except the header row:
=DROP(A1:F200, 1)Drop the header AND the last two columns — negatives count from the end:
=DROP(A1:F200, 1, -2)
DROP in Google Sheets
No direct equivalent — here's the way around.
Try DROP in the playground
Edit the example — nothing to install.
Preloaded with the DROP formula from Example 1 — change anything and watch it respond.
Loading the editor…
DROP errors
What they mean — and the fixes.
#VALUE!rows or columns exceeds the array's size — you'd be dropping more than exists.
Related functions
More ways Excel gets this done.
- ADDRESSReturns a reference as text to a single cell in a worksheetLookupGoogle Sheets
- AREASReturns the number of areas in a referenceLookupNo Google Sheets equivalent
- CHOOSEChooses a value from a list of valuesLookupGoogle Sheets
- CHOOSECOLSReturns the specified columns from an arrayLookupGoogle Sheets
- CHOOSEROWSReturns the specified rows from an arrayLookupGoogle Sheets
- COLUMNReturns the column number of a referenceLookupGoogle Sheets