I am looking to make an intake form to track items in a warehouse. When a person moves items I would like to set up a way to return what the last location the item was reported at. See below for format. I have used Max(Collect()) in the past, but as far as I can work out this limits me to one column for the "Unit" to live in, making the person filling out a form need to complete a form for each item, rather than being able to "Inspect" multiple items in one form.
On Sheet 1(Summary Sheet) the columns I am looking for would look like this
Item Name | Last Location |
|---|
Unit A | "Formula I need help on" Needs to return "Location 3" |
On Sheet 2 I would like to return the value in the "Location" Column that has the most recent date, and contains "Unit A"
Date | Location | Item 1 | Item 2 | Item 3 | Item 4 | Item 5 | Item 6 |
|---|
1/2/2000 | Location 3 | Unit B | Unit A | Unit G | Unit Q | Unit W | Unit R |
1/1/2000 | Location 2 | Unit A | Unit B | Unit C | Unit D | Unit E | Unit F |