This formula operates correctly in that it returns the matching value from the concatination of cells H2&G5 in column "B" and returns the value off the same row in column "C".
Can the formula be amended to return the penultimate matching value?
Thanks in advance
Code:
=LOOKUP(2,1/(B:B=H2&G5),C:C)
Can the formula be amended to return the penultimate matching value?
Thanks in advance