ad

Tables Part 1_处理列表中的数据_Excel 2007新知-英雄云拓展知识分享

匿名投稿 282 2024-01-14

译者:taller  来源:其他
发表于:2006年7月7日

Tables Part 1: Working With Tables Of Data
列表(第一部份):处理列表中的数据
(译者注:本文中的“列表”其原文为“Table”,在已发布的Excel中有一项功能称为“摹拟运算表”【在数据菜单中】,在其相应当英文版本中也是“Table”,本人认为本文讨论的Excel 12新功能不同于现在的摹拟运算表,所以使用“列表”一词,在终究发布的Excel 12中文版本中所使用的名称可能与本文不同,特此说明。)

For the next few posts, I’d like to spend some time explaining the work we’ve done in Excel 12 to improve the experience of working with tabular data in Excel.
接下来几章中,我将花一些时间来解释一下Excel 12如何改良对表格化数据(译者注:原文中的Tabular Data)的处理。

One thing that we see pretty much every Excel user doing with some frequency is working with tables. Tables can mean different things to different people so let me briefly define what we think of when we use the word table. A table is a simple structure where each row corresponds to a single “thing“ (e.g. a specific transaction, an individual product, etc.), and each column denotes a specific piece of information that’s shared by all rows (e.g. amount of each transaction, product quantity, etc.). Tables typically have a “header“ row at the top that defines the information that each column contains. Some examples of tables might be a list of financial transactions or the latest inventory numbers pulled from a server. Here’s an example of a very simple (and fictitious) table.
我相信每个Excel的用户都会非常频繁的用到表格。在不同场合“表格”这个词有很多种含义,让我先来简单的定义内涵一下我们所说的列表,列表是指一个简单的结构,列表的行对应于一个单一“项目”(例如:一个交易,一种产品等等),列表的列表示每一个项目的某些具体信息(例如:每项交易的金额,产品数量等等)。典型的列表具有标题行,一般位于列表的第一行,它用来定义内涵每列所包括的内容,列表也能够是交易清单或从服务器上得到的最近的库存数量。这里有一个非常简单的列表。

The two-dimensional nature of the spreadsheet makes it an obvious canvas for manipulating and analyzing tabular data. Excel, however, has traditionally offered very little in the way of features aimed at tabular data because it had no built-in knowledge of what a table is or how it should behave. We’ve done a lot of work to make tables a native structure in Excel 12. When Excel knows you are working with a tabular structure, it can react much more intelligently to the actions you perform in the grid. Let me demonstrate by way of a simple example. Here is what our table might look like if we formatted the table, applied a data bar to the Profit column, added a chart, and added a formula at the top of the sheet that totals the Profit column.
支持2维数据存储的电子数据表格可以很容易的处理和分析表格化数据,但是传统的Excel只能提供少量的处理表格化数据的功能,究其缘由在于Excel并没有内置关于列表的相干内容,如列表是甚么模样的,如何操作列表。我们做了很多工作,使列表完全的融入Excel 12。对照之前在列表中进行数据操作,在新版本中,一旦Excel认为用户在使用列表,那末它将提供更智能化的反应,让我们用一个简单的例子解释一下,下面是我们格式化后的列表,对“Profit”列使用Data Bars(译者注:如希望更多的了解Data Bars请参考本版面的帖子“条件格式概览——Data bars”),添加一个图表并且在列表上方添加一个公式用于计算“Profit”列数据的总和。

Tables Part 1_处理列表中的数据_Excel 2007新知-英雄云拓展知识分享

 

The next thing I might typically do is add some more data. Let’s look at what happens when I type a value just below the table in cell D9.
接下来添加数据,我仅在D9单元格输入一个数值,我们看一下工作表有甚么变化。

 

After I pressed Enter, several things happened for me automatically:
在我按下<Enter>键以后,工作表自动作出了以下的反应:
1. The value that I entered was consumed into the table. Excel assumed I was appending data to my table (if I wasn’t, one click will tell Excel to not auto-expand the table)
2. When the table consumed the data, my table formatting automatically extended to the new row – and notice that it was smart enough to maintain my alternating row colors
3. The conditional formatting data bar also extended to the new row, so Excel is now using D5:D9 to calculate the relative size of the data bars
4. The formula at the top updated itself to include the new data
5. Finally, the chart updated as well to reflect the addition to our table
1. 我输入的数据加入列表中,Excel假定我在向列表追加数据 (如果使用者不需要这个结果,只需要点击一下告知Excel不需要自动扩大列表)
2. 当新数据融入列表时,我的列表格式自动扩大到新的数据所在行,请注意这项功能非常智能的延续了原来列表的间隔行色彩格式
3. 条件格式的数据条一样扩大到新的数据行,Excel将用D5:D9的数据重新计算Data Bars的大小
4. 求和公式自动更新,结果将包括新添加的数据
5. 最后,图表同时更新反应出列表中添加的数据

