Hi! here's a formula that I used for tracking progress in a rich text field, maybe someone will find it useful, cheers!
( (LEN({Checklist}) - LEN(SUBSTITUTE({Checklist}, "[x]", ""))) / LEN("[x]") + (LEN({Checklist}) - LEN(SUBSTITUTE({Checklist}, "[X]", ""))) / LEN("[X]") ) / (LEN({Checklist}) - LEN(SUBSTITUTE({Checklist}, "[", "")))https://www.linkedin.com/feed/update/urn:li:activity:7266910744263168000/
