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