Hi All,
I'm new to this forum and VBA...
I have a query regarding VBA Countifs and ForLoop.
There are 2 Worksheets :
Worksheet 1 have rawdata and worksheet 2 is where I need the output.
In Worksheet Column(C) have dates and Column(I) have Output, from where I need the count in Sheet 2.
in Worksheet 2 in Column(A2) is start date and Column(B2) is End date. In Column(D:D) there are output of which is need the Count.
So I need a countifs with forloop so that It will take counts of the output till the last row.
I know these functions but unable to get output or I didn't that much of expertise in VBA
Any Suggestions other these are most Welcome
I'm new to this forum and VBA...
I have a query regarding VBA Countifs and ForLoop.
There are 2 Worksheets :
Worksheet 1 have rawdata and worksheet 2 is where I need the output.
In Worksheet Column(C) have dates and Column(I) have Output, from where I need the count in Sheet 2.
in Worksheet 2 in Column(A2) is start date and Column(B2) is End date. In Column(D:D) there are output of which is need the Count.
So I need a countifs with forloop so that It will take counts of the output till the last row.
I know these functions but unable to get output or I didn't that much of expertise in VBA
Any Suggestions other these are most Welcome