When preparing cheque, you need to ensure the cheque information are correct. You also need to write the cheque clear and precise to avoid the cheque information is altered. If the cheque amount is altered from 10000 to 100000, it’s really a big problem!
Use char() function to input special symbol in Excel
In Excel, the CHAR() function can be used to return a specific character based on a number input. This CHAR() function can be used to input some special symbols. Below are some of the common special symbols: CHAR(9): Tab CHAR(10): Line Feed CHAR(176): Degree (°) CHAR(8212): Em Dash (—) CHAR(169): Copyright (©) CHAR(174): Registered Trademark (®) CHAR(162): Cent (¢) CHAR(163): … Read more