Lectricman
New Member
- Joined
- Feb 18, 2016
- Messages
- 14
Can anyone explainto me what is wrong with this Formula.
=SUMIFS(F760:F841,B760:B841,"A",I760:I841,"B",J760:J841,"C",K760:K841,"D")
On a worksheet it works without issue. When I try it in VBA it gives the following error.
Compile Error:
Expected: List Separator or).
The colon between F760 and F841 is hi-lighted.
Many Thanks in advance
=SUMIFS(F760:F841,B760:B841,"A",I760:I841,"B",J760:J841,"C",K760:K841,"D")
On a worksheet it works without issue. When I try it in VBA it gives the following error.
Compile Error:
Expected: List Separator or).
The colon between F760 and F841 is hi-lighted.
Many Thanks in advance