=INDEX(Enumbers!C2:C60,MATCH('final data'!B2,Enumbers!B2:B60,0))
Question:
the above formula is giving me some issues. i have a work around but it is long.
the formula is correct BUT i need to move it to several cells and the formatting of the formula must remain the same.
Enumbers!C2:C60 and Enumbers!B2:B60, can not change.
final data'!B2 is the only point that needs to change.
copy and paste will fill each cell i need but till move the formula to adjust for the new position .
is there a way to stop this from happening?
i can manually go in and fix the issue, but if there is and easier way , i would love to know.
example
=INDEX(Enumbers!C2:C60,MATCH('final data'!B2,Enumbers!B2:B60,0)) --- cell A2
=INDEX(Enumbers!C3:C61,MATCH('final data'!B3,Enumbers!B3:B61,0)) --- Cell B2
=INDEX(Enumbers!C4:C62,MATCH('final data'!B4,Enumbers!B4:B62,0)) --- Cell c2
Question:
the above formula is giving me some issues. i have a work around but it is long.
the formula is correct BUT i need to move it to several cells and the formatting of the formula must remain the same.
Enumbers!C2:C60 and Enumbers!B2:B60, can not change.
final data'!B2 is the only point that needs to change.
copy and paste will fill each cell i need but till move the formula to adjust for the new position .
is there a way to stop this from happening?
i can manually go in and fix the issue, but if there is and easier way , i would love to know.
example
=INDEX(Enumbers!C2:C60,MATCH('final data'!B2,Enumbers!B2:B60,0)) --- cell A2
=INDEX(Enumbers!C3:C61,MATCH('final data'!B3,Enumbers!B3:B61,0)) --- Cell B2
=INDEX(Enumbers!C4:C62,MATCH('final data'!B4,Enumbers!B4:B62,0)) --- Cell c2