Hi All,
I would appreciate a little bit of help if possible.
I am currently using excel spredsheet for typing data into it and thereafter I have to move this data to another side of the same sheet. (From one cell to another cell)
Once the data is moved from a cell to the another cell I am using formula to create a hyperlink and add the cell data to end of the same hyperlink, for this I am using below formula;
=IF(ISBLANK(C3),HYPERLINK("#"&CELL("address"),""), HYPERLINK("I HAVE TO REMOVE LINK DUE TO CONFIDENTIALITY" & C3,"Open"))
Example;
Formula located in C5
Type data into C4 (e.g. "123456")
Cut/paste data from C4 to C3
Once this is done my formula gets #REF
I completely undertand why is that but unfortunately not sucided to find a solution to it.
I have tried to use data duplication to be automatically deleted but unfortunately unnecesary data will be deleted too. (This was an ide for copy/paste as this is only way that keeps formula)
I found something to try to use with function =INDIRECT but not sucided to include it in my formula.
Unfortunately CUT/PASTE is very important and my work cannot work without that. (I use shortcuts CTRL + X and CRTL+V)
Help would be much appreciated!
I would appreciate a little bit of help if possible.
I am currently using excel spredsheet for typing data into it and thereafter I have to move this data to another side of the same sheet. (From one cell to another cell)
Once the data is moved from a cell to the another cell I am using formula to create a hyperlink and add the cell data to end of the same hyperlink, for this I am using below formula;
=IF(ISBLANK(C3),HYPERLINK("#"&CELL("address"),""), HYPERLINK("I HAVE TO REMOVE LINK DUE TO CONFIDENTIALITY" & C3,"Open"))
Example;
Formula located in C5
Type data into C4 (e.g. "123456")
Cut/paste data from C4 to C3
Once this is done my formula gets #REF
I completely undertand why is that but unfortunately not sucided to find a solution to it.
I have tried to use data duplication to be automatically deleted but unfortunately unnecesary data will be deleted too. (This was an ide for copy/paste as this is only way that keeps formula)
I found something to try to use with function =INDIRECT but not sucided to include it in my formula.
Unfortunately CUT/PASTE is very important and my work cannot work without that. (I use shortcuts CTRL + X and CRTL+V)
Help would be much appreciated!