Hello all , i am having some difficulty getting an index/match formula to work across 2 sheets , sheet 1 is a database with personnel info , sheet 2 is a daily POB where when i type in a personnels name in cell c3 i want to return their company they work for in cell f3 and so forth , but when i put the formula in the array portion of index doesnt even seem to be recognized if that makes sense and i end up getting a #N/A below is the current formula i have after reading a few forum posts.
=INDEX('Personnel Info'!$C$3:$AC$100,MATCH(C3,'Personnel Info'!$A$3:$AB$100,1),)
i have vlookup formulas for this that work wonderfully , but they have caused the entire file slow to open trying to find an alternative less volatile function to achieve this , perhaps a VBA function idk .
i can post more info if needed
=INDEX('Personnel Info'!$C$3:$AC$100,MATCH(C3,'Personnel Info'!$A$3:$AB$100,1),)
i have vlookup formulas for this that work wonderfully , but they have caused the entire file slow to open trying to find an alternative less volatile function to achieve this , perhaps a VBA function idk .
i can post more info if needed