MATCH() returns #N/A

Column “A” contains a list of 363 non empty cells. I try to get the row number of the first empty cell by

=MATCH("";$Erfassungsdaten.A:A;0)

and get

#N/A

as result. How to achieve 364 as result in this case?

Some help would be great.

thx

example.ods (11,6 KB)

1 Like

Great. thx. Got it :slight_smile:

{=MIN(IF(A:A="";ROW(A:A)))}
=AGGREGATE(5;6;IF(A:A="";ROW(A:A)))

Add 1 to =LOOKUP(2;1/(A:A<>0);A:A)