I'm trying to get an understanding of this formula used in a routine that creates one validation list based on another. Can anyone tell me what the +1,2,,, portion of this formula does?
=OFFSET(INDIRECT(ADDRESS(MATCH(Val1Cell, Objects,0)+1,2,,,"Lists")),0,0,COUNTIF(Objects,Val1Cell),1)