Excel (2010) 中允许的最大公式字段数是否存在

发布于 2024-12-24 17:19:16 字数 230 浏览 0 评论 0原文

我使用 csv 文件为 SQL Server 构建一些插入语句,并尝试在插入数据之前清理数据,并使用公式来实现它。我有大约 64000 行和大约 30 列需要清理。

我已经完成了大部分内容,但现在确保电话号码正确的公式刚刚开始失败,现在只是将论坛文本放入单元格中,而不是清理后的电话号码。相同的论坛在其他单元中运行。

工作簿或工作表中可以包含的公式数量是否有限制?

我使用的是 Excel 2010

Im using a csv file to build some insert statements for SQL server and am trying to clean my data before it gets inserted, and am using formulas to fo it. I have around 64000 rows and about 30 columns to clean.

Ive got most of the way through it, but now a formula to make sure telephone numbers are correct has just started to fail, and now just puts the text of the forumla into the cell, rather than the cleaned telephone number. The same forumla is working in other cells.

Is there a limit to the number of formula you can have in a workbook or worksheet?

I am using Excel 2010

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

猥︴琐丶欲为 2024-12-31 17:19:16

答案可能令人沮丧:这要看情况。您可能会耗尽 RAM,或达到其他限制,具体取决于打开的其他工作表数量等。在我的笔记本电脑上,我得到了与公式数量限制相同的效果,但生成它需要更多的公式你指出。包含超过 10^6 到 10^8 公式的工作表开始挂起。相同的工作表在我的桌面上运行良好。这可能取决于公式的类型,即10^8 VLOOKUPS会挂起,但10^8 SUM语句是可以的。这可能取决于公式在工作表上的布局方式(如果全部在少量相邻列中(例如 100 x 10^6),则它会比在 10^ 方阵中展开时更快且挂起更少4 x 10^4)。

The answer may be frustrating: it depends. You may be running out of RAM, or hitting other limits, depending on how many other Worksheets are open, etc. On my laptop, I get the same effect of limits to the number of formula, but it takes more formula to generate it than you indicate. A Worksheet with more than about10^6 to 10^8 formulas starts to hang. The same Worksheet works fine on my desktop. It may depend on the type of formula, that is, 10^8 VLOOKUPS will hang but 10^8 SUM statements are ok. It may depend on how the formulas are laid out on the Worksheet (if all in a small number of adjacent columns (such as 100 x 10^6), it will be faster and hang less than if spreadout in a square matrix of 10^4 x 10^4).

野侃 2024-12-31 17:19:16

请参阅 http://office.microsoft。 com/en-us/excel-help/excel-specifications-and-limits-HP010073849.aspx 对于规格的限制,它并不表示设定的公式限制,但您可能会遇到其中之一其他的。

例如:独特的单元格格式/单元格样式 64,000

See http://office.microsoft.com/en-us/excel-help/excel-specifications-and-limits-HP010073849.aspx for limits on specs it doesn't indicate a set formula limit but you may be hitting one of the other ones.

For example: Unique cell formats/cell styles 64,000

没有伤那来痛 2024-12-31 17:19:16

这通常是在输入公式之前单元格格式设置的问题。

This is generally an issue with the formatting of the cell before you put the formula in.

他夏了夏天 2024-12-31 17:19:16

您的公式可以作为文本输入。尝试:
1. 首页 |编辑|清除 |清晰的格式。
2. 重新输入公式(F2 Enter)。

Your formula may be entered as text. Try:
1. Home | Editing | Clear | Clear Formats.
2. Reenter your formula (F2 Enter).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文