Hi,
I was wondering if i could get some help on a formula that i am looking to get up and running, I have tried Countifs and Index but seem to be having no luck in getting a result back, MY dilemma is based on two sheets, The first being just raw CSV data (this is what i want the formula to look at) and the output table (This is where i want it to show the number of results found).
What i am trying to find is an overall count of how many incidents which were assigned to a certain person on a certain day, using the two tables below;
Data table
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Incident[/TD]
[TD]Name [/TD]
[TD]Date Opened[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]INC0001[/TD]
[TD]Ben [/TD]
[TD]26/06/2019[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]INC0002[/TD]
[TD]Bradley [/TD]
[TD]25/06/2019[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]INC0003[/TD]
[TD]Tom[/TD]
[TD]26/06/2019[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]INC0004[/TD]
[TD]Ben[/TD]
[TD]26/06/2019[/TD]
[/TR]
</tbody>[/TABLE]
Output Table
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Date[/TD]
[TD]Ben[/TD]
[TD]Bradley[/TD]
[TD]Tom[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]25/06/2019[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]26/06/2019[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
MY formula i previously used but TNA was:
=Countifs('Data Table'!B:B,'Output Table'!B1, 'Data Table'!C:C, 'Output Table'!A2)
Let me know if anyone has any questions, Will be happy to help.
Thanks
I was wondering if i could get some help on a formula that i am looking to get up and running, I have tried Countifs and Index but seem to be having no luck in getting a result back, MY dilemma is based on two sheets, The first being just raw CSV data (this is what i want the formula to look at) and the output table (This is where i want it to show the number of results found).
What i am trying to find is an overall count of how many incidents which were assigned to a certain person on a certain day, using the two tables below;
Data table
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Incident[/TD]
[TD]Name [/TD]
[TD]Date Opened[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]INC0001[/TD]
[TD]Ben [/TD]
[TD]26/06/2019[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]INC0002[/TD]
[TD]Bradley [/TD]
[TD]25/06/2019[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]INC0003[/TD]
[TD]Tom[/TD]
[TD]26/06/2019[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]INC0004[/TD]
[TD]Ben[/TD]
[TD]26/06/2019[/TD]
[/TR]
</tbody>[/TABLE]
Output Table
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Date[/TD]
[TD]Ben[/TD]
[TD]Bradley[/TD]
[TD]Tom[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]25/06/2019[/TD]
[TD]0[/TD]
[TD]1[/TD]
[TD]0[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]26/06/2019[/TD]
[TD]2[/TD]
[TD]0[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
MY formula i previously used but TNA was:
=Countifs('Data Table'!B:B,'Output Table'!B1, 'Data Table'!C:C, 'Output Table'!A2)
Let me know if anyone has any questions, Will be happy to help.
Thanks