↧
Answer by lori_m for Longest Column in multi-column Excel Range (in a single...
Maybe try this with CTRL+SHIFT+ENTER:=MAX(SUBTOTAL(3,OFFSET(A:D,,COLUMN(A:D)-MIN(COLUMN(A:D)),,1)))Any rectangular range can be used in place of A:D.
View ArticleLongest Column in multi-column Excel Range (in a single formula)?
In a range where different columns may have different numbers of values (but there won't be gaps in the sequence within a column) I'd like to know the length of the longest column. To be more...
View Article
More Pages to Explore .....