I wanted a way to do this so I could use a simplified printed EDL to mark changes in edit points, mostly just for fine tuning, etc.
I'm sure you experienced editors have been doing this for a million years; but I had to figure it out for myself, so here is what I came up with in case anyone can use it.* The EDL times are in milliseconds, btw.
1) Import the EDL into Excel as a semicolon-delimited text file.
1a) Sort the database on column "C" (I forgot to mention this).
2) Format column "C" (the start time) as 0.000
3) Insert a blank column "D"
4) Format the new column "D" as hh:mm:ss.000
5) Select D2 and insert the following formula =C2/(8.64*10^7)
6) Hit "Enter," reselect D2 and drag the box corner down to paste the same relative formula into the whole column.
7) Voila! Column "D" should now read exactly the same as the Vegas timeline.
8) I then hide the columns I don't care about and print the simplified EDL, leaving space to write my notes as I watch the dvd.
                    
                    
                            I'm sure you experienced editors have been doing this for a million years; but I had to figure it out for myself, so here is what I came up with in case anyone can use it.* The EDL times are in milliseconds, btw.
1) Import the EDL into Excel as a semicolon-delimited text file.
1a) Sort the database on column "C" (I forgot to mention this).
2) Format column "C" (the start time) as 0.000
3) Insert a blank column "D"
4) Format the new column "D" as hh:mm:ss.000
5) Select D2 and insert the following formula =C2/(8.64*10^7)
6) Hit "Enter," reselect D2 and drag the box corner down to paste the same relative formula into the whole column.
7) Voila! Column "D" should now read exactly the same as the Vegas timeline.
8) I then hide the columns I don't care about and print the simplified EDL, leaving space to write my notes as I watch the dvd.