I’m testing this in Excel and encountered several
#VALUE errors.
It seems the issue is related to the date. In the
Details tab, the
Start date and time display correctly, but the
End field shows
#VALUE.
In the
timeblock, the date appears in the format YY-08-13-16, which suggests the year is missing.
There are a few other errors as well, but let’s start by fixing this first set.
Hello the creator of the files was having trouble to reply to you, so I am just relaying his feedback below:
Hello,
I am the maker of the excel sheet file.
1) The time block starts with a 2 digit year notation (to keep it shorter)
2) The important thing is to ensure that no conversion (of the date/time string) takes places by excel itself. Hence the copy paste (as text) prerogative.
When you import, It will convert the ringing/talking times automatically but this is expected and taken into account in the formulas
3) To repeat the process of getting errors, I took the template from the blog and then copied a csv data-file which I have from a production PBX. I did not get the errors that you described. This was with a correct import... I did needed to refresh all a couple of times in order to get the slicers to the value of one and in the filter-dates, a date. (as is described in the explicatory text)
4) Lastly in the final moments with the excel file the transcriptions can cause trouble. that is to say that some of it appears on a next line. To check if this is the case: the total is given on the last line. the row number of the last line of data should be 1 more than this total (this is the header on the first line) If it is more than one this would indicate dat transcription textes have been wrongly interpreted by excel and a shift has happened of the values in columns... This needs to be remedied in another program (notepad and alike) Personally, I have seen this happen, but have not looked for the precise origin yet. It would be finding the breaking char, removing it with find/replace and if it is the same char as the standard end of line, I would put in a marking value to be able to put them in afterwards, like( \n2025=>\n$$$2025) now removing the new line char(\n) I can put it back for all the data-lines( $$$2025=>\n2025)
5) can you add some detailed screenshots
- of where is the #value (which column), is it the entire column, or just a portion.
- The input field with the original timestamp still reads the same (T between date and time, date in yyyy-mm-dd format, time in hh:mm:ss format