Skip to player
Skip to main content
Search
Connect
Watch fullscreen
Like
Bookmark
Share
More
Add to Playlist
Report
Can Excel be used for inventory management? - Excel Tips and Tricks
RobertBarone
Follow
5 weeks ago
Can Excel be used for inventory management? Yes. Here's how you can do it in a very crude way.
Here are the formulas outlined in the video.
In Stock
=FILTER(A3:A34,B3:B34>0)
Out Of Stock
=FILTER(A3:A34,B3:B34
Category
📚
Learning
Transcript
Display full video transcript
00:00
Here's a very simple way to monitor your inventory dynamically in Excel like this.
00:04
Let me show you how this is done. Let's start off with in stock. Select cell D3
00:08
here. You're going to use a function called filter. The first argument on the
00:11
filter would be the names of the inventory, comma. The second argument is
00:16
a condition. You're going to highlight all the quantities and if the quantity is
00:20
greater than zero, which means they have it in stock, you want to show the name.
00:23
Close parenthesis and hit enter and this will give you the list of all items
00:28
with quantity greater than zero. Now for out of stock, you're going to use the
00:31
same formula filter. Open parenthesis, highlight all the item names in the
00:35
inventory, comma, then followed by the condition of quantity being less than or
00:40
equal to zero. This is just in case if you enter a negative number and close
00:44
parenthesis and hit enter, it'll give you a list of all items that is out of stock or
00:48
has a quantity of zero. Now if you start putting zeros in some of this, you can see
00:52
that in stock, names will start to move over to out of stock and then out of stock
00:56
will start to increase in size.
Be the first to comment
Add your comment
Recommended
0:35
|
Up next
Why do my percentages not add up to 100 Excel? - Excel Tips and Tricks
RobertBarone
5 weeks ago
0:51
How do you comment inside a formula? - Excel Tips and Tricks
RobertBarone
5 weeks ago
0:16
🔥 Excel Hack: Remove Empty Cells FAST with 2 Shortcut Keys
Mr. EXCEL HACKS
3 months ago
13:39
Inventory Management Sheet in Excel | Stock In Out Balance Tracker
Spreadsheet Learning
8 months ago
4:03
Learn the SUBTOTAL Function in Excel | Do Calculations in Filtered Data in Excel
Spreadsheet Learning
2 years ago
6:27
MS Excel SUMPRODUCT Function Tutorial
Spreadsheet Learning
2 years ago
0:56
Find and replace fill color in Excel - Excel Tips and Tricks
RobertBarone
5 weeks ago
0:59
Insert Subtotal From Ribbon - Excel Tips and Tricks
RobertBarone
5 weeks ago
0:59
Can you use VLOOKUP to sum values? - Excel Tips and Tricks
RobertBarone
5 weeks ago
1:00
Make crossword puzzle in Google Sheet - Excel Tips and Tricks
RobertBarone
5 weeks ago
0:57
Create an electronic signature In Excel - Excel Tips and Tricks
RobertBarone
5 weeks ago
0:53
Insert Subtotal - Excel Tips and Tricks
RobertBarone
5 weeks ago
0:58
How to Insert Multiple Rows in Excel? Detail Explanation Version - Excel Tips and Tricks
RobertBarone
5 weeks ago
0:57
Sleeve Doughnut Chart - Excel Tips and Tricks
RobertBarone
6 weeks ago
0:57
Horizontal Bar Chart - Excel Tips and Tricks
RobertBarone
6 weeks ago
0:32
Calculate Total Worked Hours - Excel Tips and Tricks
RobertBarone
6 weeks ago
0:36
Color Banding In Google Sheets - Excel Tips and Tricks
RobertBarone
6 weeks ago
0:55
Quick and Easy Way to Add Multiple rows and column in Excel and Google Sheets - Excel Tips and Tricks
RobertBarone
6 weeks ago
1:00
Using various colors in cell formatting - Excel Tips and Tricks
RobertBarone
6 weeks ago
0:57
How do I protect cells from editing in Google Sheets? - Excel Tips and Tricks
RobertBarone
6 weeks ago
0:55
Group Dataset Real Fast In Excel - Excel Tips and Tricks
RobertBarone
6 weeks ago
1:00
Remove asterisks in Excel - Excel Tips and Tricks
RobertBarone
6 weeks ago
0:58
How to Calculate the Weighted Average in Excel (Using the Function SUMPRODUCT) - Excel Tips and Tricks
RobertBarone
6 weeks ago
1:00
Dependent Drop Down Lists In Google Sheet - Excel Tips and Tricks
RobertBarone
6 weeks ago
1:00
How do I create a dependent drop-down list in Excel - Excel Tips and Tricks
RobertBarone
6 weeks ago
Be the first to comment