#1   Report Post  
Monty
 
Posts: n/a
Default Sheet

Is there anyway you can change the format of the workbook and have the
numbers along the bottom and the sheet numbers down the right side.
  #2   Report Post  
Andy Wiggins
 
Posts: n/a
Default

Not within Excel :-(

--
Regards
-
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy


"Monty" wrote in message
...
Is there anyway you can change the format of the workbook and have the
numbers along the bottom and the sheet numbers down the right side.



  #3   Report Post  
David McRitchie
 
Posts: n/a
Default

Hi Monty,
I'm assuming you still want the columns on the left because
this is English and not Chinese or Hebrew.

If you want to mirror the row number down another column
which could be your rightmost column or one before a horizontal
page break you could use the formula =ROW()
and you would event enter and shade the column gray.

To mirror the column letters on another row.
=MID(CELL("ADDRESS",A1),2,LEN(CELL("address",A1))-3)
starting from column A and use fill-handle to copy to the right.

---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"Andy Wiggins" o m wrote in message ...
Not within Excel :-(

--
Regards
-
Andy Wiggins FCCA
www.BygSoftware.com
Excel, Access and VBA Consultancy


"Monty" wrote in message
...
Is there anyway you can change the format of the workbook and have the
numbers along the bottom and the sheet numbers down the right side.





  #4   Report Post  
David McRitchie
 
Posts: n/a
Default

here is a correction ......

Actually so that you can copy the formula to any row
=MID(CELL("ADDRESS",A$1),2,LEN(CELL("address",A$1) )-3)

To mirror the column letters on another row.
=MID(CELL("ADDRESS",A1),2,LEN(CELL("address",A1))-3)
starting from column A and use fill-handle to copy to the right.



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
Impoting data from Sheet 1 to Sheet 2 a-leano Excel Discussion (Misc queries) 1 April 20th 05 01:05 AM
relative sheet references ala sheet(-1)!B11 so I can copy a sheet. RonMc5 Excel Discussion (Misc queries) 9 February 3rd 05 12:51 AM
linking multiple sheets to a summary sheet greg g Excel Discussion (Misc queries) 1 December 16th 04 07:43 AM
Function to automatically insert a new sheet as a result of data entry? Mark Mulik Excel Worksheet Functions 2 November 28th 04 02:21 AM
Naming & renaming a sheet tab Cgbilliar Excel Worksheet Functions 1 November 7th 04 05:57 PM


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