I'm trying to make a check on a cell and once it goes to a particular value "Committed" I want create a time stamp of the current date in another cell on that same row. Seems simple enough, except for me :). Here is what I tried to put in place:
=IF([Stage]="Committed", DATEONLY(), )
Maybe I don't understand the DATEONLY formula....
Thanks for help!