互联网奥秘

Someone emailed me last week about problems with a range named Database. For reasons known only to the hamsters that operate my brain wheels, that reminded me of Excel's Data Form. It's a built-in data entry tool, that lists all the fields in a table, with entry boxes for some fields, and the formula results showing. You can scroll through the records, or find specific records, based on criteria.

上周有人给我发送了电子邮件,询问有关数据库范围的问题。 由于只有操作我的大脑轮的仓鼠才知道的原因,这使我想起了Excel的数据表单。 这是一个内置的数据输入工具,它列出了表中的所有字段,并为某些字段提供了输入框,并显示了公式结果。 您可以根据条件滚动记录,或查找特定记录。

It's not a feature that I use too often, and when I looked for the Data Form command in the Excel 2007 Ribbon, it was missing! It looks like I'm not the only one who doesn't use the Excel Data Form too often.

这不是我经常使用的功能,当我在Excel 2007功能区中查找“数据表单”命令时,它丢失了! 看来我不是唯一一个不经常使用Excel数据表单的人。

访问Excel数据表单 (Access the Excel Data Form)

Even though the Data Form command is missing from the Excel 2007 Ribbon, you can still use it. A quick way to open the Data Form is the keyboard shortcut:

即使Excel 2007功能区中缺少“数据表单”命令,您仍然可以使用它。 打开数据表单的快速方法是键盘快捷键:

  • Press Alt + D, then type O

    Alt + D ,然后输入O

If you use the Data Form frequently, you can add its icon to the Quick Access Toolbar (QAT). There are instructions here for customizing the Excel QAT. You'll find the Form command in the "Commands Not in the Ribbon" category.

如果您经常使用数据表单,则可以将其图标添加到快速访问工具栏(QAT)。 这里有自定义Excel QAT的说明 。 您将在“不在功能区中的命令”类别中找到Form命令。

打开Excel数据表单 (Open the Excel Data Form)

To open the Data Form, select a cell in a table on the worksheet, then use the keyboard shortcut (Alt + D, O) or the icon on the QAT. It doesn't matter which cell in the table is selected -- the Data Form opens at the first record.

要打开数据表单,请在工作表上的表格中选择一个单元格,然后使用键盘快捷键(Alt + D,O)或QAT上的图标。 选择表中的哪个单元都没有关系-数据表单在第一条记录处打开。

使用Excel数据表单 (Use the Excel Data Form)

To open the Data Form, select a cell in a table on the worksheet, then use the keyboard shortcut (Alt + D, O) or the icon on the QAT. It doesn't matter which cell in the table is selected -- the Data Form opens at the first record.

要打开数据表单,请在工作表上的表格中选择一个单元格,然后使用键盘快捷键(Alt + D,O)或QAT上的图标。 选择表中的哪个单元都没有关系-数据表单在第一条记录处打开。

  • To add a new record, click New, and enter the data要添加新记录,请单击“新建”,然后输入数据
  • To scroll through the records, use the Up arrow and Down arrow keys, or use the scroll bar on the Data Form.若要滚动记录,请使用向上箭头和向下箭头键,或使用“数据表单”上的滚动条。
  • To edit a record, scroll to that record, and change the data in the entry boxes. While editing a record, you can click the Restore button, to restore the current values. To complete the edit, click Close, or move to the next record (scroll bar or arrow keys).要编辑记录,请滚动至该记录,然后在输入框中更改数据。 编辑记录时,可以单击“还原”按钮以还原当前值。 要完成编辑,请单击“关闭”,或移至下一条记录(滚动条或箭头键)。
  • To delete a record, scroll to that record, then click the Delete button要删除记录,请滚动至该记录,然后单击“删除”按钮
  • To find a specific records, or the first record that meets your criteria, click the Criteria button, and enter the criteria, then click Find Prev or Find Next.要查找特定记录或符合条件的第一条记录,请单击“条件”按钮,然后输入条件,然后单击“查找上一个”或“查找下一个”。

数据表格的怪癖和奥秘 (Data Form Quirks and Mysteries)

Here are a few things about the database that might surprise you. If you know of any other quirks, please share them in the comments below.

