Hi,
my array as below I need

'============
'array
'2 3
'4 5


following
'1-I need SUM of 2+5 'equity
'2-I need SUM of 3+4 'equity
'3-I need SUM of 2+4 'column and 'row 2+3
'4-I need SUM of 3+5 'column and row 2+5

'5-I need SUM of 4+3+5'uper triangle
'6-I need SUM of 2+4+3 down triangle