I am attempting to use the INDEX(MATCH) formula with the range being a column that is calculated with a formula. I keep getting a #NOMATCH message - can MATCH only work on a column that has actual values (i.e., not values calculated from a formula)?
I am trying to use this formula:
=INDEX({Billing Code}, MATCH([Identifier CALCULATED]@row, {List 1 Identifier}))
where the [Identifier CALCULATED] column is generating an Identifier by pulling the first 6 characters from a longer code with this column formula:
=LEFT([Project Code]@row, 6)