I have a table, and one of the columns has a date value. I have a summary row and for this column I used COUNTA to display a count of the non-empty fields. I now also entered some comment text in this column if I don't have an actual date value. The COUNTA included the text as a non-blank cell. How do I change the formaula to ensure that I only count non-blank cells with date values? Thanks.