Below a specific cell from my dataset:
PT23M55.39S
The cell tells me how many minutes (23 minutes) and seconds (55.39 seconds) a user has spent on a webpage.
The cell is of the property char (character).
How do I convert it to a numeric where I express the visit time in only seconds (23 * 60 + 55.39 = 1435.39 seconds)?