Good morning.
I'm having trouble getting a countifs formula to work for a specific time range. i'm working within 30 min increments. i need to return the count of orders received within each interval.
In the example below, i have attempted the following formula but it keeps returning 0, when it should be returning 6. There are 6 orders that came in between 12 am and 12:30 (formatted as 00:00 and 00:30)
=COUNTIFS(A:A,Table1[[#Headers],[Friday]],B:B,">=D2",B:B,"<D3")
I think the issue is criteria 2 and 3. When i click the formula bar, cells D2 and D3 are not highlighted.
are the quotes considering this as a text value?
I'm having trouble getting a countifs formula to work for a specific time range. i'm working within 30 min increments. i need to return the count of orders received within each interval.
In the example below, i have attempted the following formula but it keeps returning 0, when it should be returning 6. There are 6 orders that came in between 12 am and 12:30 (formatted as 00:00 and 00:30)
=COUNTIFS(A:A,Table1[[#Headers],[Friday]],B:B,">=D2",B:B,"<D3")
I think the issue is criteria 2 and 3. When i click the formula bar, cells D2 and D3 are not highlighted.
are the quotes considering this as a text value?