• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Count output for a range of date

Hi,
I want a formula where I can get COUNT of specified range for the dates range define by me.

01-Jan-17 A
02-Jan-17 B
03-Jan-17 C
04-Jan-17 D
05-Jan-17 E

From
To
01-Jan-17 03-Jan-17
04-Jan-17 05-Jan-17

I need a formula which gives me value 3 and 2 respectively in above given 2 date ranges.
 
Hi ,

Will the dates range have duplicate dates ?

Will the other column , what ever it is , have duplicates ?

Do you want to count duplicates or exclude them ?

Upload a proper workbook which has realistic data , instead of posting such simplistic sample data.

Narayan
 
Will the dates range have duplicate dates ?
NO
Will the other column , what ever it is , have duplicates ?
NO
Do you want to count duplicates or exclude them ?
NO
Upload a proper workbook which has realistic data , instead of posting such simplistic sample data.
 

Attachments

  • Count.xlsx
    29 KB · Views: 4
Hiii ,

Use below formula formula ..
=COUNTIFS($C$1:$C$11,$A$15,$B$1:$B$11,">="&B15,$B$1:$B$11,"<="&C15)
Or
=COUNTIFS($C$1:$C$11,"PR",$B$1:$B$11,">="&B15,$B$1:$B$11,"<="&C15)

Regard
Rahul Shewale
 

Attachments

  • Count.xlsx
    29.1 KB · Views: 3
Hi, I tried using advised formula in my actual sheet but unable to get expected results. (I changed cell references and ranges accordingly)
Attached is the one file, where I want it working.

The actual file expectations :
I need this formula to work in attached excel's PPM sheet in row no. 3 for the respective date ranges defined in row no. 2.

The data is in sheet Details. Col. I is the column from where date range is to be looked in and Column P is the column where we need to take count of Problem Report, in respect to date range.
 

Attachments

  • PPM-C.xlsx
    749.9 KB · Views: 5
Back
Top