Seems like a simple thing, but. . . . . .
Within a row, if a specific checkbox is checked, I want to capture the current date/time in a cell, that will not change. In short, I want a column that looks like Created Date and Modified Date, but is a date/time that is triggered and populated based on a condition.
I know I can get the current date =TODAY()
But can't find one to get the TIME
While I would like it to be in a single cell, I could probably work with it if Date was in one and Time was in another.