Hello. I have a spreadsheet that has multiple columns and I need to filter different terms for each column. For example, the first column "ID" contains student ID numbers that are 7 digits. Another column is a answers to question about each student, so the data in that column will contain either a Y for Yes or N for No, or be blank if it hasn't been answered yet. The spreadsheet has 1885 total entries. I want a count of total entries in each column after I filter it. For example, if I filter the ID column and exclude one ID, the count will go from 1885 down to 1884.
I also have a count function at the top of Y or N column. My problem is that when I filter the ID column and the count goes down in that column, it doesn't go down in the Y or N column. It's not removing the filtered out info from the count total in the Y or N column.
Is there a formula that can fix this?
I also have a count function at the top of Y or N column. My problem is that when I filter the ID column and the count goes down in that column, it doesn't go down in the Y or N column. It's not removing the filtered out info from the count total in the Y or N column.
Is there a formula that can fix this?