We have a Google Sheet that tracks all of our parts orders and helps us keep track of the status. Recently, our supervisor has asked us to make a list of what parts have been received every day. Rather than duplicating work by entering that its received on the spreadsheet and then creating another sheet with a list of parts and the date they were received, I want to be able to transfer the data so that when someone enters "received" in the status box, it pulls the description over from the "item description" box. I hope this is making sense to someone... I'm not sure if I'm explaining it well enough...
It looks like this:
| Name | Item Description | Part Number | Manufacturer | QTY | etc...etc... | ETA | Status |
|---|---|---|---|---|---|---|---|
| Ash | Tool | xxxxxxx | XYZ CORP | 100 | ......... | 3-5 Weeks | Ordered 06/06, Approved 06/10, Received 06/13. |
I want it to pull the data from this sheet to another tab on that same document where it puts the item description in column A and the received date in column B when someone adds the word "received".