I see. OK then I'll do my best.
I have 2 sheets. In sheet 1 there is raw data and in sheet 2 there are formulas that uses that data.
Functions need to use data from the cells in sheet 1. They need to use data from the exact cell no mater user cuts date from that cell or not… here is description to clerify: For example here A1 (sheet2) is showing data from A1(sheet1). If user cuts data from the A1(sheet1) and paste is somewhere formula in A1(sheet2) will piont to new location, new cell where user pasted the data. I would like to stop this, to make my formulas in this sheet, sheet2 to always point to the same cell no mather if user cuts the data in sheet 1 and paste it somewhere else. So here A1 cell has formula: ='1'!A1 and I would like this cell to always pinpoint to A1 in sheet1 no mather what someone do with the data in A1 sheet1.