Hi Guys,
Firstly, thanks for the help. I am trying to add records and have cumulitive counts based on dates. I am counting the date column of the new input lines with the following formula:
=COUNTIF([Created Date]:[Created Date], TODAY() - @cell < 7)
for Records added in the last 7 days and:
=COUNTIFS([Created Date]:[Created Date], MONTH(@cell) = 2, [Created Date]:[Created Date], YEAR(@cell) = 2015)
for those added in month 2 and year 2015.
The problem is that i am getting an "Invalid Data Type" error every time a line is added, often by smartsheets automatically, that does not have the date filled in that column. This means that I am constantly going back and deleting rows just so the formulas work. I could add a column, have it check the date column for a date with a If formula, add a 1 for positive values, then use a Sumifs function to count that column when the formula checks for the appropriate date value, but this seems extremely circuitous, and i would love to figure out why this doesn't work and or to know how to stop smartsheets from adding lines at random times by itself.
Any help would be appreciated.
Thanks,
dave