Computer >> Computer tutorials >  >> Software >> Office

How to Make Monthly Sales Report in Excel (with Simple Steps)

A monthly sales report represents sales activity within a company by monitoring, evaluating, and analyzing sales trends on a monthly basis. It is a must for a sales manager to make a monthly sales report at the end of the month. If you are looking for some easier ways and tricks to make a monthly sales report in excel then you are at the right place. Stay tuned.

2 Quick Steps to Make Monthly Sales Report in Excel

In this article, I am going to show you 2 quick steps to make a monthly sales report in excel.

Suppose we have a dataset of an Electronics shop. In the dataset, we have the sales of January, February, and March in different sheets. Now we will calculate the total 3 months of sales in a new sheet taking data from each sheet.

  • The first picture shows the Sales for January.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • The following represents Sales for February.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • This screenshot represents the Sales in March.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • We took a new worksheet to calculate the monthly sales report for each item every month

How to Make Monthly Sales Report in Excel (with Simple Steps)

Step 1: Define Range for Each Month

Firstly, you have to define the range from each sheet so that you can write the formula in the final sales report sheet easily.

  • Select cells (C4:F10).
  • While the data is selected type “January” in the name box as we are selecting the data range from “Sales of January”.
  • Hit the Enter button to continue.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • Now go to the next sheet and select the data range. Here I have selected cell (C4:F10).
  • Type “February” in the name box and press Enter to continue.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • Choose the next worksheet “March” from the workbook and follow the previous steps.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • To check or edit the selected range you can travel to the “Formulas” option and click on “Name Manager”.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • A new window will appear named “Name Manager”.
  • You can edit the range or edit names from this new window.

How to Make Monthly Sales Report in Excel (with Simple Steps)

Read More: How to Make Monthly Report in Excel (with Quick Steps)

Step 2: Apply Formula to Make Monthly Sales Report

As our data range is selected properly. Let’s calculate the monthly sales report with a formula in our final sheet. To do so follow the below steps-

  • Select a cell to apply the formula. Here I have selected cell (D5).
  • Put the formula down in the selected cell-
=VLOOKUP($C5,IF(D$4="January",January,IF(D$4="February",February,IF(D$4="March",March))),4,FALSE)

Where,

  • The VLOOKUP function is a premade function that looks for information in a data range or string.
  • The IF function returns one value if true and another value if false within a given condition.
  • In the Table Array (D$4=”January” – if it’s true it will collect data from “Sales of January”. If false then it will go to “February” or “March”.
  • Col_index_num is 4. It is the column from which we will get the total sale of each item.
  • As we want the exact match for our lookup value, we will select FALSE.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • Press Enter to get the output. From the screenshot below we can see that we have got the price of the Air Condition for the month of January.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • Drag down the “fill handle” down to see the result of all items in the column.
  • Now drag to the right side to get the result for February and March too.

How to Make Monthly Sales Report in Excel (with Simple Steps)

  • We have successfully made our monthly sales report in excel just by using a simple formula.

How to Make Monthly Sales Report in Excel (with Simple Steps)

Read More: Create a Report That Displays Quarterly Sales in Excel (with Easy Steps)

Things to Remember

  • Sometimes after applying the formula #N/A error may occur which generally indicates that a formula can’t find what it’s been asked to look for. In that case, check the formula properly whether the range and references are selected properly or not.

Conclusion

In this article, I have tried to cover the simple and quickest steps to make a monthly sales report in excel. Take a tour of the practice workbook and download the file to practice by yourself. Hope you find it useful. Please inform us in the comment section about your experience. We, the Exceldemy team, are always responsive to your queries. Stay tuned and keep learning.

Related Articles

  • Make Daily Sales Report in Excel (with Quick Steps)
  • How to Automate Excel Reports Using Macros (3 Easy Ways)
  • Generate Reports Using Macros in Excel (with Easy Steps)
  • How to Generate Reports from Excel Data (2 Easy Methods)
  • Create a Summary Report in Excel (2 Easy Methods)
  • How to Make MIS Report in Excel for Sales (with Easy Steps)
  • Create a report that displays the quarterly sales by territory