Progress Between Dates

Progress

if(empty(prop("Dates")) or start(prop("Dates")) == end(prop("Dates")), toNumber(""), if(now() > end(prop("Dates")), 1, round(dateBetween(now(), start(prop("Dates")), "days") / dateBetween(end(prop("Dates")), start(prop("Dates")), "days") * 1000) / 1000))

<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>