Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hiding Rows if the linked rows are blank | Excel Discussion (Misc queries) | |||
Finding minimum value across selected rows of an array | Excel Worksheet Functions | |||
Finding min,max in an array using selected rows from a table | Excel Worksheet Functions | |||
Finding common data in multiple columns and rows in Excel | Excel Worksheet Functions | |||
Adding Rows to Master Sheet | New Users to Excel |