Sequential numbering for visible cells

  • Thread starter Thread starter skaura
  • Start date Start date
S

skaura

All,

I am using one data base wherin I have to hide specific rows and then
number the visible rows in sequence i.e.1,2,3,4,... till end of data.
Would appreeciate if help can be extended.


Ciao
Sanjeev Kaura
 
Skaura,

In your numbering column, use a formula like

=SUBTOTAL(2,$A$2:A2)

and copy down to match your table. When the filter is applied, the numbers
in that column will update to reflect the changes.

HTH,
Bernie
MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top