Thread: Numbering rows
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Numbering rows

Had you tried my suggestion you would have found that is exactly what it does.

"nbslarson" wrote:

I may not be clear. I have information in rows 1,2,3,4. Row 5 is hidden.
Information in row 6,7,8,9,10. I want the numbering to exclude the hidden
row 5 so that the unhidden rows will be numbered: 1,2,3,4,5,6. . .

"Mike H" wrote:

Hi,

This assumes your have date in column B that you will filter. Put this in A2
and fill down and it will number the rows and auto update if you change the
filter.

=SUBTOTAL(3,B$2:B2)

Mike

"nbslarson" wrote:

How can I number rows but omit any hidden rows from the numbering sequence?