英文: Sorting by alternate numbered rows without losing data 问题 我想按升序按Sr.No.排序,以便以相同顺序获取名称和ID。由于ID旁边没有...
How can I search for all items which references match an input that can be multiple reference separated by a comma in excel?
英文: How can I search for all items which references match an input that can be multiple reference se...
将列表导出到Excel并创建超链接 – 由于元组数据而出现错误
英文: Exporting list to Excel and creation of hyperlink - error because of tuple data 问题 我有一个包含元组的列表,我...
后端 – 用于Excel宏的队列
英文: Backend - Queue for Excel Macro 问题 我有一个关于找到正确架构和解决以下问题的大问题: 我有一个VBA宏,从一个工作表中检索参数,计算一个算法(需要时间),然后...
在Excel中合并两个筛选函数
英文: Combine Two Filter Functions in Excel 问题 Column A 中有一些数据,我通过公式 =FILTER(A1:A27,A1:A27<&...
确定在“类似”比较中模式的功能长度
英文: Determining the functional length of a pattern in a "Like" comparison 问题 有没有办法确定在“Like...
可以通过宏来显示 Excel 的窗口(例如“自定义排序”窗口)吗?
英文: Can a window of excel (for example "custom sort" window) appear by macro? 问题 我不想通过VBA对...
计算N个苹果的价格的公式,如果每个苹果的价格根据苹果数量而变化。
英文: Formula to calculate price for N apples if per apple price changes based on the count of apples ...
如何从字符串中获取信息并呈现在漂亮的Excel表格中?
英文: How to get information from string in a nice Excel table? 问题 以下是Excel按钮背后的代码的翻译部分: Sub Top10Name...
如何在For循环中为每个结果分配一个新变量?
英文: How do I assign a new variable to each result in a For loop? 问题 我正在尝试搜索一列(H列)的数值,如果存在数值,就将列C中的数值...
118