I have a defined name which uses OFFSET and COUNTIF:
=OFFSET(WSList!$A$2,0,0,COUNTIF(WSList!$A$2:$A$4,">"""),2)
As i want to show a list that can change in size i do not want it showing blanks hence this defined named, it will only display data and no blanks.
I wanted to use this defined...