Is there a way to count how many lines a Long Text field has with a formula?
Currently I am solving with adding a comma at the end of each line inside the Long Text field (LT_Field) and counting with this formula.
ABS(IF(LEN(SUBSTITUTE(TRIM({LT_Field...