Hello,
I'm having issues with inputting a formula array into a range of cells. The code in question is as follows:
theformulapart1 = "=IFNA(INDEX('" & ws & "'!$" & AllelCol & "$1:$" & AllelCol & "$1000" & "X_X_X())"
theformulapart2 = ",MATCH('Allele summary'!$C" & L & "&" & CL & "3" & ",'" &...