I have two worksheets having some common fields.
Common fields in Sheet1 in workbook1 and sheet1 in workbook2 are start date,end date, issue number, status(either closed or open) and priority.
What i wanted is,
Sheet1 in workbook3 must have the result as count of the issues that were open on each monday and their priority.
Could someone help me with this not using VBA?
Common fields in Sheet1 in workbook1 and sheet1 in workbook2 are start date,end date, issue number, status(either closed or open) and priority.
What i wanted is,
Sheet1 in workbook3 must have the result as count of the issues that were open on each monday and their priority.
Could someone help me with this not using VBA?