Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
PT
 
Posts: n/a
Default How do I use alpha page numbers (e.g., B-3a, B-3b, B-3c, etc.) in.

I am using Excel 2003 and need to use incrementing alpha page numbers (e.g.,
B-3a, B-3b, B-3c, etc.). Excel 2003 help only refers to numeric page numbers.
Is there a way to format the page numbers to use incrementing alpha page
numbers?
  #2   Report Post  
BobT
 
Posts: n/a
Default

I was hoping to see a better reply to your question, but a
day has gone by so here is my $0.02.

If you must, you can always similate the footer in the
worksheet, just have to be consistent with row heights,
etc.

This might be more trouble than it's worth, but if want to
try here's a formula that might help.

=IF(QUOTIENT(COLUMN()-1,26)=0,"",CHAR(QUOTIENT(COLUMN()-
1,26)+96))&CHAR(IF(MOD(COLUMN(),26)=0,26,MOD(COLUM N(),26))
+96)

This will always return the the letter of the column it is
placed in. You can trade out the COLUMN() calls for a
pointer to a page number (numeric) and it will return a
for 1, b for 2, etc.

Hoping you get a better response
Bob

-----Original Message-----
I am using Excel 2003 and need to use incrementing alpha

page numbers (e.g.,
B-3a, B-3b, B-3c, etc.). Excel 2003 help only refers to

numeric page numbers.
Is there a way to format the page numbers to use

incrementing alpha page
numbers?
.

  #3   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

PT,

A macro could go through and build the page numbers as you require, in a
cell instead of in the actual header or footer.
--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"PT" wrote in message
...
I am using Excel 2003 and need to use incrementing alpha page numbers
(e.g.,
B-3a, B-3b, B-3c, etc.). Excel 2003 help only refers to numeric page
numbers.
Is there a way to format the page numbers to use incrementing alpha page
numbers?



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
Page Numbers ChrisA Excel Worksheet Functions 0 February 17th 05 04:59 PM
Converting Numbers to Text properly Shirley Munro Excel Discussion (Misc queries) 1 February 16th 05 03:01 PM
Page numbers 1 of 14 not 1 of 1 Adam Excel Discussion (Misc queries) 6 February 15th 05 09:27 PM
how do Ii remove the grey page numbers in a work sheet parker1230 Excel Discussion (Misc queries) 4 February 3rd 05 01:02 AM
excel 2003 page numbering art Excel Worksheet Functions 3 December 8th 04 10:49 PM


All times are GMT +1. The time now is 01:59 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"