-1

I have the following formula

=INDEX($D$2:$D$300018,MATCH($AA$3,$O$2:$O$300018,0))

When I drag down the formula it doesn't change $AA$3 to corresponding Row

Please help

lavnalla
  • 31
  • 1
  • 7

1 Answers1

1

replace:

=INDEX($D$2:$D$300018,MATCH($AA$3,$O$2:$O$300018,0))

with:

=INDEX($D$2:$D$300018,MATCH($AA3,$O$2:$O$300018,0))
Gary's Student
  • 95,722
  • 10
  • 59
  • 99