Noobtastic
New Member
- Joined
- Jun 3, 2014
- Messages
- 14
Hello,
I have the following line that works fine but would like to have dynamic range for the array and lookup values.
Cells(C,32).value = "=INDEX(RateSheet!C2:I5,MATCH(C2,RateSheet!A2:A5,1),MATCH(AE2,RateSheet!C1:I1,1))"
C2:I5 and A2:A5 could have additional rows
C1:I1 could have additional columns
Both C2 and AE2 would lookup until last row
Would anyone be able to assist?
I have the following line that works fine but would like to have dynamic range for the array and lookup values.
Cells(C,32).value = "=INDEX(RateSheet!C2:I5,MATCH(C2,RateSheet!A2:A5,1),MATCH(AE2,RateSheet!C1:I1,1))"
C2:I5 and A2:A5 could have additional rows
C1:I1 could have additional columns
Both C2 and AE2 would lookup until last row
Would anyone be able to assist?