<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[How to make an Excel Inventory Spreadsheet]]></title><description><![CDATA[<h1><strong>Sheet 1</strong></h1>
<hr />
<h2>Cells: A2-A101</h2>
<p dir="auto">!!! warning [Warning]: This uses an older form of spreadsheets because the Pocket PC is to old to open .xlsx files and so on.</p>
<pre><code>=IF(C2="","",IF(COUNTIF(Sheet2!$A$1:$A$1000,D2)&gt;0,C2&amp;" x"&amp;COUNTIF(Sheet2!$A$1:$A$1000,D2),C2&amp;" x0"))
=IF(C3="","",IF(COUNTIF(Sheet2!$A$1:$A$1000,D3)&gt;0,C3&amp;" x"&amp;COUNTIF(Sheet2!$A$1:$A$1000,D3),C3&amp;" x0"))
</code></pre>
<p dir="auto">These formulas repeat all the way down the A column.</p>
<p dir="auto">This Excel formula checks if the value in cell <strong>C2</strong> is blank. If it is blank, it returns an empty cell. If <strong>C2</strong> is not blank, it counts the number of times the value in cell <strong>D2</strong> appears in a range of cells in Sheet2. If the count is greater than zero, the formula returns the value in <strong>C2</strong> followed by " x" and the count of occurrences of <strong>D2</strong> in the range. If the count is zero, it returns the value in <strong>C2</strong> followed by " x 0". Essentially, this formula is used to concatenate the value in <strong>C2</strong> with a count of how many times a specific value appears in a range of cells in <strong>“Sheet2”</strong>.</p>
<hr />
<h2>Cells: B2-B101</h2>
<pre><code>=COUNTIF(Sheet2!$A$1:$A$1000,D2)
=COUNTIF(Sheet2!$A$1:$A$1000,D3)
</code></pre>
<p dir="auto">These formulas repeat all the way down the B column.</p>
<p dir="auto">This Excel formula counts the number of times the value in cell <strong>D2</strong> appears in the range <strong>A1:A1000</strong> on a worksheet called <strong>“Sheet2”</strong>.</p>
<hr />
<h2>Cells: C2-C101</h2>
<p dir="auto">These cells are just the names of the items that you want to take inventory of.</p>
<hr />
<h2>Cells: D2-D101</h2>
<p dir="auto">These cells contain the barcodes for items that you wish to scan using the scanner in <strong>Sheet2</strong> of the spreadsheet. You can customize the barcodes for each item. For instance, you cannot scan a fork directly, but you can assign a unique barcode <strong>(10025)</strong> for the fork and scan it to count inventory.</p>
<p dir="auto">Example of <strong>Code-128</strong> Barcode with <strong>(10025)</strong> as the data.<br />
<img src="https://pics.sumisu.xyz/i/aa66c637-0e68-40ec-bb50-96e44a8e973a.gif" alt="Code-128" class=" img-fluid img-markdown" /></p>
<p dir="auto">Example of smaller <strong>Data Matrix</strong> Barcode with the same data <strong>(10025)</strong>.<br />
<img src="https://pics.sumisu.xyz/i/6dbec92b-7a86-40b6-b448-a8d17423e240.gif" alt="Data Matrix" class=" img-fluid img-markdown" /></p>
<hr />
<h1><strong>Sheet 2</strong></h1>
<hr />
<h2>Cells: A2-A1000</h2>
<p dir="auto">Use these cells to scan barcodes into the spreadsheet using your Pocket PC scanner. As you scan, the data will update automatically on <strong>“Sheet1”</strong>. You don’t need to follow any specific order while scanning.</p>
]]></description><link>https://forum.sumisu.xyz/topic/38/how-to-make-an-excel-inventory-spreadsheet</link><generator>RSS for Node</generator><lastBuildDate>Sat, 30 May 2026 23:27:56 GMT</lastBuildDate><atom:link href="https://forum.sumisu.xyz/topic/38.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Nov 2024 09:42:21 GMT</pubDate><ttl>60</ttl></channel></rss>