A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
How can I set up an excel division formula?
Good Afternoon. I am trying to do a 2025 cost of sales report for a restaurant. Just want to know how I can set up formulas in the sheet, so I don't have to do the math manually for each line?
Moderator: Moved from Community Center | Discuss the Q&A site | Get started on Q&A
Microsoft 365 and Office | Excel | For home | Windows
1 answer
Sort by: Most helpful
-
AI answer
2026-01-02T22:39:51.7366667+00:00 To set up a division formula in Excel, you can follow these steps:
- Select the Cell: Click on the cell where you want the result of the division to appear.
- Enter the Formula: Type the equal sign
=to start the formula. Then, enter the division operation using the format=A1/B1, whereA1is the cell containing the numerator (the number you want to divide) andB1is the cell containing the denominator (the number you want to divide by). - Press Enter: After typing the formula, press Enter, and Excel will calculate the result.
- Copy the Formula: If you want to apply the same division to other rows, you can drag the fill handle (a small square at the bottom-right corner of the selected cell) down to copy the formula to adjacent cells. Excel will automatically adjust the cell references for each row.
For example, if you have costs in column A and sales in column B, you could use
=A2/B2in cell C2 to calculate the cost per sale for that row.Make sure that the denominator (the cell you are dividing by) is not zero, as this will result in an error.
References:
AI-generated content may be incorrect. Read our transparency notes for more information.