Hi! Ive made my reading tracker in notion and I wanted to ask if its possible to atumoaticlly change option in multiselect column (form “Reading” to “Read”) if column with my progress bar hits 100%?
I have column with total chapters and chapters already read then I have column with formula:
floor((prop(“Chapters read”) / prop(“Total chapters”)) * 100) / 100
so i can see in procentage how much of book I’ve read.
In other hand I have column with multiselect with “Want to read”, “Reading” and “Read”.
Is there any way i can do something like that?