If I scan a barcode, example ABC123 and that code/number is on my spreadsheet somewhere, by scanning a sticker that read ABC123 I would like to jump to the cell directly to the right of ABC123 on my spreadsheet. Can this be acomplished
I enter =IF(C2<>"",IF(B2="",NOW(),B2),"") in column B and when there is an entry in column C a date is entered in column B. I want to have that apply to range of cells, so when there is an entry in column C-H then the timestamp applies.