Miscellaneous topics that do not fit into specific categories.
Hi there! My name is David. It’s a pleasure to help you today.Regarding your question, I can suggest the following formula:
=IF($A17="D", IF(D17="", NOW(), D17), "")
This formula will display the exact timestamp when "D" is selected from the drop-down list, and will show a blank cell if any other option is chosen.
However, for it to work correctly, you'll need to adjust your Excel settings. Go to File > Options > Formulas, check the box for Enable iterative calculation, then set Maximum Iterations = 1 and Maximum Change = 0.1, and click OK.
Finally, in the cell where you apply the formula, change the format from General to Time. If you want to display both the date and time, select More Number Formats, then choose Custom, and from the list select m/d/yyyy hh:mm.
Let me know if the shared information has been helpful. Regards.