How do I recursively find non-blank values in a column?
Posted by Glen on July 12, 1999 1:35 PM
I am trying to walk through a spreadsheet column and do things based on values in the column. In other words. It's easy to find blank values, but how do I find non-blank values if the values are non-standard (i.e., anything can be in the cell)?
This is really finding the values you would find using the COUNTA() function.