I am hitting a limit when I try to assign a sum to a cells formula:
cells(y,x).formula = "=sum(G65,H74,I38,J20,G22, .... ,K19,L22)"
It seems as though I can't have more than 30 summands in a =sum formula.
Is there a workaround for this problem?