I have column A with dates in it. Each date may have multiple entries and dates are formatted as 8/14/2017 as example. I need a formula to identify how many times each date is entered into the column. For an example 8/14/2017 may be entered 30 times. I currently have the formula, but need to track everyday and am hoping there is something easy I can do so I don't have to rewrite the formula for every day. Current formula is
=COUNTIF('C:\desktop\[Book1.xlsx]Sheet 1'!$A:$A,"8/14/17")
The file names are not accurate for this purpose. The formula works, but I am trying to see if there is a way I can just drag it down and the date roll to the next day such as next line the formula would change to:
=COUNTIF('C:\desktop\[Book1.xlsx]Sheet 1'!$A:$A,"8/15/17")
Any help would be greatly appreciated.
=COUNTIF('C:\desktop\[Book1.xlsx]Sheet 1'!$A:$A,"8/14/17")
The file names are not accurate for this purpose. The formula works, but I am trying to see if there is a way I can just drag it down and the date roll to the next day such as next line the formula would change to:
=COUNTIF('C:\desktop\[Book1.xlsx]Sheet 1'!$A:$A,"8/15/17")
Any help would be greatly appreciated.