Hi there gurus!
I have the following array formula repeated a lot of times, and it's making my spreadsheets completely unusable
It would brilliant if somebody could explain how I'd go about converting it to VBA? Or even better if somebody could do it for me!?
I'd be eternally grateful
Image is of fixtures worksheet.
I have the following array formula repeated a lot of times, and it's making my spreadsheets completely unusable
It would brilliant if somebody could explain how I'd go about converting it to VBA? Or even better if somebody could do it for me!?
I'd be eternally grateful
Code:
{=IF(ISERROR(INDEX(Fixtures!$E:$E,MATCH(S$3&$F7,Fixtures!$C:$C&Fixtures!$D:$D,0))),IF(ISERROR(INDEX(Fixtures!$D:$D,MATCH(S$3&$F7,Fixtures!$C:$C&Fixtures!$E:$E,0))),"",LOWER(INDEX(Fixtures!$D:$D,MATCH(S$3&$F7,Fixtures!$C:$C&Fixtures!$E:$E,0)))),UPPER(INDEX(Fixtures!$E:$E,MATCH(S$3&$F7,Fixtures!$C:$C&Fixtures!$D:$D,0))))}
Image is of fixtures worksheet.