Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to create a dynamically named range. However, the range keeps
selecting too many cells. This function: =COUNTIF(PivotMONTH!$I:$I,"0") returns 47, which is the correct number of rows. However, this named range which contains the above function: =OFFSET(PivotMONTH!$G$4,0,0,(COUNTIF(PivotMONTH!$I :$I,"0")),5) returns a range 58 rows long. My data does indeed have 58 rows, but the last few rows are just zeroes. My COUNTIF function should eliminate those rows. Why does my countif return the correct number of rows when it stands alone, but an incorrect number when it is used in the named range? Thanks! Heidi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
named range row offset | Excel Worksheet Functions | |||
Dynamic named range & Offset | Excel Discussion (Misc queries) | |||
Offset delivers value error with Named range | Excel Worksheet Functions | |||
named range, offset self-reference | Excel Discussion (Misc queries) | |||
Offset Function works in cell, not in named range | Excel Worksheet Functions |