Without a table, I would have to manually adjust the cell formatting, conditional formatting, formula and chart every time I append a value. What would have taken half a dozen steps or more now happens for me automatically thanks to the table feature. This is because Excel now recognizes features like a table, table columns, table header and so forth, and can use that knowledge to make informed decisions about what to do while I’m working in the spreadsheet. The best part is that I am just scratching the surface here; it will take me several posts to fully explain the benefits of tables and all the new features surrounding it. For now let’s cover some basics.
如果没有上述的列表功能,每次追加数据时,我需要手工设置单元格格式,添加格式,公式和图表,这些大概需要6步操作才能完成,由于列表功能的出现,使得这些工作可以自动完成,新的Excel具有辨认功能,它能够辨认列表,列,标题等等,当用户在电子数据表格操作时,系统会作出相应当反应。在这里我们只是简单的介绍列表功能,在随后的帖子中,我将详细论述使用列表的好处和所有相干的新功能,现在让我介绍一下基本知识。

Creating Tables
生成列表

A table can be created simply by clicking on the Table command on the Insert tab in the ribbon (even quicker, use the CTRL+L shortcut key). Clicking the Table command brings up a dialog box where you specify the range for your table, and indicate if your data already contains a header row.
用鼠标点击Ribbon上的Insert标签中的Table就能够生产一个列表(如果希望更快,可以直接使用快捷键 <CTRL+L>),此时系统将出现一下对话框,用户可以指定工作表中的某个区域为列表,并声明数据是不是包括标题行。

 

When you create a table, a new tab appears on the ribbon that is specifically designed for tables. The tab only appears when the active cell is inside a table. The tab contains options and settings that are geared for tables. I won’t go into the details right now, but here’s a screenshot.
当用户生成列表时,一个新的专门用于设计列表的标签将出现在Ribbon上,只有当前活动单元格位于列表中才可以看到这个标签,该标签可以用来调剂列表的可选项和设置。我们不在此详细解释其全部功能,仅提供界面的截屏。

 

Another bit of work that we did was to merge our table feature with the existing external data query functionality, sometimes referred to as query table. New queries will therefore also benefit from the features of tables (at the moment, web queries and text queries are excluded from this). I think the benefit of making query tables into tables will become clear over the next week or two as I go over the capabilities of Excel 12 tables. Note, if you have an existing query, you can convert it to a table using the Ribbon or keyboard shortcuts described above. Tables are also created when you import XML data using the XML features we added in Excel 2003.
另外一个改进是我们将现在的外部数据查询(有时也称为查询表)融入新的列表功能,新的查询功能由于引入列表功能而得到加强(同时网站查询和文本查询功能将取消),在接下来的一两周中行将对Excel 12性能进行终究审查,我认为届时查询表融入列表功能的好处将不言而喻。注意:用户可使用上面讲到的Ribbon或快捷键将现在在用的查询表转换为列表,当使用Excel2003新增加的XML功能导入XML数据时也将生成列表。

Entering Data into a Table
在列表中输入数据

We already saw in the example above how to add a new row to a table. Adding a new column works the exact same way. Place the active cell just outside the table to the right, enter a value and Excel will automatically grow the table to consume the data that you entered. If this isn’t the desired result, then a simple command will shrink the table back and leave the value outside the table. This “auto-expand“ behavior can also be turned off.
由上面的示例我们已知道如何在列表中添加新的一行,使用类似的方法可以添加新的一列,将活动单元格设置在列表的右边,输入数据,Excel将自动扩大列表,使其包括新输入的数据,如果用户其实不想将新的数据添加到列表,一个简单的操作就能够将列表恢复原状,新添加的数据将保存在列表外。“自动扩大”功能可以设置为关闭。

There are a couple other ways to add rows. Much like tables in Word, pressing TAB when the active cell is in the last column of the last row will cause Excel to add a new row and move the active cell to the first column of the newly added row. In addition, pressing ENTER when the active cell is in any cell of the last row will also cause a new row to be added.
还有几种方法可以添加行,有些像Word中的表格,当活动单元格为列表的右下角单元格,此时按<Tab>键,Excel就为列表添加新的一行,并且活动单元格移到新添加行的第一列,另外,当活动单元格位于最后一行的任何单元格,按下<Enter>键,Excel都将添加新的一行。

Finally, if you want a quick way to resize your table to add or subtract rows or columns, click the resize handle in the lower-right corner of the table and drag it in the direction desired. You can spot the resize handle in the screen shots above.
最后,如果用户需要快捷的调剂列表的大小,也就是添加或删除行和列,点击右下角的“resize”,然后针对需要拖动就能够调剂列表的大小了。你可以从上图中看“resize”。

