Select Option Count

Select Option Count

From
Facebook
Status
Updating
Formulas
Share

With Rollups

Entries V1
Test

Prelims

prop("Tag") == "PRELIMS"

Mains

prop("Tag") == "MAINS"

With Regex

Entries V2

Prelims

length(replaceAll(replaceAll(prop("Property"), "PRELIMS", "1"), "[^0-9]", ""))

Mains

length(replaceAll(replaceAll(prop("Property"), "MAINS", "1"), "[^0-9]", ""))
 
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!