Hello,
Why doesn't this formula work? I'm trying to find the row # of the first blank cell in a range.
=MATCH("",A1:A100,0)
It works when I search for everything else.
Can someone help?
Hello,
Why doesn't this formula work? I'm trying to find the row # of the first blank cell in a range.
=MATCH("",A1:A100,0)
It works when I search for everything else.
Can someone help?
Hi,
Use an array function - use Control Shift Enter instead of Enter -
![]()
=MATCH(TRUE,Isblank(A1:A100),0)
Thanks for the tip. I also found this one, but I like yours better.
=MATCH("",IF(ISBLANK(A1:A100),"",A1:A100),0)
Glad you could fix your problem ...
Thanks for the feedback
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks