Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Keith
 
Posts: n/a
Default 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   Report Post  
Posted to microsoft.public.excel.misc
protonLeah
 
Posts: n/a
Default Auto Insert Page numbers without Footer


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),"")


--
protonLeah
------------------------------------------------------------------------
protonLeah's Profile: http://www.excelforum.com/member.php...o&userid=32097
View this thread: http://www.excelforum.com/showthread...hreadid=537312

  #3   Report Post  
Posted to microsoft.public.excel.misc
Miguel Zapico
 
Posts: n/a
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I auto insert a worksheet when I insert a value in a cell. iainc Excel Worksheet Functions 0 April 27th 06 08:37 AM
merging documents,exporting long landscape table to word with page breaks & numbers guillemot Excel Discussion (Misc queries) 4 February 6th 06 08:57 AM
Page Numbers Aurora Excel Discussion (Misc queries) 0 November 17th 05 08:04 PM
how to insert page numbers Mylo Excel Discussion (Misc queries) 1 August 5th 05 11:19 AM
Challenging Charting C TO Charts and Charting in Excel 0 January 17th 05 06:57 PM


All times are GMT +1. The time now is 10:38 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"