Percent of Text Filled

Percent of Text Filled

From
Discord
Status
Updating
Share
Entries

% Filled if

round((if(empty(prop("Text 1")), 0, 1) + if(empty(prop("Text 2")), 0, 1) + if(empty(prop("Text 3")), 0, 1)) / 3 * 1000) / 1000

% Filled toNumber

round((toNumber(not empty(prop("Text 1"))) + toNumber(not empty(prop("Text 2"))) + toNumber(not empty(prop("Text 3")))) / 3 * 1000) / 1000
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!