check existance of value in column

Is it possible to check existance of value in column before I copy via gridToGrid?

You may call the getValue() method to get the value of a cell and runn a needed code if it’s blank:
mygrid.cells(rowId,colInd).getValue()