TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

New Text and Array Functions for Excel

122 点作者 eDameXxX超过 2 年前

14 条评论

spywaregorilla超过 2 年前
Array functions feel like they&#x27;re just too far from the excel design thinking. A single function that affects nearby cells is hard for me to swallow.<p>I kind of wish they went for the matlab cell array style where a function can return an array, but it just becomes a data structured stored within a single cell.<p>So TEXTSPLIT (which is great, finally), would return an object like ARRAY(&quot;I&quot;, &quot;SAW&quot;,&quot;A&quot;,&quot;CAT&quot;) and if you wanted to unpack it you could drag a formula that was something like =$A$1?0, =$A$1?1, =$A$1?2, etc.<p>Or maybe just one single black magic affects-nearby-cells function called &quot;UNPACK&quot;
评论 #32744797 未加载
评论 #32744163 未加载
评论 #32751925 未加载
评论 #32743619 未加载
评论 #32748658 未加载
layer8超过 2 年前
&gt; Scenarios to try: Use “ “ (space) as a delimiter with TEXTBEFORE to extract the first name and TEXTAFTER to extract the last name<p>I guess this warrants linking to <a href="https:&#x2F;&#x2F;shinesolutions.com&#x2F;2018&#x2F;01&#x2F;08&#x2F;falsehoods-programmers-believe-about-names-with-examples&#x2F;" rel="nofollow">https:&#x2F;&#x2F;shinesolutions.com&#x2F;2018&#x2F;01&#x2F;08&#x2F;falsehoods-programmers...</a>.
cm2187超过 2 年前
20 years overdue...<p>Another one that is massively overdue: take multiple arrays as arguments and return the distinct values, sorted (kind of like the remove duplicate button, but that doesn&#x27;t require to click a button). [edit] actually it was introduced in 2021 (&quot;UNIQUE&quot; function)<p>Also take multiple arrays and returns the values that are in common (like an inner join). Use case: you want to align two time series by creating a 3rd time series made of the dates common to both original time series.<p>Then you can have all sort of finance related function. Validate the checksum for an ISIN, CUSIP, SEDOL, etc.<p>Excel should also come with the most common holiday list (all the major cities at least).
评论 #32747706 未加载
xnx超过 2 年前
All these new text functions and still no support for regex? Google Sheets has had regex support for years.
评论 #32744045 未加载
评论 #32743836 未加载
评论 #32750061 未加载
badrabbit超过 2 年前
Excel makes me feel like such a novice. I often just write a python script instead out of frustration. I don&#x27;t think little of people that write complex formulas and macros with it. I am still waiting for &quot;python in excel&quot;.
评论 #32745188 未加载
评论 #32748297 未加载
评论 #32821562 未加载
评论 #32747075 未加载
carabiner超过 2 年前
I&#x27;m surprised it&#x27;s 2022 and they haven&#x27;t embraced a multiline equation editor.
评论 #32744319 未加载
评论 #32743366 未加载
hermitcrab超过 2 年前
Excel is the second best tool for every task!<p>If you want to do lots of reshaping data and performing operations on tables of data, you are better using ETL tools (Extract Transform Load) that were designed for this task. For example: Easy Data Transform, Tableau Prep or Alteryx.
dhosek超过 2 年前
The functionality I want is a count-by-format function. I had to write my own in VBA and of course that means every time I open that sheet I have to approve its use of macros (and it also doesn’t always catch format changes that impact the calculation)
评论 #32744048 未加载
评论 #32746552 未加载
leokennis超过 2 年前
Next challenge: make the find&#x2F;replace dialog better than the confusing tabbed mess it is today. And make it non-modal for simple search&#x2F;replace.
评论 #32746172 未加载
评论 #32744381 未加载
waynenilsen超过 2 年前
I am very surprised they have not yet embraced the dplyr&#x2F;tidyr-style melt&#x2F;cast gather&#x2F;spread pivot&#x2F;unpivot functions for arrays
评论 #32744065 未加载
McNutty超过 2 年前
For me personally,these new text functions will be great for working with IP address, MAC address, FQDN, and URL<p>There are already ugly, kludgey ways of doing it (or doing it outside of Excel altogether) but this will be faster and more elegant
Someone超过 2 年前
I wish they completed the <i>IF</i> variants of statistical functions.<p>Why do we have <i>AVERAGEIF</i>, but not <i>AVERAGEAIF</i> or <i>GEOMEANIF</i>, <i>MAX</i> and <i>MAXIFS</i>, but not <i>MAXIF</i>, etc?<p>I can’t find logic in that.<p>(<a href="https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;office&#x2F;excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb" rel="nofollow">https:&#x2F;&#x2F;support.microsoft.com&#x2F;en-us&#x2F;office&#x2F;excel-functions-b...</a>)<p>Ideally, the “IF” would be a separate function that filters out cells, so that it could be used with VBA functions taking multiple cells, too.<p>While at it, these <i>IF</i> functions should use lambdas for specifying the criteria instead of strings such as “&gt;5”
评论 #32746932 未加载
lmg643超过 2 年前
love to see this stuff, reacting to users in the world&#x27;s #1 accidental entry point to programming. I wish they did this 20 years ago when i was neck deep in Excel daily!
omarhaneef超过 2 年前
It’s 2022 and how come they don’t have GPT4 and some stable diffusion built in?
评论 #32743588 未加载