+ Reply to Thread
Results 1 to 11 of 11

Multi Split Screen/Freeze Panes i.e. print titles for the screen

  1. #1
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Rhode Island
    MS-Off Ver
    Excel for Mac 2011 and 2007 on PC
    Posts
    265

    Multi Split Screen/Freeze Panes i.e. print titles for the screen

    I have a number of projects with long lists where I'm trying to look at or operate on some subset of the long list but would like to keep the column titles visible.

    The problem is if I split the screen and/or freeze panes with titles, I can't figure out how, if it is possible, to split the screen below a second time for looking at or conveniently selecting a group that starts at say line 3318 and goes to line 9965.

    This would be more equivalent to print titles metaphorically speaking.

    thanks,

    brian

  2. #2
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    You can't. You can have one split or freeze and that's it.
    I don't really follow the second bit though. If you have frozen titles only, what's the issue with selecting rows 3318 to 9965 in the unfrozen pane?
    Remember what the dormouse said
    Feed your head

  3. #3
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Rhode Island
    MS-Off Ver
    Excel for Mac 2011 and 2007 on PC
    Posts
    265

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    It's not that I can't select say K3318:K9965 and do something or fill down or . . . but once I'm done with that I might want to select L3318:L9965. In order to do that selection without split screen I have to select 3318 and then scroll all the way down to 9965.

    Now if I can remember the numbers of jot them down, I could literally write a little MACRO or GOTO thing to make that a little easier than the scroll, but the easiest way I have found is to make sure Row 3318 is in the top Pane and Row 9965 is in the bottom pane.

    Then I click on a cell in Row 3318 in the top pane hold the shift key and click on the equivalent column (assuming I just want to select one column) in Row 9965 in the bottom pane.

    So the problem ensues that I now don't have titles to work with, but if I scroll the top pane to the titles I no longer have both target rows on the screen.

    Maybe I'm the only one who does a lot of things this way and there is a [better] workaround, but I run into this problem all the time.

    Thanks,

    Brian
    Last edited by romperstomper; 04-19-2011 at 08:53 AM.

  4. #4
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    If you make your data into a table, then when you scroll down (in 2007, not in 2004) the table header rows will become the column headings. You can then also have a split window to do what you want.
    Other than that, yes you would need code.

  5. #5
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Rhode Island
    MS-Off Ver
    Excel for Mac 2011 and 2007 on PC
    Posts
    265

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    Quote Originally Posted by romperstomper View Post
    If you make your data into a table, then when you scroll down (in 2007, not in 2004) the table header rows will become the column headings. You can then also have a split window to do what you want.
    Other than that, yes you would need code.
    Cool, I tried this but I don't have the header names right. I selected a rectangle of data that included the headers and chose INSERT>TABLE

    It made the whole selection data and created headers titled Column 1, Column 2, etc.

    I don't know how to select the table as a table and give it a reference for where to find the correct labels. I assume that works similar to telling a chart where it's labels are.

    The only other thing necessary for this to be a perfect solution for a lot of my work (assuming I don't run into any downsides of having this stuff in a table when I start sorting or working on the data) is that I have to either append an alpha or numeric reference to the column to my title for that column so that if I am programming I know how to refer to it. maybe something like &COLUMN(RC) would add a numeric reference, no idea how to add an flexible alpha reference. I could create a row of ALPHA series and then concatenate that reference maybe. But I can't figure out how to use the series function to fill alpha. MAybe I could make a numeric series and then use the inverse of the CHAR function to convert that to an alpha reference, but I can't figure out what the inverse of CHAR is.

    Thanks,

    brian

  6. #6
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    CODE is the opposite of CHAR.

    A table has to have its headers in the first row. They cannot be anywhere else.

  7. #7
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Rhode Island
    MS-Off Ver
    Excel for Mac 2011 and 2007 on PC
    Posts
    265

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    Quote Originally Posted by romperstomper View Post
    CODE is the opposite of CHAR.
    had it backwards. CHAR is actually what I want. I thought CHAR returned the number of the character but it returns a character from a numerical input.

    A table has to have its headers in the first row. They cannot be anywhere else.
    They were in the first row, I was surprised it didn't automatically recognize them the way a sort does. I'll try a few other simpler takes on that. So this isn't something I can tell it where the labels are under DATA>TABLE TOOLS or FORMAT > TABLE or something.

    brian

  8. #8
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    When you insert the table there is an option to use the top rows as headers.

  9. #9
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Rhode Island
    MS-Off Ver
    Excel for Mac 2011 and 2007 on PC
    Posts
    265

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    Quote Originally Posted by romperstomper View Post
    When you insert the table there is an option to use the top rows as headers.
    no dice in my version 2011 on a MAC.

    TABLE has no . . .
    I go insert table and it just makes a table. No options available prior to inserting the table. no dialogue box. nothing like that.

    There is a checkbox in the control bar area at the top of the worksheet that says "header row" and it is checked but it inserts a row and labels it Column 1, Column 2, etc. rather than using the top row of the table.

    I tried unchecking the option and it eliminates those labels and leaves an empty extra row at the top where it had inserted them, but will not let me recheck the option. I tried deleting the extra row and then rechecking with my labels as the top row but no dice.

    The Table Tools option in the Data menu is greyed. No idea if there is anything there to work with. I aslo can't figure how to select the table so I could try the format menu which is a fairly facile area for managing inserted charts.

    Don't know if the MAc version is that much different from 2010 on a PC or if I'm just missing something obvious (which is often the case).

    Brian

  10. #10
    Forum Guru romperstomper's Avatar
    Join Date
    11-04-2008
    Location
    A1
    MS-Off Ver
    Most
    Posts
    12,302

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    The Mac version is quite different from 2010 in many ways (and there is no mention at all of 2011 in your profile by the way).
    If I remember I'll test it on 2011 later when I get home.

  11. #11
    Forum Contributor
    Join Date
    09-23-2008
    Location
    Rhode Island
    MS-Off Ver
    Excel for Mac 2011 and 2007 on PC
    Posts
    265

    Re: Multi Split Screen/Freeze Panes i.e. print titles for the screen

    Quote Originally Posted by romperstomper View Post
    The Mac version is quite different from 2010 in many ways (and there is no mention at all of 2011 in your profile by the way).
    If I remember I'll test it on 2011 later when I get home.
    Benefited from an upgrade a month ago and haven't upgraded my profile.

    sorry.

+ 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