I want to add the following formula into my VBA...
I need it to paste into cell N2 and copy down to the bottom of the data
My formula is:
=IF(M2="","",INDEX(DropDownLists!$G$1:$H$5010,MATCH(LineGuide!$M2,DropDownLists!$G$1:$G$5010,0),MATCH(LineGuide!N$1,DropDownLists!$G$1:$H$1,0)))
My other problem is the "" that don't work in VBA...anyone know a way around this???
Thanks in advance for the help
C
I need it to paste into cell N2 and copy down to the bottom of the data
My formula is:
=IF(M2="","",INDEX(DropDownLists!$G$1:$H$5010,MATCH(LineGuide!$M2,DropDownLists!$G$1:$G$5010,0),MATCH(LineGuide!N$1,DropDownLists!$G$1:$H$1,0)))
My other problem is the "" that don't work in VBA...anyone know a way around this???
Thanks in advance for the help
C