timestamp

Bradbu

New Member
Joined
Jun 14, 2024
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi
I have a spreadsheet and I want to create a timestamp when the status is Open and a seperate timestamp when the status is closed. The timestamp I have created works except when the status moves from Open to closed the Timestamp that was created when it was first opened disappears and I need it to remain in place. Feel this can be achieved either by updating my formula or by adding a seperate column which retains the previous status. I have a picture of my spreadsheet and would love it if someone could help me with this. The forumla you can see is:

=IF(E6=$G$3,IF(G6<>"",G6,NOW()),"")

Many thanks in advance
 

Attachments

  • timestamp.JPG
    timestamp.JPG
    35.1 KB · Views: 5

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
I think the NOW() functions updates with every calculation action. So, it will change everytime you do something in the worksheet, regardless of the status being closed
Do you want a VBA solution?
 
Upvote 0
I think the NOW() functions updates with every calculation action. So, it will change everytime you do something in the worksheet, regardless of the status being closed
Do you want a VBA solution?
I am not used to using VBA but I'll definitely take a VBA solution if you are able to provide one - Many thanks!
 
Upvote 0
If you would like help coming up with a VBA solution, please post a screen print that shows the row numbers and column letters, so we can see where all your data resides, and where exactly you would like these time stamps to go.
 
Upvote 0

Forum statistics

Threads
1,223,888
Messages
6,175,215
Members
452,618
Latest member
Tam84

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top