Calgary_Neil
Board Regular
- Joined
- Apr 5, 2014
- Messages
- 79
Hello, thanks for looking
I was hopping that my last post ( Structured Table Names for current row ) would have given me workable answer to this problem.
I need to find in array (7*20+ x 25 rows) if a number or greater is a selected in a row. This done by checking the 1stcolumn in a set of 7 for that value, for that row i.e.:
N( MOD( COLUMN( $B82:IV82) +4, 7) =0) and N( $B82:$IV82 >= 4)
Now the 7th cell check does not need to a “THE” row, just an array of the same length, keyed properly. When I replace the check value array with Index(Match)) it #Ref out. So that’s an array problem(??).
So what I would like is the cell reference(?)** of the first value in the proper column & row meeting the check Value & ID given. I would prefer that it uses named ranges or structured tables as I’m trying to make this small-tight-flexible-understandable. {Ha Ha, dream on}.
Foggy in the North, Neil
Excel 365 32 bit
**I can work this out, but need the Subset number ultimately. i.e. QUOTIENT( COLUMN()+adjustment, 7)
I was hopping that my last post ( Structured Table Names for current row ) would have given me workable answer to this problem.
I need to find in array (7*20+ x 25 rows) if a number or greater is a selected in a row. This done by checking the 1stcolumn in a set of 7 for that value, for that row i.e.:
N( MOD( COLUMN( $B82:IV82) +4, 7) =0) and N( $B82:$IV82 >= 4)
Now the 7th cell check does not need to a “THE” row, just an array of the same length, keyed properly. When I replace the check value array with Index(Match)) it #Ref out. So that’s an array problem(??).
So what I would like is the cell reference(?)** of the first value in the proper column & row meeting the check Value & ID given. I would prefer that it uses named ranges or structured tables as I’m trying to make this small-tight-flexible-understandable. {Ha Ha, dream on}.
Foggy in the North, Neil
Excel 365 32 bit
**I can work this out, but need the Subset number ultimately. i.e. QUOTIENT( COLUMN()+adjustment, 7)