GraceTilly
New Member
- Joined
- Dec 16, 2024
- Messages
- 9
- Office Version
- 2021
- Platform
- Windows
As a company, we provide uniforms for our staff
Trousers, T-Shirts, Boots, Shirts, caps, jumpers etc...obviously each come in various sizes, S,M,L,XL, boots in various sizes, 7,8,9, etc.....
What I am trying to do is create a stock sheet that tells me how much I have of each item and what size based on my original stock and what has been handed out.
Example In Cell A3 is the word Shirt and in b3,c3,d3,e3 would be Small, Medium,Large, extra large. and in the cells b4,c4,d4,e4, would be a numeric saying how many of those I have.
On a sheet within the worksheet I catalogue what comes in and what goes out so at any given time I know my stock position.
The details are entered thus, C10,date, D10,name, E10,product (ie T-shirt), F10,size and G10,quantity.
So on the at sheet I have given out 1 medium T-shirt , SO IN e10 the word T-Shirt in f10 the letter M and in G10, 1
What I want to do is use something like xlookup to determine the product, the size and other quantity and take it from my existing stock, but I am struggling to use three arrays, product, size and quantity???
Trousers, T-Shirts, Boots, Shirts, caps, jumpers etc...obviously each come in various sizes, S,M,L,XL, boots in various sizes, 7,8,9, etc.....
What I am trying to do is create a stock sheet that tells me how much I have of each item and what size based on my original stock and what has been handed out.
Example In Cell A3 is the word Shirt and in b3,c3,d3,e3 would be Small, Medium,Large, extra large. and in the cells b4,c4,d4,e4, would be a numeric saying how many of those I have.
On a sheet within the worksheet I catalogue what comes in and what goes out so at any given time I know my stock position.
The details are entered thus, C10,date, D10,name, E10,product (ie T-shirt), F10,size and G10,quantity.
So on the at sheet I have given out 1 medium T-shirt , SO IN e10 the word T-Shirt in f10 the letter M and in G10, 1
What I want to do is use something like xlookup to determine the product, the size and other quantity and take it from my existing stock, but I am struggling to use three arrays, product, size and quantity???