Hi
I'm struggling with getting a formula that will do the above to work.
i was actually trying to obtain a count where a date is older than 8 years ago but could not get that to work. So I then tried entering that formula (=DATE(YEAR(TODAY())-8,MONTH(TODAY()),DAY(TODAY()))) in to it's own cell (Y1) and then referring to that n my formula; however I still cannot get this to work.
My formula now is =SUM(COUNTIF(Report!$G$1:$G$100000,"<"&Summary!Y1)) but the result returned is 0 when I know that there are dates within the column that are older than 8 years ago. I've tried amending Y1 to be an actual date but to no avail.
I've also tried amending the date to one that I can see actually exists in the column of dates; and have found that "=" works. But I can't get either "<" or ">" to work.
Could you advise where I may be going wrong?
Thanks
I'm struggling with getting a formula that will do the above to work.
i was actually trying to obtain a count where a date is older than 8 years ago but could not get that to work. So I then tried entering that formula (=DATE(YEAR(TODAY())-8,MONTH(TODAY()),DAY(TODAY()))) in to it's own cell (Y1) and then referring to that n my formula; however I still cannot get this to work.
My formula now is =SUM(COUNTIF(Report!$G$1:$G$100000,"<"&Summary!Y1)) but the result returned is 0 when I know that there are dates within the column that are older than 8 years ago. I've tried amending Y1 to be an actual date but to no avail.
I've also tried amending the date to one that I can see actually exists in the column of dates; and have found that "=" works. But I can't get either "<" or ">" to work.
Could you advise where I may be going wrong?
Thanks