Sub COPYonRowsAndColumns()
' PLEASE help me to make this easier
Range("BB1").Select
ActiveCell.FormulaR1C1 = _
"=SUM(--(MMULT((RC11:RC12=R88C54)+(RC11:RC12=R88C55),{1;1})=2))"
' =SUM(--(MMULT(($K1:$L1=$BB$88)+($K1:$L1=$BC$88),{1;1})=2)) ' inside cell
Selection.AutoFill Destination:=Range("BB1:BB6"), Type:=xlFillCopy
Range("BB1:BB6").Select
Range("BB1").Select
Selection.AutoFill Destination:=Range("BB1:BC1"), Type:=xlFillCopy
Range("BB1:BC1").Select
Range("BC1").Select
ActiveCell.FormulaR1C1 = _
"=SUM(--(MMULT((RC11:RC12=R89C54)+(RC11:RC12=R89C55),{1;1})=2))"
' =SUM(--(MMULT(($K1:$L1=$BB$89)+($K1:$L1=$BC$89),{1;1})=2)) ' inside cell
Selection.AutoFill Destination:=Range("BC1:BC6"), Type:=xlFillCopy
Range("BC1:BC6").Select
Range("BC1").Select
Selection.AutoFill Destination:=Range("BC1:BD1"), Type:=xlFillCopy
Range("BC1:BD1").Select
Range("BD1").Select
ActiveCell.FormulaR1C1 = _
"=SUM(--(MMULT((RC11:RC12=R90C54)+(RC11:RC12=R90C55),{1;1})=2))"
'=SUM(--(MMULT(($K1:$L1=$BB$90)+($K1:$L1=$BC$90),{1;1})=2)) ' inside cell
Selection.AutoFill Destination:=Range("BD1:BD6"), Type:=xlFillCopy
Range("BD1:BD6").Select
Range("BD1").Select
Selection.AutoFill Destination:=Range("BD1:BE1"), Type:=xlFillCopy
Range("BD1:BE1").Select
Range("BE1").Select
ActiveCell.FormulaR1C1 = _
"=SUM(--(MMULT((RC11:RC12=R91C54)+(RC11:RC12=R91C55),{1;1})=2))"
' =SUM(--(MMULT(($K1:$L1=$BB$91)+($K1:$L1=$BC$91),{1;1})=2)) ' inside cell
Selection.AutoFill Destination:=Range("BE1:BE6"), Type:=xlFillCopy
Range("BE1:BE6").Select
Range("BE6").Select
Thank you .
' PLEASE help me to make this easier
Range("BB1").Select
ActiveCell.FormulaR1C1 = _
"=SUM(--(MMULT((RC11:RC12=R88C54)+(RC11:RC12=R88C55),{1;1})=2))"
' =SUM(--(MMULT(($K1:$L1=$BB$88)+($K1:$L1=$BC$88),{1;1})=2)) ' inside cell
Selection.AutoFill Destination:=Range("BB1:BB6"), Type:=xlFillCopy
Range("BB1:BB6").Select
Range("BB1").Select
Selection.AutoFill Destination:=Range("BB1:BC1"), Type:=xlFillCopy
Range("BB1:BC1").Select
Range("BC1").Select
ActiveCell.FormulaR1C1 = _
"=SUM(--(MMULT((RC11:RC12=R89C54)+(RC11:RC12=R89C55),{1;1})=2))"
' =SUM(--(MMULT(($K1:$L1=$BB$89)+($K1:$L1=$BC$89),{1;1})=2)) ' inside cell
Selection.AutoFill Destination:=Range("BC1:BC6"), Type:=xlFillCopy
Range("BC1:BC6").Select
Range("BC1").Select
Selection.AutoFill Destination:=Range("BC1:BD1"), Type:=xlFillCopy
Range("BC1:BD1").Select
Range("BD1").Select
ActiveCell.FormulaR1C1 = _
"=SUM(--(MMULT((RC11:RC12=R90C54)+(RC11:RC12=R90C55),{1;1})=2))"
'=SUM(--(MMULT(($K1:$L1=$BB$90)+($K1:$L1=$BC$90),{1;1})=2)) ' inside cell
Selection.AutoFill Destination:=Range("BD1:BD6"), Type:=xlFillCopy
Range("BD1:BD6").Select
Range("BD1").Select
Selection.AutoFill Destination:=Range("BD1:BE1"), Type:=xlFillCopy
Range("BD1:BE1").Select
Range("BE1").Select
ActiveCell.FormulaR1C1 = _
"=SUM(--(MMULT((RC11:RC12=R91C54)+(RC11:RC12=R91C55),{1;1})=2))"
' =SUM(--(MMULT(($K1:$L1=$BB$91)+($K1:$L1=$BC$91),{1;1})=2)) ' inside cell
Selection.AutoFill Destination:=Range("BE1:BE6"), Type:=xlFillCopy
Range("BE1:BE6").Select
Range("BE6").Select
Thank you .