How to Make Inventory Aging Report in Excel (Step by Step Guidelines)

 

Step 1 – Creating the Basic Outlines

  • In the following figure, you can see the basic report for inventory aging and we have created this outline in the Inventory sheet.
  • We have the Product IDs, Product names, Unit Prices, Quantities, and Expiry Dates for some of the products.
  • Input the values as needed.
  • For further calculations, we have inserted three columns: Total Price, Due Time, and Condition.

how to make inventory aging report in Excel

  • Create a list showing the categories of the products according to their due times to state the condition or age of the inventories.
  • We have also named the range as the limit.

basic outline

Read More: How to Keep Track of Inventory in Excel


Step 2 – Using Formulas to Make an Inventory Aging Report in Excel

  • To calculate the products’ total prices, apply the following formula in cell E4.
=C4*D4

C4 is the Unit Price and D4 is the Quantity of the product Apple.

how to make inventory aging report in Excel

  • Press Enter and drag down the Fill Handle tool.

using formulas

  • You will get the total prices for the products in the Total Price column.

how to make inventory aging report in Excel

  • Calculate the times remaining for the expiration of the products after today’s date with the following formula in G4:
=IF((F4-TODAY())<0,0,F4-TODAY())

4 is the Expiry Date of the products, and TODAY() will return today’s date which is 19-05-22.
When the difference between these two values becomes negative IF will return 0 in that case, otherwise for a positive difference value we will get their differences as the Due Time.

using formulas

  • Press Enter and drag down the Fill Handle tool.

using formulas

  • You will have the due times remaining for the products after today.

using formulas

  • Put the following formula for checking the condition of the inventory in H4:
=VLOOKUP(G4, limit,2, TRUE)

G4 is the look-up value which we are going to look up in the limit named range, 2 is the column index number and TRUE is for an approximate match.

how to make inventory aging report in Excel

  • Press Enter and drag down the Fill Handle tool.

using formulas

  • We will have the conditions of the inventories in the Condition column.

using formulas

Read More: How to Maintain Store Inventory in Excel


Step 3 – Creating a Pivot Table to Make an Inventory Aging Report

  • Go to the Insert tab and select the PivotTable option.

how to make inventory aging report in Excel

  • The PivotTable from table or range dialog box will open up. Select the range of your table from the Inventory sheet and press OK.

creating Pivot Table

  • You will be taken to a new sheet with two portions: PivotTable, and PivotTable Fields.

creating Pivot Table

  • Drag down the Product ID and Product fields to the Rows area, Quantity and Total Price to the Values area, and Condition to the Columns area.

how to make inventory aging report in Excel

  • Click on the dropdown symbol of the Sum of Quantity field and select the option Value Field Settings from different options.

creating Pivot Table

  • The Value Field Settings dialog box will open up. Rename the field name as Q or whatever you want in the Custom Name box and press OK.

creating Pivot Table

  • Rename the Sum of Total Price field to P for brevity. We are getting the two new field names in the Values area.

creating Pivot Table

  • Here is the pivot table of our data range below with the status of the products as headers of their quantities and prices.

how to make inventory aging report in Excel

Read More: How to Create Inventory Database in Excel


Step 4 – Formatting the Pivot Table

  • Go to the PivotTable Analyze tab and select Options then Options again.

how to make inventory aging report in Excel

  • The PivotTable Options dialog box will open up. Select the Totals & Filters tab and then uncheck the options of the Grand Totals.
  • Press OK.

Decorating Pivot Table

  • We have eliminated the total values from the rows and columns.

Decorating Pivot Table

  • You can change the design by going to the Design tab and selecting a theme.

Decorating Pivot Table

  • Here is the final look of our Inventory Aging Report.

Decorating Pivot Table


Download the Workbook


Related Articles


<< Go Back to Inventory Management in Excel | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!
Tanjima Hossain
Tanjima Hossain

TANJIMA HOSSAIN is a marine engineer who enjoys working with Excel and VBA programming. For her, programming is a handy, time-saving tool for managing data, files, and online tasks. She's skilled in Rhino3D, Maxsurf C++, MS Office, AutoCAD, and Excel & VBA, going beyond the basics. She holds a B.Sc. in Naval Architecture & Marine Engineering from BUET and is now a content developer. In this role, she creates tech-focused content centred around Excel and VBA. Apart from... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo