Hi,
I hope someone can help me here asap.
Below is my script to count number of names in worksheet.
=COUNTIF('WorksheetA'!I:I,"Critical")
Below is my scritp to count number of dates by range.
=COUNTIF('WorksheetA'!D:D,"<="&DATE(2011,2,1))-COUNTIF('WorksheetA'!D:D,"<"&DATE(2011,1,1))
Now I would like to combine this two formula to filter the date range and critical incidents in the excel sheet. And the Output will be on WorksheetB.
Can someone please assist me how to?
Thanks,
I hope someone can help me here asap.
Below is my script to count number of names in worksheet.
=COUNTIF('WorksheetA'!I:I,"Critical")
Below is my scritp to count number of dates by range.
=COUNTIF('WorksheetA'!D:D,"<="&DATE(2011,2,1))-COUNTIF('WorksheetA'!D:D,"<"&DATE(2011,1,1))
Now I would like to combine this two formula to filter the date range and critical incidents in the excel sheet. And the Output will be on WorksheetB.
Can someone please assist me how to?
Thanks,