+ Reply to Thread
Results 1 to 4 of 4

Can the preset numbers in the column be changed?

  1. #1
    shewahya
    Guest

    Can the preset numbers in the column be changed?

    I am trying to do a sign in sheet and would like horizontally at the top
    name, address etc, and name is in A1, address is in B1 etc. for example. Is
    there a way to make it so the numbering will reflect how many people sign in
    without adding a column with numbering? Thanks in advance. Teresa

  2. #2
    Dodo
    Guest

    Re: Can the preset numbers in the column be changed?

    "=?Utf-8?B?c2hld2FoeWE=?=" <[email protected]> wrote in
    news:[email protected]:

    > I am trying to do a sign in sheet and would like horizontally at the
    > top name, address etc, and name is in A1, address is in B1 etc. for
    > example. Is there a way to make it so the numbering will reflect how
    > many people sign in without adding a column with numbering? Thanks in
    > advance. Teresa
    >


    You can add a formula in a cell to count non-empty cells:

    =counta(range)

    where range are the cells where the names are entered or the attendance is
    marked, e.g. =counta(a2:a328)


    --

    It is I, DeauDeau
    (Free after monsieur Leclerc in 'Allo, 'allo)

  3. #3
    Dave Peterson
    Guest

    Re: Can the preset numbers in the column be changed?

    Nope.

    But you could put your data in column B to whatever and use a formula like this:

    In A3:
    =if(b3="","",a2+1)
    drag down for a few (lots of) rows.

    And put 1 in A2 (and headers in row 1)


    Then select your range A:whatever.
    Data|filter|autofilter

    Filter by non-blanks in column A when you want to print.

    Data|Filter|Show all
    when you want to see everything.


    shewahya wrote:
    >
    > I am trying to do a sign in sheet and would like horizontally at the top
    > name, address etc, and name is in A1, address is in B1 etc. for example. Is
    > there a way to make it so the numbering will reflect how many people sign in
    > without adding a column with numbering? Thanks in advance. Teresa


    --

    Dave Peterson

  4. #4
    shewahya
    Guest

    Re: Can the preset numbers in the column be changed?

    Thanks so much!

    "Dodo" wrote:

    > "=?Utf-8?B?c2hld2FoeWE=?=" <[email protected]> wrote in
    > news:[email protected]:
    >
    > > I am trying to do a sign in sheet and would like horizontally at the
    > > top name, address etc, and name is in A1, address is in B1 etc. for
    > > example. Is there a way to make it so the numbering will reflect how
    > > many people sign in without adding a column with numbering? Thanks in
    > > advance. Teresa
    > >

    >
    > You can add a formula in a cell to count non-empty cells:
    >
    > =counta(range)
    >
    > where range are the cells where the names are entered or the attendance is
    > marked, e.g. =counta(a2:a328)
    >
    >
    > --
    >
    > It is I, DeauDeau
    > (Free after monsieur Leclerc in 'Allo, 'allo)
    >


+ 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