To retrieve the value of the first non blank cell in a list, we will use Index and Match functions.
Why and how we use Index and Match functions together to retrieve the first nonblank value from a range?
Index formula returns a value from the intersection between the row number and the column number in an Array. In this situation, Index formula will help to pick the value.
Match returns the cell number where the value is found in a horizontal or vertical range. In this situation, Match function will help to match the provided value in the range.
Let’s take an example to understand how we can retrieve value of first non-blank cell.
We have data in Excel in which column A contains the name. Now, we want to retrieve the first nonblank name in cell B2.
Follow below given steps:-
Now we can see that the formula has returned first non blank cell.
This is the way we can use Index and Match functions to retrieve the first non-blank cell in a list.
If you liked our blogs, share it with your friends on Facebook. And also you can follow us on Twitter and Facebook.
We would love to hear from you, do let us know how we can improve, complement or innovate our work and make it better for you. Write us at info@exceltip.com
The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.