Hello, I want to use a formula using INDEX/ MATCH Function using multiple criteria to get a single value |
---|
I am trying to get a value of Column Description from File 2 based on matching Source System ,Table name and Attribute Field Index ( as the column names may be different ) |
The formula Im using gets me an INVALID OPERATION ERROR
Formula : !=INDEX({File2 Column Desc}, MATCH(System@row + [Table Name ]@row + [Attribute Field_Index]@row , {File2-SourceSystem} + {File2-Table Name} + {File 2 Column Position}, 0))
Please help me figure out what I may be doing wrong and how to resolve this formula or use some other formula