Hello
I am trying to output the most recent "pick TM z#" result based on the most recent cage number match.
In the first image, a user will manually input all carts encountered. The second image shows all carts that have been found to be "defective". The second image holds the information we would like to present to our team to show which cage cart has a TM attached to it.
The issue arises from multiple matches in the data set. As you can see cart 0001 has two results, "ABc" and "updated result". The Second image displays the output chart to indicate the match, but as you can see the output table only shows ABc as a result.
I can see that the index match returns the first match, but I would like to update it according to the new inputs.
User input table:
Output table:
Information will be input through a form. The pick TM z# is where the equation is nested. The form does not require users to input the Z#. (would not have this problem if it did :) )
I was exploring the Max(collect equation but I could not get it to work. Any help would be appreciated.