Tagged Questions
0
votes
2answers
197 views
Can an array input be used in the sheet name of vlookup's range?
I have a formula which works, but is absurdly long, but repeats the core data over and over.
My spreadsheet contains 70 pages describing sets of cards. The page I'm working on gives me a particular ...
3
votes
1answer
2k views
Excel Range with IF
Is there a function that will create a range (from a range) if they match values? Essentially, I'm looking for something like COUNTIF, that will return the cells that actually match my IF.
Ideally, ...
2
votes
1answer
771 views
Request: Excel equivalent of Google Spreadsheet ARRAYFORMULA + CONTINUE functionality
Google Spreadsheets has a syntax permitting a user to specify an entire row, column, or area with a formula in a single cell. For example, entering ...
=ARRAYFORMULA(ROW(A3:A6))
... into cell C1 ...
1
vote
2answers
111 views
Is there any documentation of the behavior of built-in Excel functions called with array arguments?
(I originally asked this on stackoverflow. However, Excel formulas definitely straddle the line between "programming" and, um, "superusing", so I believe this cross-post is appropriate.)
Many of ...