PGC01
Can you expand on the 'duplicate values'; I have the 'no match' found covered? I am doing the same type of reverse formula, but it doesn't consider the presence of duplicates on the array sheet.
=IFERROR(INDEX(HWSWSTD[[#Headers],[CURRENT]:[FV N-2]],,MATCH([@[OS Version]],INDEX(HWSWSTD[[#All],[CURRENT]:[FV N-2]],MATCH([@Model],HWSWSTD[[#All],[Model]],0),),0)),"OLDER")
My reverse formula is returning the header title of CURRENT, FV N-1, FV N-2 based on the match of hardware model and software version; duplicates would be in the Model column.