shrinivasshweta
New Member
- Joined
- Dec 29, 2016
- Messages
- 18
Code:
[COLOR=#333333]arr1=array("d","e","f")[/COLOR]
[COLOR=#333333]For Each elem In arr1[/COLOR]
[COLOR=#333333]a= a + WorksheetFunction.Sum(WorksheetFunction.CountIfs(.Columns(2), "<>specific text", .Columns(13), "<>""", .Columns(7), elem))[/COLOR]
[COLOR=#333333]Next elem[/COLOR]
Can someone tell me a better way to do this?
Thank you so much