I am looking to use format cells options to have a prompt that shows up in the cell to give direction such as "Enter Work Code Here" or " Work code Here" when there is nothing in the cell. Once its been entered, the messages is not long displayed unless the number and letters are entered.
Below i got from a site but should give a prospective of what I am aiming for
For example, the custom format for a Federal Tax ID looks like,
“TIN “###-##-####;”Enter nine positive digits”;”Enter your tax ID”
If the user enters a positive nine digits, then it appears as
TIN 123-45-6790
If the user enters a negative number, the message “Enter nine positive digits” appears. If a zero is entered as the default, then the prompt “Enter your tax ID” appears.
Below i got from a site but should give a prospective of what I am aiming for
For example, the custom format for a Federal Tax ID looks like,
“TIN “###-##-####;”Enter nine positive digits”;”Enter your tax ID”
If the user enters a positive nine digits, then it appears as
TIN 123-45-6790
If the user enters a negative number, the message “Enter nine positive digits” appears. If a zero is entered as the default, then the prompt “Enter your tax ID” appears.