Hello Everyone,
I am in a bit of a pickle. Before I came here to post a thread - I did some research and could not find a solution using COUNTIFS ; the closest I have come to is using 'sumproduct' which in my excel spreadsheet for some reason it is not working.
Basically what I have is an excel spreadsheet with a few columns - but for this forum I will simplify it and provide a smaller example.
[TABLE="width: 500"]
<tbody>[TR]
[TD]COMPLETED[/TD]
[TD]TRIAL REQUESTED[/TD]
[TD]TRIAL COMPLETED[/TD]
[/TR]
[TR]
[TD]Y[/TD]
[TD]10-OCT-2014[/TD]
[TD]20-OCT-2014[/TD]
[/TR]
</tbody>[/TABLE]
Above is a simplified version of the table of what I am using.
Basically I am trying to create a formula that says if Column B (trial requested) > column C (trial completed) then it needs to return a +1 for count.
I have tried the following:
=COUNTIFS(A:A,"Y",B:B>C:C)
The second part of the above formula does not work. I was wondering if anyone had a way to fix this using the countifs method. I have tried the SUMPRODUCT method already [sumproduct(--....,--.....)] etc, but for some reason it just doesn't work with my spreadsheet - maybe it's because I have about 8 different "criteria" that I am using?
Any help would be very much appreciated.
P.S Hope you all had a great Halloween!
I am in a bit of a pickle. Before I came here to post a thread - I did some research and could not find a solution using COUNTIFS ; the closest I have come to is using 'sumproduct' which in my excel spreadsheet for some reason it is not working.
Basically what I have is an excel spreadsheet with a few columns - but for this forum I will simplify it and provide a smaller example.
[TABLE="width: 500"]
<tbody>[TR]
[TD]COMPLETED[/TD]
[TD]TRIAL REQUESTED[/TD]
[TD]TRIAL COMPLETED[/TD]
[/TR]
[TR]
[TD]Y[/TD]
[TD]10-OCT-2014[/TD]
[TD]20-OCT-2014[/TD]
[/TR]
</tbody>[/TABLE]
Above is a simplified version of the table of what I am using.
Basically I am trying to create a formula that says if Column B (trial requested) > column C (trial completed) then it needs to return a +1 for count.
I have tried the following:
=COUNTIFS(A:A,"Y",B:B>C:C)
The second part of the above formula does not work. I was wondering if anyone had a way to fix this using the countifs method. I have tried the SUMPRODUCT method already [sumproduct(--....,--.....)] etc, but for some reason it just doesn't work with my spreadsheet - maybe it's because I have about 8 different "criteria" that I am using?
Any help would be very much appreciated.
P.S Hope you all had a great Halloween!