I'm trying to "easily" compute days that a certain type of inventory has been stored in our warehouse. Our database software doesn't have a report that details this.
I have the raw data downloaded to excel, but need to find a way to rearrange it and allow for easy viewing.
As seen in the copy below I have an ID Tag with a date it was received and then a corresponding date that it left our warehouse. What I need is an easy way to figure out how long each ID Tag was in our warehouse.
Would it be best to use a pivot table or is there other options that would work. I'm dealing with close to 3,000 tags!
Thanks for the help
TAG ID REF DESCR DATE REC ISSUED
15021749 58051 Receive 6/25 90 0
15021749 G 8443 Ship 7/8 0 90
15021750 58051 Receive 6/25 90 0
15021750 G 8443 Ship 6/26 0 90
15021751 58051 Receive 6/25 90 0
15021751 G 8443 Ship 6/25 0 90
15021752 58051 Receive 6/25 90 0
15021752 G 8443 Ship 6/26 0 90
Bookmarks