albertc30
Well-known Member
- Joined
- May 7, 2012
- Messages
- 1,091
- Office Version
- 2019
- Platform
- Windows
Hi all.
I am trying to filter the number of say invoices pending and the formula bellow does this.
=COUNTIF(E:E,"NO")
However, the goal here is to show only the number of customers with outstanding unpaid invoices.
These would be marked on say collumn E as NO.
So, say column D has customers and collumn E has YES or NO.
As an example,
D --------------- E
Albert ------- NO
Albert ------- NO
Thomas ----- NO
Albert ------- YES
Thomas ----- YES
The above would return 2 for the amount of customers with pending invoices.
I have tried the bellow but I'm at a loss here.
{=SUM(--(FREQUENCY(IF(criteria,MATCH(values,values,0)),ROW(values)-ROW(valuesfirstcell)+1)>0))}
Again and as always, many thanks for all of your time.
Cheers.
I am trying to filter the number of say invoices pending and the formula bellow does this.
=COUNTIF(E:E,"NO")
However, the goal here is to show only the number of customers with outstanding unpaid invoices.
These would be marked on say collumn E as NO.
So, say column D has customers and collumn E has YES or NO.
As an example,
D --------------- E
Albert ------- NO
Albert ------- NO
Thomas ----- NO
Albert ------- YES
Thomas ----- YES
The above would return 2 for the amount of customers with pending invoices.
I have tried the bellow but I'm at a loss here.
{=SUM(--(FREQUENCY(IF(criteria,MATCH(values,values,0)),ROW(values)-ROW(valuesfirstcell)+1)>0))}
Again and as always, many thanks for all of your time.
Cheers.