Hi,
Yes, it is possible and definitely better. Here's how you can do it-
- Choose the cell or cells where the character limit should be applied.
- Go to the "Data" tab in the Excel ribbon.
- Select "Data Validation" from the "Data Tools" group.
- Navigate to the "Settings" tab in the "Data Validation" dialog box.
- Go to the "Allow" dropdown and select "Text Length."
- Pick the option that best suits your needs from the "Data" section, like If you want to specify a range, use "between", "greater than" if you want a minimum character limit, "less than" if you want a maximum character limit.
- In the "Minimum" and/or "Maximum" boxes, enter the character limits you want.
- Go to the "Input Message" tab in the same dialog box.
- The "Show input message when cell is selected" checkbox should be selected.
- Enter a title and an input message. In the input message, you can include a dynamic reference to the remaining characters using a formula like this - =100-LEN(A1) [CODE]
- To implement the data validation, click "OK".
Best Regards.