Hi,
Sorry to come in with another CountIF question, but I checked some other threads and couldn't find anything that works for this..
I need to count the number of rows that contains a date that falls within the last 7 days. The dates are in one column (J in this example) - I am trying the below which just gives me 0s
Any help appreciated.
Thanks
Chris
Sorry to come in with another CountIF question, but I checked some other threads and couldn't find anything that works for this..
I need to count the number of rows that contains a date that falls within the last 7 days. The dates are in one column (J in this example) - I am trying the below which just gives me 0s
HTML:
=COUNTIF(J4:J26,">=(today()-7)")
Any help appreciated.
Thanks
Chris