+ Reply to Thread
Results 1 to 3 of 3

Auto Insert Page numbers without Footer

  1. #1
    Keith
    Guest

    Auto Insert Page numbers without Footer

    Using Excel 2000, 1 sheet

    Is there a way to print page numbers in a certain cell.. I use page setup to repeat 10 rows at the top of each page. then I manually inserted page breaks. I need the page number to be in one of the repeated rows.


    Example
    1 Date____________ Name ____________
    2 Company Name
    3 Address
    4 City, State, Zip Master Order Page _(NEED AUTO PAGE NUMBER HERE)______
    5 Misc Data
    6 etc
    7 etc
    8 etc

    12-? Data
    --PAGE BREAK --

    Thanks in Advance for any help,
    Keith

  2. #2
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,943

    re auto page numbering

    based on 10 rows per page, the following should get you started if copied into the cells of the first unused COLUMN:
    =IF(MOD(ROW(),10)=0,INT(ROW()/10),"")

  3. #3
    Miguel Zapico
    Guest

    RE: Auto Insert Page numbers without Footer

    You may use a trick, if you have a column where there is something that
    appears once per page (for example, the string "Name" in column E) you can
    fake the page number using:
    ="Master Order Page _ " & COUNTIF($E$1:$E100,"Name")
    If you are putting the formula in row 100, for example.

    "Keith" wrote:

    > Using Excel 2000, 1 sheet
    >
    > Is there a way to print page numbers in a certain cell.. I use page setup to repeat 10 rows at the top of each page. then I manually inserted page breaks. I need the page number to be in one of the repeated rows.
    >
    >
    > Example
    > 1 Date____________ Name ____________
    > 2 Company Name
    > 3 Address
    > 4 City, State, Zip Master Order Page _(NEED AUTO PAGE NUMBER HERE)______
    > 5 Misc Data
    > 6 etc
    > 7 etc
    > 8 etc
    >
    > 12-? Data
    > --PAGE BREAK --
    >
    > Thanks in Advance for any help,
    > Keith


+ 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