+ Reply to Thread
Results 1 to 6 of 6

automatic numbering of rows in excel, how to?

  1. #1
    Don
    Guest

    Re: automatic numbering of rows in excel, how to?

    Assuming the data will be entered in column B starting in B1 and the data
    are numbers. Put this in cell A1 and copy down.

    =IF(ISNUMBER(B1),ROW(),"")


    If data are text then substatute ISTEXT for ISNUMBER

    Don Pistulka

    "Linda C." <Linda [email protected]> wrote in message
    news:[email protected]...
    > How can I set up the first column to automatically number each row as I go
    > down a list in excel?
    > Office 2000




  2. #2
    Don
    Guest

    Re: automatic numbering of rows in excel, how to?

    Assuming the data will be entered in column B starting in B1 and the data
    are numbers. Put this in cell A1 and copy down.

    =IF(ISNUMBER(B1),ROW(),"")


    If data are text then substatute ISTEXT for ISNUMBER

    Don Pistulka

    "Linda C." <Linda [email protected]> wrote in message
    news:[email protected]...
    > How can I set up the first column to automatically number each row as I go
    > down a list in excel?
    > Office 2000




  3. #3
    Don
    Guest

    Re: automatic numbering of rows in excel, how to?

    Assuming the data will be entered in column B starting in B1 and the data
    are numbers. Put this in cell A1 and copy down.

    =IF(ISNUMBER(B1),ROW(),"")


    If data are text then substatute ISTEXT for ISNUMBER

    Don Pistulka

    "Linda C." <Linda [email protected]> wrote in message
    news:[email protected]...
    > How can I set up the first column to automatically number each row as I go
    > down a list in excel?
    > Office 2000




  4. #4
    Don
    Guest

    Re: automatic numbering of rows in excel, how to?

    Assuming the data will be entered in column B starting in B1 and the data
    are numbers. Put this in cell A1 and copy down.

    =IF(ISNUMBER(B1),ROW(),"")


    If data are text then substatute ISTEXT for ISNUMBER

    Don Pistulka

    "Linda C." <Linda [email protected]> wrote in message
    news:[email protected]...
    > How can I set up the first column to automatically number each row as I go
    > down a list in excel?
    > Office 2000




  5. #5
    Linda C.
    Guest

    automatic numbering of rows in excel, how to?

    How can I set up the first column to automatically number each row as I go
    down a list in excel?
    Office 2000

  6. #6
    Don
    Guest

    Re: automatic numbering of rows in excel, how to?

    Assuming the data will be entered in column B starting in B1 and the data
    are numbers. Put this in cell A1 and copy down.

    =IF(ISNUMBER(B1),ROW(),"")


    If data are text then substatute ISTEXT for ISNUMBER

    Don Pistulka

    "Linda C." <Linda [email protected]> wrote in message
    news:[email protected]...
    > How can I set up the first column to automatically number each row as I go
    > down a list in excel?
    > Office 2000




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1