this array formula is just an attempt to simplify the wonderful, albeit very complicated, formula that wcymiss has offered. for those who may not be able / willing to use that formula because of its complexity, this formula might help you in understanding what wcymiss' is doing in a much more automated fashion:
=MIN(MMULT(N(OFFSET($B$2,{1,2,3;1,3,2;2,1,3;2,3,1;3,1,2;3,2,1},{1,2,3})),{1;1;1}))
or
=MIN(MMULT(N(OFFSET($B$2,{1,2,3},{1,2,3;1,3,2;2,1,3;2,3,1;3,1,2;3,2,1})),{1;1;1}))
to wcymiss, i tip my hat...
Bookmarks