以下是有关数据库的一些信息,可能会让您感到惊讶。 如果您知道其他任何怪癖,请在下面的评论中分享。

  • If there is a range named Database on the worksheet, it will open in the Data Form, even you have selected a cell in a different table. Ah, that's what reminded me of Data Forms, when I got the Database question.如果在工作表上有一个名为Database的范围,即使您已在另一个表中选择了一个单元格,该范围也会在Data Form中打开。 啊,那是当我遇到数据库问题时让我想起数据表单的。
  • The width of the boxes in the Data Form is connected to the widest column in the underlying table. If you widen that column, the Data Form will adjust automatically.数据表单中框的宽度连接到基础表中最宽的列。 如果您扩大该列,则数据表单将自动调整。
  • If numeric columns are too narrow, and some cells show number signs, those number signs are shown in the Data Form, even if its data entry boxes are wide enough to show the number. And unlike the worksheet, where you can point to a cell with number signs, and see a popup with the value, there's no such feature in the Data Form.如果数字列太窄,并且某些单元格显示数字符号,则即使数据输入框的宽度足以显示数字,这些数字符号也会显示在数据表单中。 与工作表不同,在工作表中,您可以指向带有数字符号的单元格,并看到带有值的弹出窗口,而在数据表单中则没有这种功能。
  • But even the number sign quirk has a quirk! Sometimes the numbers are shown in the Data Form, even if the numbers signs show on the worksheet. In the screen shot below, the Cost column is slightly wider, and now the numbers can be seen in the Data Form.但是,即使数字符号怪癖也有怪癖! 有时即使工作表上显示数字符号,数据表中也会显示数字。 在下面的屏幕快照中,“成本”列稍宽一些,现在可以在“数据表单”中看到数字。
  • Data Validation lists, and other data validation settings, are ignored. For example, there's a drop down list in the Product column on the worksheet, but not in the Data Form. You can type any value in the Product cell, despite the restrictions on the worksheet.数据验证列表和其他数据验证设置将被忽略。 例如,在工作表的“产品”列中有一个下拉列表,但在“数据表单”中没有。 尽管有工作表上的限制,但是您可以在“产品”单元格中键入任何值。
  • After editing a record, if you click Find Prev or Find Next, the changes are not saved.编辑记录后,如果单击“查找上一个”或“查找下一个”,则不会保存更改。

增强型数据表格 (Enhanced Data Form)

If you like the built-in Excel Data Form, you'll like John Walkenbach's Enhanced Data Form even better. It's a free download for the full version (either Excel 2007 and later, or Excel 2003 and earlier).

如果您喜欢内置的Excel数据表单,那么您会更喜欢John Walkenbach的增强数据表单。 完整版本(Excel 2007和更高版本,或者Excel 2003和更低版本)可以免费下载。

NOTE: John Walkenbach's Excel site was sold, and the Enhanced Data Form is no longer available there. However, you can still download the file, from the Wayback Machine website, on this copy of John's download page.

注意 :John Walkenbach的Excel网站已售出,并且那里不再提供增强数据表格。 但是,您仍然可以从Wayback Machine网站的John的下载页面的此副本上下载文件 。

  • The J-Walk Enhanced Data Form automatically creates a drop down list, if the data validation list is based on a range with the same name as the field. In this example, the data validation list in column B is based on the Product named range.如果数据验证列表基于与该字段同名的范围,则J-Walk增强数据表单会自动创建一个下拉列表。 在此示例中,B列中的数据验证列表基于产品命名范围。
  • Another benefit of the J-Walk Enhanced Data Form is that it opens at the record that's currently selected.J-Walk增强数据表单的另一个好处是,它将在当前选定的记录处打开。
  • Also, you can drag the bottom right corner, to adjust the size of the form, and the data entry boxes.另外,您可以拖动右下角以调整表单和数据输入框的大小。

您是否使用数据表? (Do You Use the Data Form?)

What about you -- do you use the Excel Data Form? Did you know that it existed? Are there any other Data Form quirks that you know about? ___________

那您呢-您是否使用Excel数据表单? 你知道它存在吗? 您是否还知道其他数据表格怪癖? ___________

翻译自: https://contexturesblog.com/archives/2010/08/02/mysteries-of-the-excel-data-form/

互联网奥秘


http://www.taodudu.cc/news/show-4150718.html

相关文章:

  • 服务器网络配置
  • Redis 服务器常用配置参数
  • 简易应用服务器配置要求计算公式
  • clickhouse配置项config.xml详解——服务器配置参数
  • Springboot Web应用中服务器配置参数ServerProperties的加载
  • Apache服务器配置参数的全面说明(所有参数)
  • 买服务器需要看哪些参数,如何看服务器配置
  • sequence-数据库-sjk
  • 创建MySQL数据库·数据库笔记(三)
  • 常见的信息收集工具和手段
  • ArcGIS工具 - 导出数据库结构
  • 第一篇博客-Sql排名函数DENSE_RANK
  • 国内首款安全三级密码卡诞生!
  • Serverless Job—— 传统任务新变革
  • java.lang.ClassNotFoundException:如何解决
  • tadb.exe、sjk_daemon.exe导致 adb.exe启动失败
  • Qt与Mysql进行连接实现账号的注册登录和密码修改和验证码
  • 当android调试遇到ADB server didn't ACK以及顽固的sjk_daemon进程 .
  • Android 开发笔记 “android调试遇到ADB server didn't ACK以及顽固的sjk_daemon进程 ”
  • http://www.sundxs.com/dxsst/jsj/sjk/4735.html
  • WebWall-02.Burt Force(暴力破解漏洞)
  • IOS上的monkey测试探索(一)
  • android调试遇到ADB server didn't ACK以及蛋疼的sjk_daemon进程
  • You must restart adb and Eclipse处理方法(sjk_daemon.exe占用5037端口)
  • 当android调试遇到ADB server didn't ACK以及顽固的sjk_daemon进程
  • 90%的android开发者都会遇到的问题,当sjk_daemon遇见ADB server didn't ACK
  • 金山助手流氓软件-被进程sjk_daemon.exe坑死
  • sjk作业九
  • (转)当android调试遇到ADB server didn't ACK以及顽固的sjk_daemon进程 .
  • SQL server-数据库的创建

