Related:
- Xbox-2309-1001-3-0 download
- Xbox-2309-1001-3-0 - Download - Digital stores
- Psiphon 3 download - Download - VPN
- Kmspico download - Download - Other
- Hitman 3 cheats - Guide
- Hitman 3 free download - Download - Action and adventure
1 response
Check for the LEN of the cell. So something like:
=LEN(a1)
If A1 contained "hello", your formula would return "5".
Check this out:
https://docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/len-function
After you have that, we will move on to making it print if you hit a particular key.
Good luck, and have fun!
=LEN(a1)
If A1 contained "hello", your formula would return "5".
Check this out:
https://docs.microsoft.com/en-us/office/vba/Language/Reference/User-Interface-Help/len-function
After you have that, we will move on to making it print if you hit a particular key.
Good luck, and have fun!