Hi,
I have two columns in the format d/mm/yy hh:mm - e.g. 8/05/17 16:00.
One column - A - is the expiry time of a ticket while the other column - B - is the transaction time of the ticket.
Given a time I enter into C1 (same format as above), I want to count the amount of transactions that expire after C1, and of those I want to exclude any transactions that occur after C1.
I have tried the following formula which is only returning 0.
I would love any assistance anyone can provide on this.
Much appreciated and warm regards.
I have two columns in the format d/mm/yy hh:mm - e.g. 8/05/17 16:00.
One column - A - is the expiry time of a ticket while the other column - B - is the transaction time of the ticket.
Given a time I enter into C1 (same format as above), I want to count the amount of transactions that expire after C1, and of those I want to exclude any transactions that occur after C1.
I have tried the following formula which is only returning 0.
Code:
=COUNTIFS(A1:A100, A1>C1, B1:B100, B1 < C1)
I would love any assistance anyone can provide on this.
Much appreciated and warm regards.