I have a two-dimensional named range (let's call it "test") and i want to reference various columns within the range, like:
= SUMPRODUCT ( column2 , column5 )
I know I could do this by creating two additional named ranges called "column2" and "column5" ... but is there a way to do it just using "test" and the numbers 2 and 5? maybe with an array over a lookup formula?
thanks,
pete
Bookmarks