If I put = Row() in a column of cells I get the row number.
Now, suppose I filter the data. I want to show the sequence row number
of the filtered data so that it shows 1,2,3,4,5 etc regardless of the
actual row number.
For example, I amy have "Joe Smith" on row #45 but when I filter on a
particular parameter, "Joe Smith" may be on row 2 of the filtered data.
That row is what I need to show.

How can I do that? Is it possible without numbering by hand?

Glen