• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Counting Occurrences based on Content

Hi all:

I have a Risk Tracking sheet which currently has 50 rows but can grow daily. I would like to count the number of "Open" or "Closed" or "Transferred" risk items denoted in column C. So as the table grows, the counts should change automatically. The summary (counts) table is in a separate sheet than the detail information. How can I write a formula to do this, keeping in mind that the detail entries will change and the number of rows will grow.

Thanks in advance.
 
Hi ,

The two standard ways to do this are :

1. Have your data in an Excel table ; you have used the word table in your post , but if it is an Excel table , then formulae using structured referencing will automatically adjust to fresh data within the table.

2. Create dynamic named ranges to refer to your data ; as more data is added , the dynamic named range will automatically extend to include this added data.

Narayan
 
Hi ,

The two standard ways to do this are :

1. Have your data in an Excel table ; you have used the word table in your post , but if it is an Excel table , then formulae using structured referencing will automatically adjust to fresh data within the table.

2. Create dynamic named ranges to refer to your data ; as more data is added , the dynamic named range will automatically extend to include this added data.

Narayan

Thanks for responding. I have never created dynamic named ranges. do you have am example?
 
Back
Top