Expand my Community achievements bar.

SOLVED

Correct cell format for downloaded 'Average time on site' metrics data (in .csv)

Avatar

Level 1

I am trying to download the 'Average time on site' metrics data from the workspace in .csv file.
The gets distorted, even when I select the option in excel that say "Don't convert".

Can you please suggest what should be the correct way to download or what will be the correct cell format in excel for this data.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @SMA23 
do you have some side-by-side screenshots?

For me, this looks ok

bjoern__koth_0-1727688719011.png

Is it that you are struggling to format it back in minutes?
In that case, this formula may be of help

 

=TEXT(C13/(24*60*60),"mm:ss")

 

bjoern__koth_2-1727688971460.png

 

 

Cheers from Switzerland!


View solution in original post

3 Replies

Avatar

Correct answer by
Community Advisor

Hi @SMA23 
do you have some side-by-side screenshots?

For me, this looks ok

bjoern__koth_0-1727688719011.png

Is it that you are struggling to format it back in minutes?
In that case, this formula may be of help

 

=TEXT(C13/(24*60*60),"mm:ss")

 

bjoern__koth_2-1727688971460.png

 

 

Cheers from Switzerland!


Avatar

Level 4

Hi @SMA23 
you can try this

=INT(D13/60)&" Minutes "&MOD(B2,60)&" Seconds"
If you are expecting in this format.

Amruthesh_AG_0-1727707749218.png

Have a happy learning.

Avatar

Level 5

 

Hey @SMA23 

 

After importing the data, you can format the column in Excel as Number with the desired number of decimal places. Also to adjust decimal places - Set the desired number of decimal places in the Decimal places section. This will display the data in a more readable format.


This should prevent data distortion and provide accurate Average time on site values in your Excel spreadsheet.

 

Hope this helps!