I am trying to get excel to time stamp now when a cell is filled with data but I am getting #name? when using the following formula =IF(B3<>” ”,IF(C3<>””,C3,NOW()),””). I would also like for a time stamp to happen when the same cell is cleared but I am not sure this is possible.
What is the best way to try to track how long it takes for a process to happen in excel from start to finish? The goal is to log how long it took for a response to happen once a request was put in. (start the timer with the now statement once the request is put in, and stop it once the request has been cleared). right now the times I have in there have been manually added, I am looking for them to be added upon the need being filled in or cleared.
| Workstation |
Need |
Timer Started |
Timer Stopped |
| WSACC001 |
TRAINER |
#NAME? |
1:00:00 AM |
| WSACC002 |
TEAM LEAD |
4:15:00 AM |
4:30:00 AM |