Hello
I am struggling with a problem where I need to count the instances of something based on 2 logical arguments. I'm writing a spreadsheet to keep track of invoices and I want to monitor which clients regularly pay late and by how much.
I would like a COUNTIF function to count how many times client A pays an invoice >0 days past the due date. So I have columns containing client name (A), date invoice is due (B), date invoice is paid (C) and difference between the two dates (D). I would like to count how many times client A appears in column A with column D >0. Essentialy =COUNTIF(A:A,"Client A" AND D:D,>0) but of course this syntax is not correct.
Does anyone have any suggestions on how I can achieve a COUNTIF with 2 logical arguments?
Thanks
Bookmarks