View Single Post
  #1   Report Post  
Posted to microsoft.public.word.tables
kaz
 
Posts: n/a
Default Count table rows with specific value in a column

Hi there

I have a table where I am counting the number of rows, excluding the
header row, with the result of the count being displayed in another
part of the Word document. That works very well using a macro (after I
sought advice here a while back).

Now I am told I need to have two counts displaying information from
this table. The first is the one I have already got. The second is a
count of rows in the table, excluding the header row, where one of the
columns has a value of A or M. Any clues on how I can achieve that?

Carolyn