Morning guys.
A simple one, that is getting me confused. I need to count certain dates but exclude a value. How could I do this? An example is below:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Date[/TD]
[/TR]
[TR]
[TD]2/5/18[/TD]
[/TR]
[TR]
[TD]18/5/18[/TD]
[/TR]
[TR]
[TD]2/3/18[/TD]
[/TR]
[TR]
[TD]15/4/18[/TD]
[/TR]
[TR]
[TD]3/6/18[/TD]
[/TR]
[TR]
[TD]Hold[/TD]
[/TR]
[TR]
[TD]4/7/18[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Dates[/TD]
[TD]Jan 18[/TD]
[TD]Feb 18[/TD]
[TD]Mar 18[/TD]
[TD]Apr 18[/TD]
[TD]May 18[/TD]
[TD]Jun 18[/TD]
[TD]Jul 18[/TD]
[/TR]
[TR]
[TD]Count[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
I need to get the formula in the 'Count' row. I know it seems simple, but I'm obviously doing something wrong! Thanks for the help in advance as always!
Churmie
A simple one, that is getting me confused. I need to count certain dates but exclude a value. How could I do this? An example is below:
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Date[/TD]
[/TR]
[TR]
[TD]2/5/18[/TD]
[/TR]
[TR]
[TD]18/5/18[/TD]
[/TR]
[TR]
[TD]2/3/18[/TD]
[/TR]
[TR]
[TD]15/4/18[/TD]
[/TR]
[TR]
[TD]3/6/18[/TD]
[/TR]
[TR]
[TD]Hold[/TD]
[/TR]
[TR]
[TD]4/7/18[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="class: grid, width: 100"]
<tbody>[TR]
[TD]Dates[/TD]
[TD]Jan 18[/TD]
[TD]Feb 18[/TD]
[TD]Mar 18[/TD]
[TD]Apr 18[/TD]
[TD]May 18[/TD]
[TD]Jun 18[/TD]
[TD]Jul 18[/TD]
[/TR]
[TR]
[TD]Count[/TD]
[TD][/TD]
[TD][/TD]
[TD]1[/TD]
[TD]1[/TD]
[TD]2[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
I need to get the formula in the 'Count' row. I know it seems simple, but I'm obviously doing something wrong! Thanks for the help in advance as always!
Churmie