answersLogoWhite

0

Without seeing the exactly way your sheet is laid out, a specific formula cannot be given, but you would use the SUM function to do it. You then need to specify the cells you want to total. So if you have each of your sales in a column, say column B, running from row 2 to row 150, the formula would be:

=SUM(B2:B150)

If you had them in a block, say from B2 to J30, then the formula would be:

=SUM(B2:J30)

You would probably first work out the monthly sales using the SUM function, and so have 12 sales totals, which you could then use the SUM function to add up. Whatever way you do it, the SUM function is the function to use.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How can make school time table in excel by formula?

Easy


How do I write a formula calculating weekly sales in excel?

To calculate weekly sales in Excel, you can use the SUM function combined with a date range. For example, if your sales data is in column B (with sales amounts) and the corresponding dates are in column A, you can use the formula: =SUMIFS(B:B, A:A, ">=start_date", A:A, "<=end_date"), replacing start_date and end_date with the actual dates for the week you're analyzing. You can also use cell references for dynamic calculations. Make sure your date format in the criteria matches the format in your data.


What does SHIFT 4 do in Excel?

IT GIVES YOU $ BUT WHAT DOES IT DO IN EXCEL? The dollar signs $ can make the cell reference absolute =$A$1 is absolute reference, if you dragged the formula it will always be A1 =A1 is relative reference if you drag the formula the reference will change accordingly


How many cars that car company make?

Every car company makes limited cars to observe and monitor their sales annually.


What is the nested formula of MS Excel?

A nested formula is where one or more functions are placed inside another function to make a formula. For example you can write a formula where you put an IF function within an IF function and this would be a nested formula.


How do you make a monthly formula for sales?

now i don't know by the hope to memorize in feuture


How do you make the formula bar visible if it does not appear when you open the workbook?

To make the formula bar visible in Excel, go to the "View" tab on the ribbon and check the "Formula Bar" option in the "Show" group. Alternatively, you can right-click on the ribbon area and select "Customize the Ribbon," then ensure the Formula Bar is enabled in the settings. If you're using Excel for Mac, you can enable it by going to "Preferences" and then selecting "View," where you'll find the option to show the Formula Bar.


Is there a conversion chart of celsius to Fahrenheit?

You can make one yourself with Excel. Use the formula: Fahrenheit = Celsius x (9/5) + 32. Or just use the formula when you need it.


What are color coded formula references in Excel?

To make it easier to see what parts of a formula refer to what cells or references on a worksheet, the cell references in the formula are shown in colour and highlights around the cells are in the corresponding colours.


Can named ranges be used in an Excel formula?

Yes. One of the reasons that you can name ranges is to make formulas easier to write and understand.


How much does Pompeii make from tourism?

Pompeii attracts around 3 million visitors annually, generating an estimated revenue of approximately €30 million from ticket sales, guided tours, and merchandise sales.


Can an Excel formula include more than one operation?

Yes, an Excel formula can include more than one operation. You can use a combination of arithmetic, comparison, and text functions within a single formula to perform multiple operations on data. Just make sure to use appropriate syntax and order of operations to get the desired result.