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...