Thread: using ranges
View Single Post
  #1   Report Post  
Guido
 
Posts: n/a
Default using ranges

I have a 3 column, around 400 rows of a spreadsheet. I named the list
customers and have it look like this:
=OFFSET(AR!$B$3,0,0,COUNTA(AR!$B:$B),COUNTA(AR!$1: $1))
When I try to use it I get an error message that says:"The list source
must be a delimited list, or a reference to a single row or column". I got
frustrated so I changed it so I could use only one column. However what can
I do to be able to use all three columns, or two columns?