Nov 19, 2019 11:33 AM
i will combine:
LEN({Long Text})
+
IF(LEN({Long Text})>280, “ :x: Over Limit”, “ :white_check_mark: Under Limit”)
The result should be: example: 150 :white_check_mark: Under Limit
Solved! Go to Solution.
Nov 20, 2019 10:25 AM
but i have 123 words for my blacklist and more then one row to check, is there any easier method?
thanks!
Nov 20, 2019 11:54 PM
That sounds a View to me.
Nov 21, 2019 09:07 AM
explain me that please