Hello guys,
I'm trying to create a formula that counts the cells that contains a specific date given by another cell for example:
<tbody>
</tbody>
The idea is that B8 should give the amount of dates with the criteria on A8 using the range A2:A5
What I'm using at the moment is COUNTIF(A2:A5,A8&"**) that's obviously not working at the moment, any ideas?
Cheers,
Leo
I'm trying to create a formula that counts the cells that contains a specific date given by another cell for example:
A | B | |
1 | Dates | |
2 | 01-Jun 03:30 | |
3 | 01-Jun 04:00 | |
4 | 02-Jun 01:15 | |
5 | 03-Jun 09:30 | |
6 | ||
7 | Calculations: | |
8 | 01-Jun | ??? |
<tbody>
</tbody>
The idea is that B8 should give the amount of dates with the criteria on A8 using the range A2:A5
What I'm using at the moment is COUNTIF(A2:A5,A8&"**) that's obviously not working at the moment, any ideas?
Cheers,
Leo