I need to record the date a value is entered into a cell. That date should not change each time the worksheet is opened - only when the designated field is populated. If the field is cleared the dependent field would be blank as well. Once something were reentered in the designated field, the date at that point should be recorded.
For example. Column M is called "Complete". A "Y" or "N" is recorded in this column for each row to reflect that review of that record (row) has been completed or not. So I want to record the date when Y/N is entered in Column M. Column N should be blank until Col M has a value entered.
Is it possible to do this without using a macro or VBA? My organization frowns on use of Macros due to security concerns. Any solution would be welcome but one not using a macro would be preferred.
This may be an easy question for some. I am not very familiar with VBA but this might be a fun little project to learn more about it. I really appreciate any guidance someone can provide!!! Thanks in advance!!!
For example. Column M is called "Complete". A "Y" or "N" is recorded in this column for each row to reflect that review of that record (row) has been completed or not. So I want to record the date when Y/N is entered in Column M. Column N should be blank until Col M has a value entered.
Is it possible to do this without using a macro or VBA? My organization frowns on use of Macros due to security concerns. Any solution would be welcome but one not using a macro would be preferred.
This may be an easy question for some. I am not very familiar with VBA but this might be a fun little project to learn more about it. I really appreciate any guidance someone can provide!!! Thanks in advance!!!