BrutalDawg
New Member
- Joined
- Jun 10, 2015
- Messages
- 41
Here is what I need to do. I will have two sets of data like below.
<colgroup><col span="2"><col><col><col></colgroup><tbody>
</tbody>
What I am trying to develop is a shortage report. So I would need excel to determine the value on hand vs requested quantity and display what I will be short on in the coming weeks. Also, there are times when they will request product we have 0 quantity on hand so it will not populate in our inventory list. I would like it to point that out too. In theory what I need it to do, is take the quantity of the specific item we have, subtract the quantity requested and show the difference. We have thousands of unique items on hand, so doing this manually takes several hours. Does anyone know a way to compare the data like this?
Item Number | Our Quantity | Item Number | Requested Quantity | |
Item1 | 100 | Item1 | 50 | |
Item2 | 200 | Item2 | 50 | |
Item3 | 150 | Item3 | 200 | |
Item4 | 300 | Item4 | 150 | |
Item5 | 400 | Item5 | 500 | |
Item 6 | 50 |
<colgroup><col span="2"><col><col><col></colgroup><tbody>
</tbody>
What I am trying to develop is a shortage report. So I would need excel to determine the value on hand vs requested quantity and display what I will be short on in the coming weeks. Also, there are times when they will request product we have 0 quantity on hand so it will not populate in our inventory list. I would like it to point that out too. In theory what I need it to do, is take the quantity of the specific item we have, subtract the quantity requested and show the difference. We have thousands of unique items on hand, so doing this manually takes several hours. Does anyone know a way to compare the data like this?