would you please tell me how to write a custom Sum() function?
that enables me to sum some cells by typing:
=customSum(cell1,cell2,cell3,...)
* the number of variants in () depends on user's selection, such as:
=customSum(C8,B10,D10,D12,B15,G8,F2,E2) ... etc.