问题标签 [excel-formula]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
excel - 如何读取 Excel 单元格的字符计数“文本长度”?
我想读取一个单元格的字符数并将其设置为另一个单元格。
你能告诉我“公式”的功能是什么吗?
谢谢
regex - 正则表达式来验证 excel 之类的数学表达式
我想知道如何创建一个正则表达式来验证这样的函数:
第一个参数应该是任何整数。第二个参数是一个不应该大于 4 的整数。第三个参数是年份(4 位)
perl - 如何使用 Win32::OLE 设置 Excel 公式?
谁能告诉我,为什么...->{FormulaR1C1} = '=SUMME( "R[-3]C:R[-1]C" )';
不起作用。在结果应该出现的单元格中,我得到“#Wert!” (也许是英文的“Value”)。使用 WENN(IF) 公式,我得到了我所期望的。
excel - 计算 Excel 中的唯一值
我需要在excel中计算范围(C2:C2080)中的唯一值。谷歌公式:
返回不正确的值。
UPD:蹩脚的解决方案:
excel - 过滤然后计算不同的值
这适用于 Excel:我的任务是在过滤数据后计算不同的记录。我有 330 行,其中 A 列包含“名称”,并且在 BI 列中有一个为每个“名称”完成的测试的名称,每个“名称”可能已经对同一测试进行了多次迭代。测试结果在 C 列中。
如果我为考试 1 过滤列 B,我想计算参加考试 1 的学生的唯一数量。
excel - 如何在每行的开头添加特定值,其中不存在?
我有一个包含网站地址的 Excel 表,记录数接近 3,000,并且想要对其进行过滤以便删除重复项。问题是我的 Excel 工作表中的许多网址(大约 2,000 个左右)都以 开头http
,例如http://www.google.com
,其余的则没有http
。这意味着现在当我使用 Excel 的过滤器命令时,它会从相同类型的数据中仅删除重复项,即有或http
没有http
数据。
我想添加http
所有剩余的 1,000 个左右的域,以便我可以使用 filter 命令对其进行过滤。
是否有任何命令可以将http
所有 1,000 行左右的工作表添加到起始值中?
excel - 如何规避 Excel 的 IF 函数的深度限制?
对于 Excel 公式,我需要包含数值的单元格列表中的第一个单元格:
我使用这个架构:
不幸的是,这只适用于七列,因为 Excel 中的最大长度是有限的。
有没有办法重新表述这个公式,这样它就不会随着每一列的增加而变得更深?
string - 从 Excel 中的字符串中删除字符
我想去掉给定单元格上字符串中的最后一个字符。我试图使用以下公式:
这惹恼了 Excel,因为它是单元格 A2 上的循环引用...
我对 Excel 公式很糟糕......非常感谢任何帮助。谢谢。
excel - 日期/时间的字符串表示之间的差异
在 Excel 2007 中,我想要以下字符串日期/时间的差异:
我希望通过将字符串转换为日期/时间来获得差异,然后将结果作为两个转换后的日期/时间的差异。
excel - Populate list via a bi-Condition
im interested to implement something but im not sure if it would be possible and would like your intake on it.
here is my scenario:
i will have two validation cells which will be shown as List that I will pick from. those are my condition that i would like to meet and ommit my list from a database.
I have a list of agents going threw B13:B23 and next two them i have columns of data assuming that my data base looks like this
...
i want to populate a list of agent name from column B, when i select from the validation cell1: X and validation cell2: 1. it should show only
or agents in column X with 0...
i read somewhere about array formula but i dont know if this is convenient and i unfortunately dont have any background in macros:( but i know in C++ something like this is fairly easy with conditional statements.
thanks in advance,