Forum Discussion

YeahMan's avatar
YeahMan
Brass Contributor
Mar 09, 2023
Solved

XLOOKUP where the lookup value is a formula

Hi, I'm trying to use XLOOKUP where the lookup value is a formula, e.g.,:      A7 = Hospitality - P0461      A8 = RIGHT(A7)      XLOOKUP(A8, table1.some_column, table1.some_other_column) the XLO...
  • HansVogelaar's avatar
    Mar 09, 2023

    YeahMan 

    =RIGHT(A7) returns the rightmost character of A7, i.e. "1"

    Does it work if you use =RIGHT(A7,5) ?

Resources