|
|
|
|
|
by cm2187
1377 days ago
|
|
20 years overdue... 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't require to click a button). [edit] actually it was introduced in 2021 ("UNIQUE" function) 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. Then you can have all sort of finance related function. Validate the checksum for an ISIN, CUSIP, SEDOL, etc. Excel should also come with the most common holiday list (all the major cities at least). |
|
You just have to add a column and you are an XLOOKUP and a quick filtering away from the result you want. It’s a fairly common operation.
> Excel should also come with the most common holiday list (all the major cities at least).
It’s the same. You just have to add a table and do a lookup.