User Profile
tomsuters
Copper Contributor
Joined 2 years ago
User Widgets
Recent Discussions
CHALLENGE: find column formula for validation of mandatory columns in a table with user data
You are challenged to come up with a solution for the problem described here: My first attempt was to try and use an array formula of the following form: {=SOM(N(ISEMPTY(INDIRECT(<a list of cell references to the mandatory cells in a row>)))=0} I failed as it turned out that EXCEL does not allow the INDIRECT() function to be used in array formulas and you need INDIRECT() to create the list of references to the mandatory cells in a row of table 2 from the column names in table 1. I found a similar task with the same problem here:excel - Is it possible to have array as an argument to INDIRECT(), so INDIRECT() returns array? - Stack Overflow I look forward to your suggestions. Please bear in mind that the formula should not be changed if the content of table 1 is changed!2.2KViews0likes7Commentserror in ADRES() function using an array constant parameter
consider the following ADRES matrix formula with an array constant as the column parameter: ={ADRES(33;{1,2;3,4}) It gives the following 2x2 matrix as result: $A$33 $A$33 $C$33 $C$33 It seems only the column part gets computed, not the row part. What is wrong?Solved1.5KViews0likes6Commentsarray formula gives wrong result when using generated cel ranges
has anyone encountered the problem shown in the figure below before? Is there a way to use generated cell ranges in combination with array functions? Thx in advance Tom Suters PS I use excel 2013 studentversion on Windows 10Solved3.6KViews0likes18Comments
Groups
Recent Blog Articles
No content to show