Entries

Run Time Converted

if(length(replaceAll(prop("Run Time"), "[^:]", "")) > 1, toNumber(""), if(length(replaceAll(prop("Run Time"), "[^:]", "")) == 0, toNumber(prop("Run Time")), toNumber(prop("Run Time")) + round(toNumber(replace(replace(prop("Run Time"), "^[^:]*:", ""), "^[^:]*:", "")) / 60 * 100) / 100))

Mile Pace

if(empty(prop("Run Time")) or empty(prop("Distance")), "", format(floor(prop("Run Time Converted") / prop("Distance") * 60 / 60)) + "m " + format(round(prop("Run Time Converted") / prop("Distance") * 60 % 60)) + "s")

<aside> <img src="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" alt="https://s3-us-west-2.amazonaws.com/secure.notion-static.com/1649d2f9-1b45-478a-86b4-341fbe27e06f/benny.png" width="40px" /> By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!

</aside>