互联网奥秘_Excel数据表的奥秘相关推荐

  1. imp 只导表前10条数据_Excel数据规范化10条原则,让你的工作效率快速提升

    Excel不仅仅只是一个数据录入工具,而是非常强大的数据处理工具,而Excel中针对数据处理有一套自己的规则,按照他的规则去做,虽然在录入数据时可能会稍微麻烦点,但却能给我们以后的数据处理提供很大的便 ...

  2. 表单数据自动录入_Excel总表录入、分表自动更新,只要数据透视表和一个快捷键就行...

    合并多个分表到一个总表中,这样的操作很常见.但,有时候我们也需要反过来,即将一个总表拆分成多个子表,并且在总表中录入/修改数据后,每个分表都可以自动更新数据. 如以下资金流动表. 除了资金流水,我们还 ...

  3. sql空字符串判断函数_Excel数据还可这样来查询:用SQL查询输出工作表指定区域更高效!...

    对于数据库编程的朋友而言,SQL结构化查询技术并不陌生,也非常好用,凭借SQL强大的功能可以有效实现对数据库的数据表数据的"增.删.改.查"操作.一般而言,比较高级的语言环境,例如 ...

  4. 图表嵌入到数据表格下方_Excel中进行图表下方显示数据表的操作技巧

    Excel 中进行图表下方显示数据表的操作技巧 添加模拟运算 下面是虚拟数据源 ( 三种面膜在 1-3 月的销售量 ) . 选中 A1 : D4 单元格区域,单击插入 insert--- 柱形图 co ...

  5. excel数据表单_Excel中的工作表数据输入表单

    excel数据表单 With a bit of programming, you can make it easy for users to enter data in an Excel workbo ...

  6. xlsx表格怎么做汇总统计_Excel表格中如何快速汇总多个数据表中的数据

    原标题:Excel表格中如何快速汇总多个数据表中的数据 在Excel工作表中,如果需要汇总报告多个单独单元格的结果,可以将这些单元格中的数据合并到一个主工作表中.这些工作表可以与主工作表在同一个工作簿 ...

  7. 在excel中如何筛选重复数据_Excel – 几个快速筛选数据表的技巧

    筛选数据表,是非常基础的 Excel 操作,相信大部分人都会. 不过今天我要教大家几组快速筛选的方法,不用通过筛选按钮就能实现. 案例 1:筛选出姓名为"赵铁锤"的所有行 解决方案 ...

  8. html行标签并列显示,excel数据透视表_excel数据透视表怎样不显示汇总

    EXCEL中的数据透视表有什么作用,用在哪些方面? excel2010数据透视表怎么做 excel2010数据透视表做法,需要用户打开需要编辑的文件,进入后点击数据透视表,选中我们需要统计的数据,默认 ...

  9. Oracle查询数据表数据很少却很慢

    Oracle查询数据表数据很少却很慢(查询空表很很耗时) 有一个表的数据我要去看一下到底数据是什么样子的,所以我就 select * from tableName 这个表.但是执行了90多秒后,没有任 ...

最新文章

  1. ObjectDataSource未能找到带参数的非泛型方法的解决
  2. 块级格式化上下文(Block Formatting Context)
  3. SAP生产订单预留(上)
  4. TDSQL 全时态数据库系统-理念与愿景
  5. UIBarbuttonItem
  6. 上云难?TA霸气回应:不要你觉得,一键上云 so easy!
  7. C#中split分隔字符串的应用
  8. Python 3.8 稳定版正式发布,新特性全面解读
  9. 机器学习中各科目基本概念集合
  10. ARM处理器系统初始化过程
  11. qt如何在TetxEdit设置背景色(可以设置行或列)
  12. 自考汉语言文学本科要考几门?专业有哪些课程?
  13. How to Read a Visualization Research Paper: Extracting the Essentials
  14. ffmpeg 连接抖音三个视频,做电脑桌面
  15. 【趣文】我是一个线程
  16. 名校女教授,强迫其男博士“发生性关系多年”!索赔750万
  17. ubuntu18.04企业微信字体
  18. [知识梳理]虚拟语气
  19. 常用网络数据包丢失的分析与处理
  20. windows 7 安装虚拟光驱Deamon出现蓝屏的解决方法

热门文章

  1. 高德地图接口申请 地图接口集成 高德地图API文档
  2. springboot文件上传 Required request part 'file' is not present
  3. wps自动插入文献_WPS中怎样自动生成参考文献?方法超级简单!
  4. 微信公众号如何进行账号迁移?
  5. 支付宝淘宝巨变,这个功能我等了10年,终于支持修改唯一ID了
  6. Mac:was built for newer OSX version (10.15) than being linked (10.14)
  7. Django项目部署至华为云服务器
  8. oracle 命令 执行job_Oracle中job的使用详解
  9. 吾生也有涯,而知也无涯。
  10. maven工程读取resource资源文件(踩坑)