Boolean to value

Hi,

Absolute beginner here. In one of my tabs, I have a boolean column that people will check if they’ve completed a task.

I would like to display the number of tasks done in their user profile, which is in a different tab. Is there a way to achieve this? My tabs are not on google sheet, but on the Glidapps sheet.

Add if else column … if true then 1 if not true then 0, then add rollup column and sum that if else column.
Then use a single value column to copy this column anywhere you want

4 Likes

Exactly what I needed, thanks alot!

1 Like