Automatic date update in a cell when another cell's value changes (as calculated by a formula)
问题 I have a formula in C2, say =A2+B2 . Whenever C2 changes value (actual value, not formula) I want to have the present date and time updated in D2. I have tried a lot of VBA codes and tricks and none of them works if a formula is entered in C2. BUT if I type a value manually in C2 the date and time is updated as needed. This is of course because a real value is entered/changes - where the formula stays the same, so to speak. Question: Is it possible to create a VBA code (or something else)