Hello all,
What I need is a way for a cell to automatically insert the actual time information was entered into another cell, without erasing a previous time already calculated. In the example below, information was entered in B2 at 1:30 PM, so the time showed in A2. At 1:40 PM, information was entered in C3, so 1:40 PM populated in A3. At this point, nothing has been entered in any other cells, therefore, no time shows in any more cells in column A. But, once I do put something in either column B or C, I need the current time to populate in Column A without disturbing the times that are already entered in A2, A3, etc.
If this is possible, that you very much in advance.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD="align: center"]Time[/TD]
[TD="align: center"]Info 1[/TD]
[TD="align: center"]Info 2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1:30 PM[/TD]
[TD]new information written here[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1:40 PM[/TD]
[TD][/TD]
[TD]new information written here[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
What I need is a way for a cell to automatically insert the actual time information was entered into another cell, without erasing a previous time already calculated. In the example below, information was entered in B2 at 1:30 PM, so the time showed in A2. At 1:40 PM, information was entered in C3, so 1:40 PM populated in A3. At this point, nothing has been entered in any other cells, therefore, no time shows in any more cells in column A. But, once I do put something in either column B or C, I need the current time to populate in Column A without disturbing the times that are already entered in A2, A3, etc.
If this is possible, that you very much in advance.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD="align: center"]A[/TD]
[TD="align: center"]B[/TD]
[TD="align: center"]C[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD="align: center"]Time[/TD]
[TD="align: center"]Info 1[/TD]
[TD="align: center"]Info 2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]1:30 PM[/TD]
[TD]new information written here[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]1:40 PM[/TD]
[TD][/TD]
[TD]new information written here[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]