View Single Post
  #2   Report Post  
bj
 
Posts: n/a
Default

I am not sure what you are trying to do.
Are you trying to find the number of rows that have something in them.
or are you trying to find the location of the last row with something in it?
is this for a defined area of a larger spreadsheet, or is it for the entire
spread sheet.

"z.entropic" wrote:

Attempting to autorange the chart, I've tried to use Ozgrid's solutions with
named ranges, e.g.:
===============
Expand Down to The Last Numeric Entry
In the Refers to box type: =OFFSET($A$1,0,0,MATCH(1E+306,$A:$A,1),1)

4:Expand Down to The Last Text Entry
In the Refers to box type: =OFFSET($A$1,0,0,MATCH("*",$A:$A,-1),1)
================

Somehow, these formulas choke up with my mix of numbers, text strings and
blanks. Unfortunately, the column can have either as the last item. COUNT,
COUNTA and COUNTBLANK didn't help to resolve the issue. Is there a better
way to count the number of rows with such a mix of entries?

z.entropic