ARUNCHENNAI
Board Regular
- Joined
- Apr 24, 2017
- Messages
- 66
Can some one explain, point the error & provide correct code.
The below code is getting the result
But the below code is just summing up only the value of O2
Regards
Arun
The below code is getting the result
Code:
.Range("P2:p" & lr).Formula = "=SUMIFS(L:L,I:I,O2,M:M,$P$1)"
Code:
.Range("P2:P" & lr) = WorksheetFunction.SumIfs(.Range("L:L"), .Range("I:I"), .Range(O2), .Range("L:L"), "=RAxle")
Regards
Arun