One of the goals of the table feature is to maintain the integrity of your tabular structure, so the only way to shift cells or create space in a table is to add or insert entire table rows or entire table columns.
列表功能的一个目标就是保持表格结构的完全性,所以在列表中移动单元格或添加空白的唯一方法就是添加、插入整行或整列。

By the way, some of this may look familiar if you’ve ever used the list feature in Excel 2003. The table feature is in fact based off lists, but as you’ll see over the next few days we’ve built a much more comprehensive feature set around tables.
顺便说一下,如果你曾使用过Excel 2003的相干功能,那末你会熟习上面的某些操作,事实上列表功能其实不是基于之前的功能,接下来的几天你就能够看到,我们围绕列表功能可以实现更复杂的功能。

Over the next few days I plan to show you:
接下来的几天,我计划向大家展现下面的内容:
· More of the core features of tables
更多的列表关键功能
· The great things that happen when tables and formulas collide
如何处理列表和公式的冲突
· Filtering table data & AutoFilter improvements
列表挑选和自动挑选的改良
· Table Styles and smart formatting behaviors
列表风格和智能格式化

Published Tuesday, October 25, 2005 3:56 PM by David Gainer

注:本文翻译自其他 ,原文作者为David Gainer(a Microsoft employee)。


选择英雄云云表单=选择更智能的Excel

在现代企业管理中,数据的高效管理和处理至关重要。随着信息技术的不断发展,英雄云云表单已经成为了提高数据录入、管理和分析效率的不可或缺的工具。让我们来深入探讨英雄云-云表单的几大优势。

基础字段:多样性满足业务需求

英雄云云表单中包括了各种基础字段,如单行文本多行文本数字输入框单选框复选框下拉框下拉复选框日期时间分割线等。这些字段的多样性使用户可以根据具体的业务需求,轻松进行文本、数据和时间信息的录入或修改。例如,您可以使用单行文本字段录入员工姓名、产品型号等,或者使用下拉框进行多选,根据不同情况选择更加方便的字段类型。

高级字段:提升工作效率

英雄云云表单还提供了高级字段,如地址图片附件手写签名手机子表关联数据关联查询以及流水号。这些高级字段在基础字段的基础上升级,可帮助用户完成一些琐碎的工作。例如,使用地址字段可以避免逐字打字,而流水号字段可以自动生成规律性的编号,非常适用于合同编号生成等场景。

部门成员字段:精确管理与通讯录的关联

英雄云的部门成员字段允许企业对各个部门的成员进行精确管理。用户可以通过部门成员字段获取通讯录中的部门成员信息,应用于记录报销人、报销部门等场景。这些成员字段还细分为成员单选成员多选,可根据具体需求在通讯录中选择一个或多个成员。

聚合表:数据处理更智能

英雄云聚合表功能用于对已存在的表单数据进行聚合计算,从而得到一张聚合表,后续其他表单可调用聚合表进行数据联动、关联查询和关联数据等操作完成数据处理。这一功能可应用于多种场景,如进销存管理、财务管理和门店零售管理等,帮助企业完成数据处理,提高工作效率。

表单权限设置:灵活管理数据访问

英雄云的表单权限设置允许用户根据企业的具体需求管理表单的访问和操作权限。用户可以根据系统权限或自定义权限对不同成员或团队进行权限设置,以确保数据的安全和合规性。这一功能使企业能够根据变化的业务需求和团队结构,实时调整权限设置。

自定义打印模板:文档输出更便捷

英雄云云表单支持自定义打印模板,可将表单数据转换为可打印的Word文档。用户可以根据自己的需求进行排版和编辑,将产品规格说明书等文档轻松生成。这一功能提供了一种标准化的文档输出方式,简化了信息整理的过程。

综合来看,选择英雄云云表单意味着选择更智能、更灵活、更高效的数据管理工具。无论是提高工作效率,精确管理数据,还是实现数据处理,英雄云云表单都能满足您的多样化需求,助力您的业务发展。

如果您正在寻找一款强大的云表单工具,不妨考虑英雄云,它将为您带来更多的便捷和智能,助您事半功倍。


免责声明:

本网址(www.yingxiongyun.com)发布的材料主要源于独立创作和网友匿名投稿。此处提供的所有信息仅供参考之用。我们致力于提供准确且可信的信息,但不对材料的完整性或真实性作出任何保证。用户应自行验证相关信息的正确性,并对其决策承担全部责任。对于由于信息的错误、不准确或遗漏所造成的任何损失,本网址不承担任何法律责任。本网站所展示的所有内容,如文字、图像、标志、音频、视频、软件和程序等的版权均属于原创作者。如果任何组织或个人认为网站内容可能侵犯其知识产权,或包含不准确之处,请即刻联系我们进行相应处理。

上一篇:Tables Part 4:自动挑选的改进(一)_Excel 2007新知-英雄云拓展知识分享
下一篇:单元格样式-英雄云拓展知识分享
相关文章
×