St Vitus Dance
New Member
- Joined
- May 17, 2014
- Messages
- 15
Hello Everyone,
I am trying to count the no of items between two dates (say from 01/Oct/2017 to 31/Dec/2017) using criteria in column a. Each item has a date in a row in the format dd/mmm/yyyy. I'd rather not have to enter the dates in separate cells and rather have them in the formula so that they use the dates in column c. Also, id like to be able to use a wild card within the formula to be able to count anything with 'HOUSE' and anything with 'CAR'
My data would look like this... appreciate any help folks, thanks for your time.
[TABLE="width: 302"]
<tbody>[TR]
[TD]NAME[/TD]
[TD]TYPE[/TD]
[TD]DATE[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]NEW HOUSE[/TD]
[TD="align: right"]01/Oct/2017[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]EXISTING HOUSE[/TD]
[TD="align: right"]01/Jan/2017[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]NEW CAR[/TD]
[TD="align: right"]31/Dec/2017[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]EXISTING CAR[/TD]
[TD="align: right"]29/Nov/2017[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to count the no of items between two dates (say from 01/Oct/2017 to 31/Dec/2017) using criteria in column a. Each item has a date in a row in the format dd/mmm/yyyy. I'd rather not have to enter the dates in separate cells and rather have them in the formula so that they use the dates in column c. Also, id like to be able to use a wild card within the formula to be able to count anything with 'HOUSE' and anything with 'CAR'
My data would look like this... appreciate any help folks, thanks for your time.
[TABLE="width: 302"]
<tbody>[TR]
[TD]NAME[/TD]
[TD]TYPE[/TD]
[TD]DATE[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]NEW HOUSE[/TD]
[TD="align: right"]01/Oct/2017[/TD]
[/TR]
[TR]
[TD]B[/TD]
[TD]EXISTING HOUSE[/TD]
[TD="align: right"]01/Jan/2017[/TD]
[/TR]
[TR]
[TD]C[/TD]
[TD]NEW CAR[/TD]
[TD="align: right"]31/Dec/2017[/TD]
[/TR]
[TR]
[TD]A[/TD]
[TD]EXISTING CAR[/TD]
[TD="align: right"]29/Nov/2017[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: