Check Characters On Enter¶
This part is about the way to check as soon as completing to input characters by using utility function to check characters like Utility Function To Check Entered Characters.
Check in a moment if input characters are all One-byte upper alphabet characters.¶
For example, there is the case user wants to check if input characters are One-byte upper alphabet or not as soon as completing to input. In this case, it is possible to check with below assembled functions in CELF.
- Run Action Set when Cell Value Changed.
- UTIL.ISCHARTYPE function of Utility Function Of Check Entered Characters.
- Create action set to start when cell value is changed.
- Get characters by using INDIRECT function which introduced Run Action Set when Cell Value Changed.
- Check if value 2 is One-byte upper alphabet character or not by presuming a parameter of UTIL.ISCHARTYPE function.
![]()
Those are functions which are used above.
![]()
See also
You can check a lot of type of characters by changing character type number of function. And also, there are some other utilities to check other characters. Refer Utility Function Of Check Entered Characters.