EOQCalculator.com
Wilson EOQ, with the math
Scenario

EOQ from a QuickBooks SKU export

Direct answer

QuickBooks Online ships standard inventory reports (Inventory Valuation Summary, Sales by Item Summary, Open Purchase Orders) that supply every Wilson EOQ input except carrying-cost percent[1]. The mapping below lets you bulk-run Q* across a SKU file in one paste.

Column mapping

The bulk-run pattern

Export Sales by Item Summary to CSV. Export Inventory Valuation Summary to CSV. VLOOKUP / join on Item Name. Add a constant S column and a constant i column. Compute Q* in a formula column: =SQRT(2 * D * S / (C * i)). Feed the resulting Q* into the QuickBooks Reorder Point field per SKU.

Using our template

The CSV template does the same in one paste. Drop in the merged QuickBooks rows; download Q* plus sensitivity columns; paste back into a QuickBooks Bulk Item Update or NetSuite import.