Quantcast
Channel: Getting the last non-empty cell in a row - Stack Overflow
Viewing all articles
Browse latest Browse all 4

Answer by grandocu for Getting the last non-empty cell in a row

$
0
0

You can also use OFFSET. You don't need to specify an ending column, you can just reference the entire row.

=OFFSET(1:1,0,COUNTA(1:1)-1,1,1)

Viewing all articles
Browse latest Browse all 4

Trending Articles