Entries
Total Min
if(test(prop("Duration"), "[a-z]") or length(replaceAll(prop("Duration"), "[^:]", "")) == 0, toNumber(""), if(length(replaceAll(prop("Duration"), "[^:]", "")) == 2, toNumber(prop("Duration")) * 60, toNumber("")) + if(length(replaceAll(prop("Duration"), "[^:]", "")) == 1, toNumber(prop("Duration")), toNumber(replace(prop("Duration"), "^[^:]*:", ""))) + round(toNumber(replace(replace(prop("Duration"), "^[^:]*:", ""), "^[^:]*:", "")) / 60 * 100) / 100)
Hours
if(length(replaceAll(prop("Duration"), "[^:]", "")) == 2, toNumber(prop("Duration")), toNumber(""))
00:00 to Hrs/Mins
Entries
00:00 to Hrs/Mins
if(length(replaceAll(prop("Duration"), "[^:]", "")) > 1, toNumber(""), if(length(replaceAll(prop("Duration"), "[^:]", "")) == 0, toNumber(prop("Duration")), toNumber(prop("Duration")) + round(toNumber(replace(replace(prop("Duration"), "^[^:]*:", ""), "^[^:]*:", "")) / 60 * 100) / 100))