i require a UDF that i can specify a string that identifies a specific named range cell (named MyRefCell)from which to offset by +1 row for start of countif range row/column to another named range row to offset by -1 row as the last cell in the column of the start cell.
To return true if match > 0 (visible cells only).
eg. =OffsetVisCountif("MyRefCell","Match this value")
Refer attached sample workbook.
MyRefCell is the the name of the reference cell (cell B2) to offset from by 1 row in that column.
StopHere is the named range of the row (Row 11) to offset by -1 row
eg. the countif range would be B3:B10
count of match value ("Match this value") is 3, 2 are visible (visible greater than 0), so return true.
i hope that makes sense.
your help would be appreciated
Bookmarks