HTML:
Date Committed OnHand
28/11/2018 1 11
29/11/2018 3 10
30/11/2018 3 9
01/12/2018 4 8
02/12/2018 2 7
03/12/2018 5 8
04/12/2018 6 10
05/12/2018 8 6
06/12/2018 4 8
07/12/2018 5 5
08/12/2018 6 3
09/12/2018 7 8
I'm trying to compare a list of values in the Committed column against a list of values in the OnHand Column to get a single corresponding date value from the first related row.
I want to return the date value on the row which has the first instance of the value in the Committed Column being higher than the value in the OnHand Column. So the correct answer would be 05/12/2018 but not 08/12/2018 in the example above.
My Index Match formula looks for a set value but I don't know what the value in the column is or would be so that's no use to me. I tried putting in another index match in place of the fixed value but it errored. I tried matching against True but that complained as well.
Any suggestions appreciated. Not sure if I'm even in the right ballpark with my formula attempts. Let me know if more info is required.
Thanks for looking.