Hi All!
I'm trying to do a find and replace but I would like to replace the contents with a Cell value, there are around 500 cells that need this doing so i'm trying to think of a way to do it using the cell value as a variable
Basically one of the example are below:
=IF(ISBLANK(IDdata!$B$3),"","here")
I'm wanting to change the "here" with (IDdata!$B$3) so the full string to look like:
=IF(ISBLANK(IDdata!$B$3),"",(IDdata!$B$3)
Any help would be much appreciated!!
Thanks!
I'm trying to do a find and replace but I would like to replace the contents with a Cell value, there are around 500 cells that need this doing so i'm trying to think of a way to do it using the cell value as a variable
Basically one of the example are below:
=IF(ISBLANK(IDdata!$B$3),"","here")
I'm wanting to change the "here" with (IDdata!$B$3) so the full string to look like:
=IF(ISBLANK(IDdata!$B$3),"",(IDdata!$B$3)
Any help would be much appreciated!!
Thanks!