Home › Forum › General › Count characters typed › Re: Count characters typed
Try this in a formula:
MAX
–
Length
(
MULTILINE_TEXTBOX
)
Where MAX is the maximum number of characters the multi-line text box can hold.