I am trying to automate the date entry into a cell conditional to the contents of a different cell.
I can use the formula in cell B1 =IF(ISBLANK(A1),"",NOW()) which puts the current date into B1 as I require BUT when I use the spreadsheet on another day the date in B1 will be changed again.
I only want the date to be inserted into B1 the first time data is put into A1 then not change.
Please be explicit with help details as I am not too familiar with vb programming.
I can use the formula in cell B1 =IF(ISBLANK(A1),"",NOW()) which puts the current date into B1 as I require BUT when I use the spreadsheet on another day the date in B1 will be changed again.
I only want the date to be inserted into B1 the first time data is put into A1 then not change.
Please be explicit with help details as I am not too familiar with vb programming.