I am trying to use a unique identifier by column, to reference another table that has that unique identifier in it and provide it's adjacent value from another column, by row.
This is the formula I'm using and it's giving me values in that list but the wrong value:
=INDEX({Hours}, MATCH([Combined Work Description]@row, {Comb. Work Description}))
Where Hours is on another sheet and is listing the hours value I want returned. The Combined Work Description is the unique value, then the Comb. Work Description is the entire column of options for what the row's value for Combined Work Description could be. What is going on????