Hi,
I have drawn the table which I am currently working on. I need the formula in B2. I can use the same formula I used in B1 but for B2 I only want it to count the number of No if there is a date entered in D7.
I think this can be done by using an IF statement but not sure what the formula will be.
Can someone please help.
Thank you in advance.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Fault Resolved[/TD]
[TD]=COUNTIF(E4:E5000,"Yes")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Fault Not Resolved[/TD]
[TD]?????[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Total[/TD]
[TD]=sum(B2+B3)[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Date Fault Noticed[/TD]
[TD]Fault Resolved[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1.01.15[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]2.02.15[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD]No[/TD]
[/TR]
</tbody>[/TABLE]
I have drawn the table which I am currently working on. I need the formula in B2. I can use the same formula I used in B1 but for B2 I only want it to count the number of No if there is a date entered in D7.
I think this can be done by using an IF statement but not sure what the formula will be.
Can someone please help.
Thank you in advance.
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]Fault Resolved[/TD]
[TD]=COUNTIF(E4:E5000,"Yes")[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]Fault Not Resolved[/TD]
[TD]?????[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Total[/TD]
[TD]=sum(B2+B3)[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]D[/TD]
[TD]E[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Date Fault Noticed[/TD]
[TD]Fault Resolved[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1.01.15[/TD]
[TD]Yes[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]2.02.15[/TD]
[TD]No[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD][/TD]
[TD]No[/TD]
[/TR]
</tbody>[/TABLE]