Inventory Sheet (Search Multiple Sheets) Help!

Fxguy

New Member
Joined
Oct 14, 2013
Messages
1
I'm trying to create a workbook for a co-worker to use for tracking inventory. Let me start with a little bit of what I am trying to do and also state that this would probably be much easier to create using access as a database than in excel, but this coworker is access challenged and so she really needs it to be in excel if at all possible.

Ok, so we are an inpatient pharmacy and we are trying to keep track of several medications that we have in various locations for the purpose of inventory. Each med has a unique NDC number assigned to it so we want the totals to be specific to each NDC. However, each NDC could be assigned to multiple locations and she wants a sheet for each location.

An example....
Lets say we have Sodium Chloride 0.9%, 20 ml vials.
The NDC is 00409-4888-20.
We stock 20 vials in supplemental crash cart boxes, 10 vials in Epidural Boxes, and 62 in Crash Carts throughout the hospital.
So we have a Master Inventroy Sheet that has the following columns set up:
NDC Number - Box - MNEMONIC - QTY IN BOX - Number of Boxes- ITEM Desc - Total QTY

The Data is grouped together by NDC so each box underneath is a seperate line with a Summary Line Below. There is also an individual worksheet with the same columns for each unique location.

What my coworker wants is the Master Inventory Sheet but to have the ability of the Master Inventory sheet to update if she changes a qty in a location or to add or delete items in particular locations.

So any ideas? Please Help! I'm currently doing this manualy and it is a mess / taking forever!

Thanks for the advice and thoughts!
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
I would make one spreadsheet for inventory transactions (receipts, adjustments, withdrawals, etc), and one (or more) summary page(s).

For example (most of these fields would be calculated or lookups, and could be hidden, or even removed):

DateNDCBoxMNEMONICQTY IN BOXNumber of BoxesITEM DescTotal QTY
1/5/201300409-4888-21Supplemental Crash CartExample Item 212-57Example Item 2-684
2/6/201300409-4888-22Crash CartExample Item 310124Example Item 31240
2/25/201300409-4888-20Crash CartExample Item 115-85Example Item 1-1275
3/12/201300409-4888-23Supplemental Crash CartSodium Chloride 0.9%, 20 ml10-66Sodium Chloride 0.9%, 20 ml-660
3/29/201300409-4888-23Supplemental Crash CartSodium Chloride 0.9%, 20 ml10-67Sodium Chloride 0.9%, 20 ml-670
5/6/201300409-4888-20Crash CartExample Item 115-8Example Item 1-120
5/19/201300409-4888-20Supplemental Crash CartExample Item 11586Example Item 11290
5/26/201300409-4888-23EpiduralSodium Chloride 0.9%, 20 ml1087Sodium Chloride 0.9%, 20 ml870
5/28/201300409-4888-20EpiduralExample Item 11588Example Item 11320
6/8/201300409-4888-22EpiduralExample Item 310143Example Item 31430
6/21/201300409-4888-22Supplemental Crash CartExample Item 31013Example Item 3130
6/24/201300409-4888-23EpiduralSodium Chloride 0.9%, 20 ml101Sodium Chloride 0.9%, 20 ml10
7/2/201300409-4888-20Crash CartExample Item 115126Example Item 11890
7/22/201300409-4888-22EpiduralExample Item 31075Example Item 3750
8/4/201300409-4888-22Crash CartExample Item 31089Example Item 3890
8/7/201300409-4888-22Supplemental Crash CartExample Item 310-146Example Item 3-1460
8/21/201300409-4888-22Crash CartExample Item 31078Example Item 3780
9/1/201300409-4888-23Supplemental Crash CartSodium Chloride 0.9%, 20 ml10110Sodium Chloride 0.9%, 20 ml1100
9/14/201300409-4888-23Supplemental Crash CartSodium Chloride 0.9%, 20 ml10-121Sodium Chloride 0.9%, 20 ml-1210
9/23/201300409-4888-20Supplemental Crash CartExample Item 11518Example Item 1270
10/1/201300409-4888-20EpiduralExample Item 115-46Example Item 1-690
10/5/201300409-4888-23Crash CartSodium Chloride 0.9%, 20 ml10-93Sodium Chloride 0.9%, 20 ml-930

<tbody>
</tbody>

and then a summary page:

ON HAND INVENTORYEpiduralSupplemental Crash CartCrash Cart
00409-4888-20Example Item 16301560495
00409-4888-21Example Item 20-6840
00409-4888-22Example Item 32180-13302910
00409-4888-23Sodium Chloride 0.9%, 20 ml880-1440-930

<tbody>
</tbody>

Formula: =SUMIFS('Inventory Trans.'!$H$2:$H$1000,'Inventory Trans.'!$B$2:$B$1000,$A2,'Inventory Trans.'!$C$2:$C$1000,C$1)

Unfortunately, I can't get my Mr Excel HTML maker to work properly, so it's not showing up great.
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,257
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top