I have a simple speadsheet that takes data from another worksheet and populates individual cells with that data. Cells A3:O3 are dates. The Formula I have counts back -16, -15, 14, etc. days from TODAY() finds a date that matches that criteria in the other worksheet and counts the rows with values in them. Most of them have the value of 1 which returns a correct count, but some have a value of 3 or 2 or some other amount. The last column P is an average formula for the 15 days. My question is: How can I count the rows and sum the values >1 and add to the value that is populated into the master worksheet. This is the formula I'm using for cells A4:O4:
=COUNTIF(Sheet2!A:A,TODAY()-16)
=COUNTIF(Sheet2!A:A,TODAY()-16)