Forum Discussion

davidleal's avatar
davidleal
Iron Contributor
Mar 30, 2023

XMATCH and MATCH return different result for approximate search lookup_array with repetitive values

The following examples produce a different result:   =MATCH(FALSE, {TRUE,TRUE,TRUE},-1) -> 3 =XMATCH(FALSE, {TRUE,TRUE,TRUE},1) -> 1   They are different functions, but serve for the same purpo...

Resources