Software, Computers, Video Games and D&D UtilitiesGeneral discussion on computer software and hardware, PC and console games, and RPG utilities such as eTools, PC GEN, etc.
Gamers Online Now: 1,035
218 members and 817 guests
Most users ever online was 4,029, 8th April 2009 at 05:04 PM.
This product is 56 pages long and free. Cover, credits, intro and ToC take up 4 pages. I counted 17 pages of adds many of them for other Rite... [Read More]
Evocative City Sites Lorn's Entrepot (Abandoned Warehouse) by Rite Publishing. I was given this product for the purposes of this review. This product is 47 pages long. Cover, Credits, two pages of... [Read More]
Feats 101 by Rite Publishing. I was given this product for the purposes of this review. I have not yet played using these feats my review is based on reading the feats and checking a few against... [Read More]
The Plane Below: Secrets of the Elemental Chaos is a 4e D&D product describing some of the different planes in the 4e Cosmology. The book is a typical hard bound book that Wizards of the Coast... [Read More]
Two simple questions (I think), but I can't find answers right now.
I have a spread sheet in excel made up of a dozen or so worksheets. The first sheet has a column of data that is repeated on the other 11 or so. I want to run a sort on this column on the first sheet and have the others also be sorted with all the other columns of data on those other sheets sorted at the same time. How do I do this? I haven't been able to find a way to link the cells in the other columns on the other pages to the one column that will be sorted.
Is there a way to change the default sort conditions? Right now I am sorting a column of text, and sorting using the sort button on the tool bar always treats the first entry as a column header.
Thanks for any help
__________________ Avocado's number: The number of avocados needed to make 1 mol of guacamole -- Amedeo Avocado
"We are the group the bad guys level up on." -- Dagger75, Epic Commoner
"It's like chess or physics, but stupider." -- R. Newman
I'm not sure how you could do the first one, sorting across multiple sheets. Can't be done as far as I know.
For you second question, you can choose Data-Sort... and sort it that way. Make sure to state that your selection does not have a header row, that is why the first row is not sorting.
Quote:
Originally Posted by Abraxas
Two simple questions (I think), but I can't find answers right now.
I have a spread sheet in excel made up of a dozen or so worksheets. The first sheet has a column of data that is repeated on the other 11 or so. I want to run a sort on this column on the first sheet and have the others also be sorted with all the other columns of data on those other sheets sorted at the same time. How do I do this? I haven't been able to find a way to link the cells in the other columns on the other pages to the one column that will be sorted.
Is there a way to change the default sort conditions? Right now I am sorting a column of text, and sorting using the sort button on the tool bar always treats the first entry as a column header.
Thanks for any help
__________________ Erik
Last of the Original Nice Guys Second Rat Games
"The second rat gets the cheese."
1. Link each cell in the extra pages to the same cell in the first page. The easiest way is to click on a cell, e.g., A1, type the = sign, then click on the same cell reference on the first sheet. Copy this cell down as far as you need to. Then comes the tedious part: change each of these cells to an absolute reference, i.e., A1 become $A$1, B1 become $B$1, and so forth. Then copy the entire column to your other sheets.
Once this is done, each of your sheets will reflect the value in the first sheet, by cell, regardless of how you change the values within each individual cell (that's a result of the absolute reference).
2. Create a simple macro whereby you sort each column in turn. Save the macro. Run it whenever you want to sort all the columns. You can even attach the macro to a command button if you want.
BTW, I did a test at work today and it doesn't appear that you have to use absolute references to make this work. I still recommend using them, however, as that will allow you to add/delete individual cells (cells, not cell contents) in the primary column without messing up your other sheets.
Another way you may do it is as follows - rough ideas:
1. Created Named Regions for all the sortable data on all the sheets.
2. You have some sort of SORT button attached to the first sheet to sort the column.
3. Record a macro for the button that sorts the column.
4. Edit the macro and add sorting for each of the named Regions in your spreadsheet.
__________________ My two cents worth, which at today's conversion rates amounts to nothing.