Home > Mobile >  How to convert time format to a number format (Google Sheets/Data Studio)
How to convert time format to a number format (Google Sheets/Data Studio)

Time:02-11

I want to convert the numbers in ColA to normal numbers, like the ones I have in ColB. The one in ColA currently are in this format: 00:56:00.000. I initially started out with a time length, that I then converted to seconds (what's currently in ColA). I need to convert them back into a single number to import into Data Studio so it can read it as time. If I try to change the formatting to a number it comes up as a decimal, how can I change the format to a number? Or can I do it in Data Studio?

enter image description here

CodePudding user response:

Change format to seconds only.

  • Related