{ "@context": "https://schema.org", "@type": "HowTo", "name": "How to Subtract in Excel (Simple Formulas Explained)", "description": "Learn how to subtract in Excel using simple formulas.", "keywords": "MS Excel subtract formula", "step": [ { "@type": "HowToStep", "name": "Select result cell", "text": "Click the cell where you want the result." }, { "@type": "HowToStep", "name": "Start formula", "text": "Type = to start a formula." }, { "@type": "HowToStep", "name": "Enter first value", "text": "Enter the first number or cell reference." }, { "@type": "HowToStep", "name": "Add minus operator", "text": "Type the minus sign (-)." }, { "@type": "HowToStep", "name": "Enter second value", "text": "Enter the second number or cell reference, for example =A1-B1." }, { "@type": "HowToStep", "name": "Calculate result", "text": "Press Enter." } ]
}