View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.misc
RagDyeR RagDyeR is offline
external usenet poster
 
Posts: 3,572
Default How Do U number a list of names, but there are empty rows in b

You're welcome, and thank you for the feed-back.
--

Regards,

RD
-----------------------------------------------------------------------------------------------
Please keep all correspondence within the Group, so all may benefit !
-----------------------------------------------------------------------------------------------

"Paula" wrote in message
...
Thanks-it worked!!

"RagDyeR" wrote:

Say your names are in Column A.

Insert a *new* Column A, and enter this formula in the *new* A2:

=IF(B2="","",MAX(A$1:A1)+1)

If B1 contains a name, enter 1 in A1,
If not, just copy the formula down as needed.

--

HTH,

RD
================================================== ===
Please keep all correspondence within the Group, so all may benefit!
================================================== ===

"Paula" wrote in message
...
I cannot remove empty rows in between names and the number of empty rows
varies from name to name, so how do I number them?