Guide
How To Subtract In Google Sheets
Perform subtraction calculations in Google Sheets using formulas. Learn how to subtract values between cells using the =A1-B1 formula.
Open Google Sheets and select a cell where you want the result.
Type the formula
=A1 - B1(replaceA1andB1with your desired cell references).Press Enter, and the result will appear in the selected cell.
Drag the fill handle down to apply the formula to multiple rows if needed.
You can also subtract multiple values using
=A1 - B1 - C1.For constant values, use
=10 - 5directly in a cell.