I have a shared workbook that I'm modernizing.
Currently, we track inbound jobs through to completion. They have three statuses: Not Started, Working and Completed.
I would like to automatically generate timestamps for the two statuses: Working and Completed.
I have a Status column "I" with a dropdown menu of the three choices. In column J I want the current time to populate when "Working" is selected. When "Completed" is selected, I want the current time to populate to column K without the time in column J changing.
I tried using a combination of an IF statement and the NOW() function with no success. NOW() refreshes each time the workbook is opened.
Can someone please point me in the right direction? I'm new to VB Scripting but think the answer lies there.
Thanks in advance!
Currently, we track inbound jobs through to completion. They have three statuses: Not Started, Working and Completed.
I would like to automatically generate timestamps for the two statuses: Working and Completed.
I have a Status column "I" with a dropdown menu of the three choices. In column J I want the current time to populate when "Working" is selected. When "Completed" is selected, I want the current time to populate to column K without the time in column J changing.
I tried using a combination of an IF statement and the NOW() function with no success. NOW() refreshes each time the workbook is opened.
Can someone please point me in the right direction? I'm new to VB Scripting but think the answer lies there.
Thanks in advance!
Last edited: