I have a sheet of data which contains some cells with "NaN" values.
I would like to start at cell A1, check the value, if value = "NaN" move to next cell in the row, continuing along the row
When it finds a cell<>"NaN" I want to copy that cell and paste the value into the same cell on a different sheet.
When it gets to the end of the row I would like to do the same on row 2 starting at A2
Continuing until all rows have been checked
Please can someone point me in the right direction?
I would like to start at cell A1, check the value, if value = "NaN" move to next cell in the row, continuing along the row
When it finds a cell<>"NaN" I want to copy that cell and paste the value into the same cell on a different sheet.
When it gets to the end of the row I would like to do the same on row 2 starting at A2
Continuing until all rows have been checked
Please can someone point me in the right direction?