Reputation: 5619
In My spreadsheet, I want to count how many invoices are not paid and overdue. So for that I Count tose who are not paid like this:
=COUNTIF(F4:F256, "nein")
But how can I make a condition only count if "date" is lower than today? Normally I would iterate over it but don't know how in the spreadsheet.
The table looks for example like this:
Upvotes: 2
Views: 457