Hi,
I am trying to put Index-Match formula on my data through VBA code, but I am unable to create the dynamic ranges and use index match though VBA.
Formula in excel looks like this:
=IFERROR((IF(INDEX(Answers!$A$8:$O$13,MATCH($A2,Answers!$A$8:$A$13,0),MATCH($J2,Answers!$A$8:$O$8,0))=$K2,1,0)),0)
Any help would be greatly appreciated! Thanks in advance.
Arpita
I am trying to put Index-Match formula on my data through VBA code, but I am unable to create the dynamic ranges and use index match though VBA.
Formula in excel looks like this:
=IFERROR((IF(INDEX(Answers!$A$8:$O$13,MATCH($A2,Answers!$A$8:$A$13,0),MATCH($J2,Answers!$A$8:$O$8,0))=$K2,1,0)),0)
Any help would be greatly appreciated! Thanks in advance.
Arpita