hey guys what i have ..
A column with some task where they are update by the days when they are done. I want to create barcode with those task ... I mean when i read the barcodes it will set the task as done and change the date of the cell for today ( day when was done the task).
what i did was to set a if statement IF(A8=$A$2,TODAY(),""). which compers the whole column with the barcode to find which task it is and so change the cell. however it should not change the others cells if the barcode does not belong to them. Also
Also i wanted to set a previous date before the cell receive the if statement.
A column with some task where they are update by the days when they are done. I want to create barcode with those task ... I mean when i read the barcodes it will set the task as done and change the date of the cell for today ( day when was done the task).
what i did was to set a if statement IF(A8=$A$2,TODAY(),""). which compers the whole column with the barcode to find which task it is and so change the cell. however it should not change the others cells if the barcode does not belong to them. Also
Also i wanted to set a previous date before the cell receive the if statement.