Hello excel experts,
I'm trying to figure out a way to have a countif formula that will capture number of unique dates with multiple criteria.
Column D = Names
Column E = Description
Column F = Date
Cell A2 = "John Doe"
Cell A3= "Yes"
Cell A4 = Formula to return the number of unique days "John Doe" (cell A2) is listed with column E being "Yes" (cell A3). In the example below it should return 3
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column D[/TD]
[TD]Column E[/TD]
[TD]Column F[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/1/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/1/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]no[/TD]
[TD]1/1/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/1/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/3/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/4/18[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that makes sense
Thank you
I'm trying to figure out a way to have a countif formula that will capture number of unique dates with multiple criteria.
Column D = Names
Column E = Description
Column F = Date
Cell A2 = "John Doe"
Cell A3= "Yes"
Cell A4 = Formula to return the number of unique days "John Doe" (cell A2) is listed with column E being "Yes" (cell A3). In the example below it should return 3
[TABLE="width: 500"]
<tbody>[TR]
[TD]Column D[/TD]
[TD]Column E[/TD]
[TD]Column F[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/1/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/1/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]no[/TD]
[TD]1/1/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/1/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/3/18[/TD]
[/TR]
[TR]
[TD]John Doe[/TD]
[TD]yes[/TD]
[TD]1/4/18[/TD]
[/TR]
</tbody>[/TABLE]
Hopefully that makes sense
Thank you