Skip to content
Free Excel Tutorials
  • Home
  • Excel For Beginners
  • Excel Intermediate
  • Advanced Excel For Experts

Data Analysis

  • How To Remove Duplicates In Excel Column Or Row?
  • Conflicting Multiple Conditional Formatting Rules in Excel
  • Subtotal function in Excel
  • How to create running total in an Excel Table
  • Remove Duplicates Example in Excel

References

  • How to get address of first cell in range in Excel
  • Count rows with at least n matching values
  • How to get first column number in range in Excel
  • Excel Advanced Lookup using Index and Match Functions
  • INDEX function: Description, Usage, Syntax, Examples and Explanation

Data Validations

  • Excel Data validation no punctuation
  • Data validation must not exist in list
  • Excel Data validation allow weekday only
  • How To Create Drop-down List in Excel
  • Excel Data validation date in specific year

How to calculate current stock or inventory in Excel

by

This tutorial covers basic inventory formula.

To calculate current stock, or inventory, you can use Excel Tables with a formula based on the SUMIF function.

Formula

=SUMIFS(In[Qty],In[Color],A1)-SUMIFS(Out[Qty],Out[Color],A1)

Explanation

In the example shown, the formula in K7 is:

=SUMIFS(In[Qty],In[Color],J7)-SUMIFS(Out[Qty],Out[Color],J7)

Where “In” is the Excel Table on the left, “Out” is the table in the middle.

How this formula works

This formula demonstrates a very simple inventory concept where current inventory is simply the result of all incoming stock minus all outgoing stock. In the example, colors are treated as unique item identifiers – imagine a product available in one size only in just three colors: red, blue, or green.

The key to this approach is to use Excel Tables, because Table ranges automatically expand to handle changes in data. This means we can get a total of all incoming red items with:

=SUMIFS(In[Qty],In[Color],J7)

And a total of all outgoing red items with:

=SUMIFS(Out[Qty],Out[Color],J7)

In both cases, the SUMIFS function generates a total for all red items in each table.

Then, as long as both tables are up to date and complete, we can get the current inventory of red items with the following formula:

=SUMIFS(In[Qty],In[Color],J7)-SUMIFS(Out[Qty],Out[Color],J7)

As the formula is copied down, we get current inventory for each color.

Post navigation

Previous Post:

How to calculate project complete percentage in Excel

Next Post:

Popularly Used Excel Functions and their examples

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Learn Basic Excel

Ribbon
Workbook
Worksheets
Format Cells
Find & Select
Sort & Filter
Templates
Print
Share
Protect
Keyboard Shortcuts

Categories

  • Charts
  • Data Analysis
  • Data Validation
  • Excel Functions
    • Cube Functions
    • Database Functions
    • Date and Time Functions
    • Engineering Functions
    • Financial Functions
    • Information Functions
    • Logical Functions
    • Lookup and Reference Functions
    • Math and Trig Functions
    • Statistical Functions
    • Text Functions
    • Web Functions
  • Excel VBA
  • Excel Video Tutorials
  • Formatting
  • Grouping
  • Others

Logical Functions

  • Invoice status with nested if in Excel
  • IF with boolean logic in Excel
  • IF function: Description, Usage, Syntax, Examples and Explanation
  • Return blank if in Excel
  • IFERROR function: Description, Usage, Syntax, Examples and Explanation

Date Time

  • How to calculate months between dates in Excel
  • Convert decimal hours to Excel time
  • Get last day of month in Excel
  • How to get Holiday Date from Year in Excel
  • Convert date string to date time in Excel

Grouping

  • Running count group by n size in Excel
  • Map inputs to arbitrary values in Excel
  • Group numbers with VLOOKUP in Excel
  • Calculate conditional mode with criteria in Excel
  • Group times into unequal buckets in Excel

General

  • With vs Without Array Formula in Excel
  • Check if multiple cells have same value with case sensitive in Excel
  • Creating and Opening an existing file in Excel
  • Find Most Frequently Occurring Word in Excel Worksheet
  • Index and match on multiple columns in Excel
© 2026 xlsoffice . All Right Reserved. | Teal Smiles | Abbreviations And Their Meaning