Download Article
Download Article
A tutorial for creating an inventory list from scratch or a template in Microsoft Excel
Trying to keep track of your inventory using Excel? There are a couple easy ways to go about this task — you can use a pre-formatted inventory list template to do this, or you can manually create your sheet. This wikiHow guide shows you how to manage your business' inventory using an Excel spreadsheet on a Windows or Mac computer.
Best Ways to Make an Inventory List in Excel
- To use a template, click the "New" tab in Excel and search for "inventory" in the search bar.
- To create your own template, start a new spreadsheet and add column headers.
- Columns can include the SKU, item name, quantity, and unit price for items.
Steps
-
Click the New tab. It's an option in the left menu. There are plenty of great template options for keeping inventory and controlling inventory for your business. [1] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to source
- On Mac, first click File in the upper-left corner, then click New from Template… in the drop-down menu.
-
Click the search bar. It's at the top of the Excel New tab, under the Blank workbook button. It will say "Search for online templates." [2] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to sourceAdvertisement
-
Search for inventory list templates. To do so:
- Type inventory into the search bar at the top of the page.
- Press ↵ Enter . This will bring up a list of templates for inventory management.
-
Select a template. Click the inventory template that best suits your needs. Its preview page will open. [3] X Research source
- Each inventory list template offers different features. If you don't like the template you've selected, press Esc to return to the templates page.
-
Wait for your template to load. This may take a few seconds. Once the template is open, you can proceed.
-
Enter your inventory information. To change a pre-filled cell, double-click it, delete the number or word there, and enter your item's information. While your selected template may have slightly different options, every inventory list should include the following options:
- Item Number - An item's inventory (SKU) number.
- Item Name - An item's descriptive name.
- Item Cost - The cost of one item.
- Number in Stock - The quantity of an item in your inventory.
- Net Value - The total value of an item's stock.
-
Add an image for each item. You can add a picture of each inventory item. These images will go in a new "Images" column. To add images:
- Go to the Insert tab and select Illustrations > Pictures > This Device .
- Click the image file and then click Insert .
- Right-click (Windows) or ctrl-click (Mac) the image and select Format Picture .
- Click the Size & Properties tab button > click the Properties drop-down > select Move and size with cells .
- Drag the size anchors on the image to adjust its size to what you need for your inventory.
- Adjust the row and column width for your image column to fit the image.
-
Save your work. To do so: [5] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to source
- Windows:
- Click File and then click Save As .
- Navigate to the location where you want to save the file.
- Type a name for the document (e.g., "Inventory List") into the "File name" text box.
- Click Save .
- Mac:
- Click File and then click Save As .
- Type a name for the document (e.g., "Inventory List") into the "Save As" field.
- Select a save location by clicking the Where box and clicking a folder.
- Click Save .
- Windows:
Advertisement
-
Click New blank workbook . This box is in the upper-left side of the Home tab in Excel. If you're trying to maintain inventory accuracy, a custom-made spreadsheet can go a long way! [6] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to source
-
Create your inventory list headers. In the following cells, enter the following headers:
- A1 - Item Number
- B1 - Item Name
- C1 - Item Cost
- D1 - Number of Items
- E1 - Net Value
- F1 - Image (optional)
-
Adjust the column widths. Click the space between two column letters (e.g., A and B ) at the top of the sheet, then drag the mouse to the right to widen the column.
-
Enter an item's inventory number. To do so:
- Click cell A2 .
- Type in your item's inventory number (e.g, 123456 ).
- Press ↵ Enter .
-
Add an item's name. Click cell B2 , and then enter the item's official name (e.g., Cable ties ).
-
Enter the item's cost per unit. Click cell C2 , then enter the item's individual cost (e.g., 4.99 ).
-
Add the total number of that item that you have on-hand. Click cell D2 , then enter the number of items that you have in stock (for example, if you have 80 cable ties on-hand, you'd enter 80 ).
-
Enter the net value formula. To do so:
- Click cell E2 .
- Type =C2*D2 into the cell.
- Press ↵ Enter . You should immediately see the calculated net value appear in the cell.
- You can repeat this general formula for every cell in the "Net Value" column—just make sure that you replace C2 and D2 with the correct cells (for example, if you're multiplying values in cells C10 and D10 , you'd use those cells instead of C2 and D2 ).
-
Add the rest of your items to the inventory list. Repeat the above process for each item in your inventory. You'll assign one item to each row until your list is full. You're off to a great start developing an inventory system for your company.
-
Add an image for each item. You can add a picture of each inventory item. These images will go in a new "Images" column. To add images:
- Go to the Insert tab and select Illustrations > Pictures > This Device .
- Click the image file and then click Insert .
- Right-click (Windows) or ctrl-click (Mac) the image and select Format Picture .
- Click the Size & Properties tab button > click the Properties drop-down > select Move and size with cells .
- Drag the size anchors on the image to adjust its size to what you need for your inventory.
- Adjust the row and column width for your image column to fit the image.
-
Save your work. To do so: [7] X Trustworthy Source Microsoft Support Technical support and product information from Microsoft. Go to source
- Windows:
- Click File and then click Save As .
- Navigate to the location where you want to save the file.
- Type a name for the document (e.g., "Inventory List") into the "File name" text box.
- Click Save .
- Mac:
- Click File and then click Save As .
- Type a name for the document (e.g., "Inventory List") into the "Save As" field.
- Select a save location by clicking the Where box and clicking a folder.
- Click Save .
- Windows:
Advertisement
Expert Q&A
Search
-
QuestionHow do i make labels of inventory items?Kyle Smith is a wikiHow Technology Writer, learning and sharing information about the latest technology. He has presented his research at multiple engineering conferences and is the writer and editor of hundreds of online electronics repair guides. Kyle received a BS in Industrial Engineering from Cal Poly, San Luis Obispo.To make labels for your items, you'll need to either contact a 3rd-party labeling company or make your labels in-house. A 3rd-party labeling company is a good option if you have medium to high product volume and require professional labels. Making the labels manually is good for low volume production.
-
Questionwhich will be the formula to know quantity limit to reorder and restock?Kyle Smith is a wikiHow Technology Writer, learning and sharing information about the latest technology. He has presented his research at multiple engineering conferences and is the writer and editor of hundreds of online electronics repair guides. Kyle received a BS in Industrial Engineering from Cal Poly, San Luis Obispo.You can use the IF function in a new column to see when you need to reorder products. For example, IF([quantity] < [stock limit], "reorder", "don't reorder yet").
-
QuestionCan I add a photo, video and map for each item?Kyle Smith is a wikiHow Technology Writer, learning and sharing information about the latest technology. He has presented his research at multiple engineering conferences and is the writer and editor of hundreds of online electronics repair guides. Kyle received a BS in Industrial Engineering from Cal Poly, San Luis Obispo.You can add a photo and map using Insert > Illustration > Pictures > From Device. To add a video, you can add a link to an external video for reference.
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit
Advertisement
Video
Tips
- Next, check out how to easily calculate inventory turnover.Thanks
- You can add another sheet to your workbook by clicking + in the lower-left side of the page.Thanks
Submit a Tip
All tip submissions are carefully reviewed before being published
Name
Please provide your name and last initial
Thanks for submitting a tip for review!
Advertisement
References
- ↑ https://support.microsoft.com/en-us/office/insert-or-delete-a-worksheet-19d3d21e-a3b3-4e13-a422-d1f43f1faaf2
- ↑ https://support.microsoft.com/en-us/office/video-start-with-an-accessible-excel-template-918db751-1585-41c5-9ddf-5d7a0915afaf
- ↑ https://create.microsoft.com/en-us/templates/inventories
- ↑ https://create.microsoft.com/en-us/templates/inventories
- ↑ https://support.microsoft.com/en-us/office/save-your-workbook-92e4aae0-452d-497f-a470-570610ff720a
- ↑ https://support.microsoft.com/en-us/office/create-a-new-workbook-ae99f19b-cecb-4aa0-92c8-7126d6212a83
- ↑ https://support.microsoft.com/en-us/office/save-your-workbook-92e4aae0-452d-497f-a470-570610ff720a
About This Article
Thanks to all authors for creating a page that has been read 918,892 times.
Reader Success Stories
- "Guides me to know the basic steps in creating inventory system using Excel."
Advertisement