I am working with an array formula that SUM's on the diagonal..
=(SUM((COLUMN($H$7:$HU$228)-ROW($H$7:$HU$228)=((INDIRECT(H2))-($G$6)))*$H$7:$HU$228)),0)
it is part of a matrix i am using and I need to get this formula to work with MEDIAN rather than sum... actually I need this formula to work with MEDIAN(IF(... as I need to ignore the zero values in determining median
For the life of me I cannot figure this to work...any guidance is greatly appreciated....
=(SUM((COLUMN($H$7:$HU$228)-ROW($H$7:$HU$228)=((INDIRECT(H2))-($G$6)))*$H$7:$HU$228)),0)
it is part of a matrix i am using and I need to get this formula to work with MEDIAN rather than sum... actually I need this formula to work with MEDIAN(IF(... as I need to ignore the zero values in determining median
For the life of me I cannot figure this to work...any guidance is greatly appreciated....