Thanks Dave, but 2 problems with that...
First, the number of stores isn't always the same, so it wouldn't always be 10x10.
Secondly, some times the number of stores is more than 255, so the matrix would be too large to lay out in a grid.
I would like the output (in a single cell) at each row to be similar to:
LARGE(distance between store1 and store1, distance between store 1 and store2, distance between store 1 and store 3...)
next rown down would be:
LARGE(distance between store2 and store1, distance between store2 and store2, distance between store2 and store3...)
and so on...
then i can sum up with LARGE of each one of those outputs...
Bookmarks