I have the following excel spreadsheet:
A B C D E F G H
1 # Size Age Color =B1 =C1 =D1
2 1 Big
3 2 Small 2983 Yellow
4 3 3459 Red
5 4 Big Yellow
6 5
7 6 Big 2345

I would like to populate the columns F-H with the numbers (#) whose rows contain some value in the corresponding B-D column. I.e., I would like the final table to look like this:

The rows F-H should of course then automatically update as entries are added into or removed from the table. How can I do this in Excel?
