View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
EricBB EricBB is offline
external usenet poster
 
Posts: 50
Default Sequential Numbering

hi there,
i have a sequential numbering starting in A2 as below;
A2-1
A3-2
A4-3
A5-4
A6-5
so far im using the =max(A$1:offset(A2,-1,0))+1 which is working great. my
problem is if i want to hide the A3 the sequential numbering will not break.
i mean,
A1-1
A2 is hide
A3-2
A4-3
A5-4
How can I modify this formula =max(A$1:offset(A2,-1,0))+1 to work with the
above. pls. help...