<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.office.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx</link><description>One of the key benefits of tables is how other features in Excel 12 behave more predictably and more like you would expect when a table is present. This is made possible by the fact that Excel knows exactly where the table starts and ends, where the header</description><dc:language>en-US</dc:language><generator>Telligent Community 1.5.134.15456 (Build: 5.5.134.15456)</generator><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8190</link><pubDate>Tue, 01 Nov 2005 21:35:57 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8190</guid><dc:creator>Lars Hammarberg</dc:creator><description>&lt;p&gt;I&amp;#39;d like to see a &amp;quot;key&amp;quot; designator in a table - that is, select a column and make that column a &amp;quot;key&amp;quot; column (checking/constraining the data in the column are unique entries - could even be autonumbers!), thus facilitating linking the table data to other apps and making write-back quite simple.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8190" width="1" height="1"&gt;</description></item><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8191</link><pubDate>Sat, 29 Oct 2005 14:23:46 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8191</guid><dc:creator>SteveA</dc:creator><description>&lt;p&gt;Hi David&lt;/p&gt;
&lt;p&gt;Regarding data types&lt;/p&gt;
&lt;p&gt;It would be good to have 64bit and possibly 128bit integers. Possibly useful for people working with 64bit computers, less for the maths more for bit twiddling. Sadly my days of doing such work are long gone :-)&lt;/p&gt;
&lt;p&gt;Sometime ago I did hit the current integer limit, but can&amp;#39;t remember now what I was doing that gave me the problem.&lt;/p&gt;
&lt;p&gt;Also proper support for decimal data type would be cool rather than having it stuck in variants.&lt;/p&gt;
&lt;p&gt;On the help, I will check out the seperate blog. But as an additional example. To find the help for data types, I first looked in the excel help with no luck, so then invoked the visual basic editor and look in the help their.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8191" width="1" height="1"&gt;</description></item><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8192</link><pubDate>Sat, 29 Oct 2005 06:49:21 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8192</guid><dc:creator>David Gainer</dc:creator><description>&lt;p&gt;SteveA - &amp;quot;We&amp;#39;re making Developer content a separate search scope, both for offline content and online content&amp;quot; ... see &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/mikekelly/"&gt;blogs.msdn.com/mikekelly&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Orion - Intersting questions, and I agree - there is plenty of exciting work to be done. &amp;nbsp;We have some thoughts on controls, but nothing in Excel 12. &amp;nbsp;Oh, and yes to your two filter questions - give me two more posts.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8192" width="1" height="1"&gt;</description></item><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8193</link><pubDate>Sat, 29 Oct 2005 01:21:36 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8193</guid><dc:creator>Orion Adrian</dc:creator><description>&lt;p&gt;Another thought.&lt;/p&gt;
&lt;p&gt;Currently when you filter down a list it hides full rows. While this may be occasionally useful, treating each table as a separate canvas and just showing and hiding cells in that table and not tables around it.&lt;/p&gt;
&lt;p&gt;Again this comes back to the canvas in question; and a complaint I&amp;#39;ve had about Excel and all spredsheets for a long time. Excel makes me think about the canvas (the worksheet) far too often. For example I may want to add row to a table on worksheet, but often it can destroy tables under it. Similarly it adding columns may destroy tables to the right. Deletion has the same effect. Lists even prevent you from deleting a row when another list is below it that is wider than it is.&lt;/p&gt;
&lt;p&gt;So my question is why does it work this way? I feel it&amp;#39;s because the objects on the canvas are linked through that canvas. As long as they are, then there are going to be problems. This also produces problems when I want to annotate the tables with text or other objects. Shapes and charnts don&amp;#39;t use the worksheet as the coordinate system.&lt;/p&gt;
&lt;p&gt;I think there is amazing ground to be made by really examining canvas structures. When people ask for more integration in Office I believe it&amp;#39;s because they want to really be able to act on these objects and move them around a unified canvas where each object is a first class citizen. I look to Visual Studio&amp;#39;s form designer also as a nice tool for laying out things.&lt;/p&gt;
&lt;p&gt;Either way, there is still a huge amount of advancement that can be made in Office productivity apps. We&amp;#39;re barely touching the surface of where we can go with them.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8193" width="1" height="1"&gt;</description></item><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8194</link><pubDate>Fri, 28 Oct 2005 23:44:16 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8194</guid><dc:creator>Harlan Grove</dc:creator><description>&lt;p&gt;In response to Orion,&lt;/p&gt;
&lt;p&gt;Leave spreadsheets spreadsheets. It&amp;#39;s fine to add database-like functionality to Excel as long as it doesn&amp;#39;t have to be used. If I want to use tables exclusively, I&amp;#39;ll use Access.&lt;/p&gt;
&lt;p&gt;That said, it&amp;#39;d be interesting to be able to replace *SOME* worksheets with tables (thus my questions about tables spanning worksheets), but don&amp;#39;t replace them as the default construct.&lt;/p&gt;
&lt;p&gt;Unless the new tables provide new formula-based filtering, they&amp;#39;re not going to provide any better row referencing than current worksheet cells.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8194" width="1" height="1"&gt;</description></item><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8195</link><pubDate>Fri, 28 Oct 2005 23:03:03 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8195</guid><dc:creator>Orion Adrian</dc:creator><description>&lt;p&gt;Has there been any thought to making table the base working unit as opposed to worksheet. I find it interesting that we&amp;#39;re finaling moving to a place where the schema is key part of the document and not the canvas.&lt;/p&gt;
&lt;p&gt;Any thought to allowing other types of controls on cells other then text boxes and select controls? What about date pickers? Also where do you see Excel ending and Access beginning? With the advent of tables in Excel it seems that Excel is starting to become Access with a better UI, formulas, and charting. My guess is that formulas is really the defining portion, but even that line is being blurred as we start to focus more on tables since it&amp;#39;s less and less likely that formulas will change between data rows.&lt;/p&gt;
&lt;p&gt;And lastly, two requests: One is can we get filtering past two items on tables? And second can we get sorting based on order in a list of choices.&lt;/p&gt;
&lt;p&gt;I have a column in a current Excel list that limits values to one of five states in a process, but when sorting it uses the names of eh states and not the order of the list. This has come up on many occasions for me.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8195" width="1" height="1"&gt;</description></item><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8196</link><pubDate>Fri, 28 Oct 2005 21:31:00 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8196</guid><dc:creator>David Gainer</dc:creator><description>&lt;p&gt;Hello there,&lt;/p&gt;
&lt;p&gt;Harlan – Yes, a table can span an entire worksheet, although the memory requirements would be huge. &amp;nbsp;Yes, delete entire row also deletes table rows. &amp;nbsp;If you try and insert a range of cells that partially overlaps the table, we prevent the insert, because it would invalidate the structure of the table. &amp;nbsp;Yes, you can do things like INDEX(Table,ROWS(Table),COLUMNS(Table)) – more on referencing tables in next post. &amp;nbsp;To answer your question about the active cell not being on the screen, if the active cell is in the table but the entire table is scrolled off screen you will see the A, B, C headers. &amp;nbsp;If the worksheet row that contains the table header is hidden, the table headers will still appear in the worksheet header space when the headers are scrolled off screen. &amp;nbsp;To answer your final couple of questions, the font in the worksheet header space never changes, and if a table header value is too large to display in the worksheet header it gets clipped. &amp;nbsp;“since I&amp;#39;m on a roll, if the table is narrower than the window, will the column header show the table header only in the table&amp;#39;s columns and the normal column letters in the columns on either side of the table? If so, will there be any visual cue to distinguish 1, 2 or 3 letter column names in the table header (e.g., ID) from column letters outside the table?” &amp;nbsp;Yes to your first question, no to your second.&lt;/p&gt;
&lt;p&gt;Jean - Yes, if you select an entire table column you can rearrange that column simply by drag and dropping – we reversed the old default (for tables only) that requires holding down shift to “cut and insert”. &amp;nbsp;In addition, Excel allows columns in a table to be rearranged even while in a filtered state. &amp;nbsp;It is possible to use the old trick of pressing ALT+ENTER to insert line breaks, but otherwise the header row is limited to one physical spreadsheet row. &amp;nbsp;You can use the Formatting Rules dialog as a conditional formatting legend at any time. &amp;nbsp;Filter being available on the sheet header is a great idea, but it will not be there in Excel 12. &amp;nbsp;Thanks for the suggestion about filtering using header names.&lt;/p&gt;
&lt;p&gt;Mpemba - The answer is “yes and no”. &amp;nbsp;Single-cell array formulas and tables work well together, and as you’ll see in my next post, you can make formulas inside a table grow and shrink with the table itself. &amp;nbsp;Unfortunately multi-cell array formulas are currently not supported inside tables.&lt;/p&gt;
&lt;p&gt;Tianwei – Next post on name defining, I promise.&lt;/p&gt;
&lt;p&gt;SteveA – Thanks for the toggle headers idea. &amp;nbsp;What specifically are you looking for with respect to data types? &amp;nbsp;I will pass on your thoughts to the team that handles Help. &amp;nbsp;Their GPM also writes a blog that has some info on Office 12 help on it. &amp;nbsp;&lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/mikekelly/"&gt;blogs.msdn.com/mikekelly&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8196" width="1" height="1"&gt;</description></item><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8197</link><pubDate>Fri, 28 Oct 2005 20:06:04 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8197</guid><dc:creator>SteveA</dc:creator><description>&lt;p&gt;Regarding &amp;quot;what column am I in&amp;quot; and &amp;quot;Note, the table headers will only be visible as long as the active cell is somewhere inside the table. &amp;nbsp;If you select outside the table, the standard A, B, C headers return.&amp;quot;&lt;/p&gt;
&lt;p&gt;Could this be toggled by some keyboard command. If you have to select outside the table to return the standard A, B, C headers, you could have potentially moved away from the area of interest, particularly when tables are larger than the window.&lt;/p&gt;
&lt;p&gt;Different topics, do you intend to add any new data types?&lt;/p&gt;
&lt;p&gt;Can you improve the help, so that for example when using answer index or wizard you can narrow the answers down to a particular area. Typically I want to look up VBA related issues for programming, but get results for all of excel. I remember when the help for macros was separate and it seem a lot easier to find information than more recent versions of excel&lt;/p&gt;
&lt;p&gt;Keep up the good work though.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8197" width="1" height="1"&gt;</description></item><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8198</link><pubDate>Fri, 28 Oct 2005 16:55:44 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8198</guid><dc:creator>Tianwei</dc:creator><description>&lt;p&gt;Harlan, you are right. It&amp;#39;s always a bargain game with IT. I can demand; they can ignore. But at least if I scream loud enough they might put me in one of the early adopter lists.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8198" width="1" height="1"&gt;</description></item><item><title>re: Tables Part 2: Stickiness, Structured Selection, And More</title><link>http://blogs.office.com/b/microsoft-excel/archive/2005/10/27/tables-part-2-stickiness-structured-selection-and-more.aspx#8199</link><pubDate>Fri, 28 Oct 2005 16:29:15 GMT</pubDate><guid isPermaLink="false">53587256-c606-4c9b-bad4-97c86b12ce62:8199</guid><dc:creator>Harlan Grove</dc:creator><description>&lt;p&gt;With regard to the comment about upgrading upon release, few if any IT departments would ever do such a thing, and never throughout an entire organization. The new features will be solely for the benefit of the few until most have upgraded.&lt;/p&gt;
&lt;p&gt;There&amp;#39;s been no equivalent to this since the transition from XL4 to XL5, and Excel/Office were #2 back then. The only Lotus 123 upgrade (back in the late 1980s and early 1990s when it was still #1) close to this was from R2 to R3 in 1989-1991. It took years for everyone to be upgraded to R3. [And I was using XL8 (97) at work up until this last February, and now I use XL10, not XL11.]&lt;/p&gt;
&lt;p&gt;Most IT departments are likely to view Office 2006 as an historic &amp;amp; gargantuan PITA.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.office.com/aggbug.aspx?PostID=8199" width="1" height="1"&gt;</description></item></channel></rss>