I am trying to make this comparison check work in Excel 2016 and show information of column D
=IFNA(INDEX('Redundancy Details'!D6:D7, MATCH('Redundancy Details'!K6:K7, 'Changing Roles'!E6:E7, 0)), "Not found")
I search across several tabs and I compare D6 with K6 and if they are the same then I want to show the value of D6 however I receive the #VALUE! error indicating that a value used in the formula is of a wrong data type, I tried to change values from text to numbers but have the same result any suggestions?
I have two tabs redundancy details and changing roles and all information should be added to changing roles.
so only if values of column K and E matches the information from column D should be added.
Any ideas what I am doing wrong here?
Bookmarks