Column D contains my old department number and I want the new department number to end up in column E. The conversion is old department in T2:T91 and the new department in V2:V91.
This formula works for the first row:
=LOOKUP(D2,T2:T91,V2:V91)
If I copy the formula from the second row to the third row I get
=LOOKUP(D3,T3:T92,V3:V92
I have 14,300 rows and I need a way to copy the formula so that only column D changes it's value. I want the ranges of T2:T91 and V2:V91 to remain the same.
Can this be done?
This formula works for the first row:
=LOOKUP(D2,T2:T91,V2:V91)
If I copy the formula from the second row to the third row I get
=LOOKUP(D3,T3:T92,V3:V92
I have 14,300 rows and I need a way to copy the formula so that only column D changes it's value. I want the ranges of T2:T91 and V2:V91 to remain the same.
Can this be done?