|  

» Retrieving the Value of the First Non-Blank Cell in a List

Problem:

Retrieving the value of the first non-blank cell in Range1 (cells A2:A7).

Solution:
Use the INDEX and MATCH functions as shown in the following Array formula:
{=INDEX(A2:A7,MATCH(TRUE,A2:A7<>"",0))}

To apply Array formula:
Select the cell, press and simultaneously press .

Rate This Tip
12 34 5
Rating: 3.04     Views: 52824
No comments have been submitted.
Click here to post comment
For Registered Users
Name
Comment Title
Comments