At my job we have this CSR sheet that we use for self service. The idea is you fill each row as a call is taken every day and then email it to our boss. I put an example of the sheet at the bottom.
However the issue I'm having is that we fill these rows in really fast (every minute or so) and for me and the other users to keep typing the time and date feels redundant (since the date value is, of course, the same all day long).
So I tried using the Now() worksheet function, but the time is dynamic,
so every time I start a new line ALL the times update.
I tried reading about VBA here, but I just don't understand.
My question is: How can I have this spreadsheet input the date & time and have it be static in columns C & D, when I put data in columns E, F & G? So we don't have to manually enter it ourselves?
This is the example:
| A | B | C | D | E | F | G | H | |
|---|---|---|---|---|---|---|---|---|
| 1 | Agent Name | Supervisor | Date | Time | Did you collect callback? | Did you HIPPA verify? | Did you offer self service? | |
| 2 | Alex | Rebecca | 12/14/2022 | 4:34 PM | Yes | yes | yes | |
| ︙ | ︙ | ︙ |
[transcribed from this image]
I'm trying to find a way to optimize the process as much as I can! Manual entry of the date and time causes production to slow down and mistakes to be made. Many of the users are not high education or elderly and might have trouble with techniques like Ctrl+; and Ctrl+Shift+;.